Give AsmParser an option to control whether it finalizes
[oota-llvm.git] / include / llvm / MC / MCParser / AsmParser.h
index 66b6dac23a59b96a4fbc08fbcc77059fe3fda657..23f4a1fb72a2fd3fbb51bc257cdb61c50229ca6c 100644 (file)
@@ -64,7 +64,7 @@ public:
             const MCAsmInfo &MAI);
   ~AsmParser();
 
-  bool Run();
+  bool Run(bool NoInitialTextSection, bool NoFinalize = false);
 
   
   void AddDirectiveHandler(StringRef Directive,