OSDN Git Service

Allow global-merge option to be accessed externally.
authorStephen Hines <srhines@google.com>
Thu, 11 Jul 2013 21:21:25 +0000 (14:21 -0700)
committerStephen Hines <srhines@google.com>
Thu, 11 Jul 2013 21:21:25 +0000 (14:21 -0700)
Change-Id: I39d1c5e05b5f1bbbf76f7491f7dc8cfa70a83611

lib/Target/ARM/ARMTargetMachine.cpp

index 17c52c9..b16ab4b 100644 (file)
@@ -23,7 +23,7 @@
 #include "llvm/Transforms/Scalar.h"
 using namespace llvm;
 
-static cl::opt<bool>
+cl::opt<bool>
 EnableGlobalMerge("global-merge", cl::Hidden,
                   cl::desc("Enable global merge pass"),
                   cl::init(true));