1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Declare globals llvmAsmtext and llvmAsmleng for use in the parser.

llvm-svn: 2893
This commit is contained in:
Vikram S. Adve 2002-07-14 22:49:40 +00:00
parent b54f48c9a7
commit f2d95b3976

View File

@ -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