mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-22 13:32:09 +00:00
Disable the macho writer until it is 100% functional. Enabling it when
broken invites bug reports. llvm-svn: 32961
This commit is contained in:
parent
15cff880fe
commit
a346ea7b29
@ -131,6 +131,9 @@ bool PPCTargetMachine::addAssemblyEmitter(FunctionPassManager &PM, bool Fast,
|
||||
|
||||
bool PPCTargetMachine::addObjectWriter(FunctionPassManager &PM, bool Fast,
|
||||
std::ostream &Out) {
|
||||
// FIXME: until the macho writer is 100% functional, diable this by default.
|
||||
return true;
|
||||
|
||||
// FIXME: support PPC ELF files at some point
|
||||
addPPCMachOObjectWriterPass(PM, Out, *this);
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user