search for: llvmasmlex

Displaying 3 results from an estimated 3 matches for "llvmasmlex".

2007 Dec 23
1
[LLVMdev] compilaton problem
Hi. For weeks now I have problems compiling llvm from svn, compilation ends with llvm[2]: Compiling Lexer.cpp for Release build /home/borist/builds/llvm/lib/AsmParser/Lexer.l: In function 'int llvmAsmlex()': /home/borist/builds/llvm/lib/AsmParser/Lexer.l:278: error: 'PURE' was not declared in this scope /home/borist/builds/llvm/lib/AsmParser/Lexer.l:279: error: 'CONST' was not declared in this scope Lexer.cpp: In function 'int yy_get_next_buffer()': Lexer.cpp:2543: war...
2008 Mar 24
1
[LLVMdev] AsmParser/Lexer.l error
...M from Subversion (rev48737 from http://llvm.org/svn/llvm-project/llvm/trunk) I'm getting make[2]: Entering directory `/usr/src/Lang/llvm/_Obj/lib/AsmParser' llvm[2]: Flexing Lexer.l llvm[2]: Compiling Lexer.cpp for Debug build /usr/src/Lang/llvm/lib/AsmParser/Lexer.l: In function 'int llvmAsmlex()': /usr/src/Lang/llvm/lib/AsmParser/Lexer.l:278: error: 'PURE' was not declared in this scope /usr/src/Lang/llvm/lib/AsmParser/Lexer.l:279: error: 'CONST' was not declared in this scope Lexer.cpp: In function 'int yy_get_next_buffer()': I'm on Debian/Sid/AMD64,...
2007 Dec 23
0
[LLVMdev] compilaton problem
Hello, Boris > /home/borist/builds/llvm/lib/AsmParser/Lexer.l: In function 'int > llvmAsmlex()': > Could it be a problem with my version of gcc (V4.2.2) on Linux x86_64? No. These files were removed from the svn, however, they were used to generate source files and such generated files still alive in your tree. Remove Lexer.cpp and Lexer.h (same applies for tablegen). You can use...