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