mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-23 02:32:11 +00:00
Enable preserving debug information through post-RA scheduling
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104175 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
309d20c89c
commit
de70b1f9be
@ -83,7 +83,7 @@ DebugMod("postra-sched-debugmod",
|
|||||||
static cl::opt<bool>
|
static cl::opt<bool>
|
||||||
EnablePostRADbgValue("post-RA-dbg-value",
|
EnablePostRADbgValue("post-RA-dbg-value",
|
||||||
cl::desc("Enable processing of dbg_value in post-RA"),
|
cl::desc("Enable processing of dbg_value in post-RA"),
|
||||||
cl::init(false), cl::Hidden);
|
cl::init(true), cl::Hidden);
|
||||||
|
|
||||||
|
|
||||||
AntiDepBreaker::~AntiDepBreaker() { }
|
AntiDepBreaker::~AntiDepBreaker() { }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user