[llvm-commits] llvm-gcc broken again
Jeff Cohen
jeffc42 at dslextreme.com
Thu Jan 11 10:11:05 PST 2007
Seriously: Is it possible for the public mirror to be buildable for
more than a few hours per week?
g++40 -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -pedantic
-Wno-long-long -Wno-variadic-macros -fno-common -DHAVE_CONFIG_H
-Wno-unused -DTARGET_NAME=\"amd64-unknown-freebsd6.1\" -DENABLE_LLVM
-D__STDC_LIMIT_MACROS -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/../include -I../../gcc/../libcpp/include
-I/usr/home/jeffc/llvm/include -I/home/jeffc/llvm/obj/include
../../gcc/llvm-types.cpp -o llvm-types.o
../../gcc/llvm-backend.cpp: In function 'bool
ValidateRegisterVariable(tree_node*)':
../../gcc/llvm-backend.cpp:572: error: 'ConstantBool' was not declared
in this scopeg++40 -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -pedantic
-Wno-long-long -Wno-variadic-macros -fno-common -DHAVE_CONFIG_H
-Wno-unused -DTARGET_NAME=\"amd64-unknown-freebsd6.1\" -DENABLE_LLVM
-D__STDC_LIMIT_MACROS -I. -I. -I../../gcc -I../../gcc/.
-I../../gcc/../include -I../../gcc/../libcpp/include
-I/usr/home/jeffc/llvm/include -I/home/jeffc/llvm/obj/include
../../gcc/llvm-debug.cpp -o llvm-debug.o
../../gcc/llvm-backend.cpp:572: error: no matching function for call to
'cast(llvm::Value*)'
../../gcc/llvm-backend.cpp:596: error: 'ConstantBool' has not been declared
../../gcc/llvm-backend.cpp:596: error: 'getFalse' was not declared in
this scope
../../gcc/llvm-backend.cpp:599: error: 'ConstantBool' has not been declared
../../gcc/llvm-backend.cpp:599: error: 'getTrue' was not declared in
this scope
gmake[1]: *** [llvm-backend.o] Error 1
More information about the llvm-commits
mailing list