forked from OSchip/llvm-project
Declare globals llvmAsmtext and llvmAsmleng for use in the parser.
llvm-svn: 2893
This commit is contained in:
parent
249f9ad3dc
commit
9f835b82fc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue