diff options
-rw-r--r-- | lib/AsmParser/ParserInternals.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/AsmParser/ParserInternals.h b/lib/AsmParser/ParserInternals.h index 656d718e38..1302348166 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 |