mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-21 12:38:45 +00:00
Make unit-at-a-time on by default to match the behavior of llvm-gcc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79698 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2330df6b66
commit
c4769ba204
@ -107,7 +107,8 @@ OptLevelO3("O3",
|
|||||||
|
|
||||||
static cl::opt<bool>
|
static cl::opt<bool>
|
||||||
UnitAtATime("funit-at-a-time",
|
UnitAtATime("funit-at-a-time",
|
||||||
cl::desc("Enable IPO. This is same as llvm-gcc's -funit-at-a-time"));
|
cl::desc("Enable IPO. This is same as llvm-gcc's -funit-at-a-time"),
|
||||||
|
cl::init(true));
|
||||||
|
|
||||||
static cl::opt<bool>
|
static cl::opt<bool>
|
||||||
DisableSimplifyLibCalls("disable-simplify-libcalls",
|
DisableSimplifyLibCalls("disable-simplify-libcalls",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user