mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Declare globals llvmAsmtext and llvmAsmleng for use in the parser.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2893 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5814008f4b
commit
f946bcdc23
@ -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
Block a user