diff --git a/lib/AsmParser/ParserInternals.h b/lib/AsmParser/ParserInternals.h index 656d718e385..13023481662 100644 --- a/lib/AsmParser/ParserInternals.h +++ b/lib/AsmParser/ParserInternals.h @@ -27,6 +27,8 @@ extern int llvmAsmlineno; extern std::string CurFilename; Module *RunVMAsmParser(const std::string &Filename, FILE *F); +extern char* llvmAsmtext; +extern int llvmAsmleng; // UnEscapeLexed - Run through the specified buffer and change \xx codes to the // appropriate character. If AllowNull is set to false, a \00 value will cause