[llvm-commits] llvm-gcc broken again

Reid Spencer rspencer at reidspencer.com
Thu Jan 11 11:04:11 PST 2007


Sorry, Jeff.
The patch needed is on llvm-commits as Chris mentioned.

Note that there is one more sweeping change coming this week: The
implementation of bit-accurate types. After that things will settle down
for a while. There aren't any more bit changes planned, just much
smaller ones to the LLVM passes to support bit-accurate types. We're
looking forward to some stability too.

Thanks,

Reid.

On Thu, 2007-01-11 at 10:11 -0800, Jeff Cohen wrote:
> 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
> 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list