mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Allow bugpoint+PPC codegen to use fsqrt
llvm-svn: 23128
This commit is contained in:
parent
bc3fb85efd
commit
44fa3e3f08
@ -385,6 +385,9 @@ int GCC::ExecuteProgram(const std::string &ProgramFile,
|
||||
GCCArgs.push_back("-fno-strict-aliasing");
|
||||
} else {
|
||||
GCCArgs.push_back("assembler");
|
||||
#ifdef __APPLE__
|
||||
GCCArgs.push_back("-force_cpusubtype_ALL");
|
||||
#endif
|
||||
}
|
||||
GCCArgs.push_back(ProgramFile.c_str()); // Specify the input filename...
|
||||
GCCArgs.push_back("-o");
|
||||
|
Loading…
Reference in New Issue
Block a user