implement .include in the lexer/parser instead of passing it into the streamer.
[oota-llvm.git] / tools / llvm-mc / AsmLexer.h
index 6360b1280ce2c263997f90edf4d98c5e5f8e4f19..5d59d0ad7751365ca66665a6f7d360699989653f 100644 (file)
@@ -97,6 +97,9 @@ public:
   
   SMLoc getLoc() const;
   
+  /// EnterIncludeFile - Enter the specified file. This returns true on failure.
+  bool EnterIncludeFile(const std::string &Filename);
+  
   void PrintMessage(SMLoc Loc, const std::string &Msg, const char *Type) const;
   
 private: