mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Make -disable-simplify-libcalls work with -std-compile-opts
llvm-svn: 125824
This commit is contained in:
parent
efa8090e2a
commit
77a70485d9
@ -427,7 +427,7 @@ void AddStandardCompilePasses(PassManagerBase &PM) {
|
||||
/*OptimizeSize=*/ false,
|
||||
/*UnitAtATime=*/ true,
|
||||
/*UnrollLoops=*/ true,
|
||||
/*SimplifyLibCalls=*/ true,
|
||||
!DisableSimplifyLibCalls,
|
||||
/*HaveExceptions=*/ true,
|
||||
InliningPass);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user