mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-12 22:30:12 +00:00
Enable the MC-ized ARM asm printer. Passing all local tests, so it's time to
enable it for real. Leaving the CL option in place to it's easy to disable it again if (when) testers find something I've missed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114892 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2c6ec31df6
commit
376ce97bac
@ -54,7 +54,7 @@
|
||||
using namespace llvm;
|
||||
|
||||
static cl::opt<bool>
|
||||
EnableMCInst("enable-arm-mcinst-printer", cl::Hidden,
|
||||
EnableMCInst("enable-arm-mcinst-printer", cl::Hidden, cl::init(true),
|
||||
cl::desc("enable experimental asmprinter gunk in the arm backend"));
|
||||
|
||||
namespace llvm {
|
||||
|
Loading…
x
Reference in New Issue
Block a user