Displaying 5 results from an estimated 5 matches for "upgradelexer".
2008 Apr 14
0
[LLVMdev] llvm-as parse error
...er.cpp for Release build
/usr/share/bison.simple: In function ‘int llvmAsmparse()’:
/usr/share/bison.simple:614: warning: comparison between signed and
unsigned integer expressions
/usr/share/bison.simple:626: warning: comparison between signed and
unsigned integer expressions
llvm[2]: Flexing UpgradeLexer.l
/usr/local/src/llvm-2.2/tools/llvm-upgrade/UpgradeLexer.l:405:
warning, rule cannot be matched
llvm[2]: Bisoning UpgradeParser.y
/usr/local/src/llvm-2.2/tools/llvm-upgrade/UpgradeParser.y:
conflicts: 8 shift/reduce, 7 reduce/reduce
I'm going to install older versions (those "officia...
2008 Apr 14
2
[LLVMdev] llvm-as parse error
Hi:
I have just started to use llvm and confronted with a problem:
when I want to transform something very simple for name.ll to name.bc with llvm-as name.ll, some errors occured:
error: parse error, expecting `GLOBAL' or `CONSTANT' while reading token: 'target'
btw, the name.ll file is as follows:
; ModuleID = 'tst.bc'
target datalayout =
2007 Oct 26
2
[LLVMdev] llvm-build for ARM
...below:
llvm[2]: ======= Finished Linking Release Executable llvm-dis (without
symbols)
make[2]: Leaving directory `/home/amitsingh/llvm-research
/llvm-source/obj/tools/llvm-dis'
make[2]: Entering directory
`/home/amitsingh/llvm-research/llvm-source/obj/tools/llvm-upgrade'
llvm[2]: Compiling UpgradeLexer.cpp for Release build
llvm[2]: Compiling UpgradeParser.cpp for Release build
UpgradeParser.tab.c: In function 'int Upgradeparse()':
UpgradeParser.tab.c:3937: error: Missing definition
for SSA_NAME: D.81521_38019in statement:
D.81521_328 = PHI <D.81521_38019(191), D.81521_37934(205), D.81...
2007 Oct 26
0
[LLVMdev] llvm-build for ARM
...inking Release Executable llvm-dis
> (without symbols)
> make[2]: Leaving directory `/home/amitsingh/llvm-research
> /llvm-source/obj/tools/llvm-dis'
> make[2]: Entering directory `/home/amitsingh/llvm-research/llvm-
> source/obj/tools/llvm-upgrade'
> llvm[2]: Compiling UpgradeLexer.cpp for Release build
> llvm[2]: Compiling UpgradeParser.cpp for Release build
> UpgradeParser.tab.c: In function 'int Upgradeparse()':
> UpgradeParser.tab.c:3937: error: Missing definition
> for SSA_NAME: D.81521_38019in statement:
> D.81521_328 = PHI <D.81521_38019(191),...
2007 Dec 14
0
[LLVMdev] LLVM SVN r45024 build failure on Debian Etch with GCC 4.1.2
.../llvm-dis'
llvm[2]: Compiling llvm-dis.cpp for Debug build
llvm[2]: Linking Debug executable llvm-dis
llvm[2]: ======= Finished Linking Debug Executable llvm-dis
make[2]: Leaving directory `~/llvm/tools/llvm-dis'
make[2]: Entering directory `~/llvm/tools/llvm-upgrade'
llvm[2]: Compiling UpgradeLexer.cpp for Debug build
llvm[2]: Compiling UpgradeParser.cpp for Debug build
collect2: ld terminated with signal 15 [Terminated]
make[2]: *** [~/llvm/Debug/bin/opt] Error 1
make[2]: Leaving directory `~/llvm/tools/opt'
make[1]: *** [opt/.makeall] Error 2
make[1]: *** Waiting for unfinished jobs.......