Make the -L option for SaveTempLabels not be static. No functional change.
[oota-llvm.git] / include / llvm / MC / MCTargetOptionsCommandFlags.h
index 0dddc2fdfb15cb5f7e31b4a875cd66f179fdaaa5..8968f9919ffd4d409ba45dbd459d7756736d4684 100644 (file)
@@ -40,8 +40,7 @@ cl::opt<bool> EnableDwarfDirectory(
 cl::opt<bool> NoExecStack("mc-no-exec-stack",
                           cl::desc("File doesn't need an exec stack"));
 
-static cl::opt<bool>
-SaveTempLabels("L", cl::desc("Don't discard temporary labels"));
+cl::opt<bool> SaveTempLabels("L", cl::desc("Don't discard temporary labels"));
 
 static inline MCTargetOptions InitMCTargetOptionsFromFlags() {
   MCTargetOptions Options;