projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5814008
)
Declare globals llvmAsmtext and llvmAsmleng for use in the parser.
author
Vikram S. Adve
<vadve@cs.uiuc.edu>
Sun, 14 Jul 2002 22:49:40 +0000
(22:49 +0000)
committer
Vikram S. Adve
<vadve@cs.uiuc.edu>
Sun, 14 Jul 2002 22:49:40 +0000
(22:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2893
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/AsmParser/ParserInternals.h
patch
|
blob
|
history
diff --git
a/lib/AsmParser/ParserInternals.h
b/lib/AsmParser/ParserInternals.h
index 656d718e385a0934f2f4c6336577a68fefd59fab..1302348166241b1564b99f6b06a2e200876365ff 100644
(file)
--- 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