search for: llvm_set_cach

Displaying 1 result from an estimated 1 matches for "llvm_set_cach".

Did you mean: llvm_set_cached
2011 Apr 07
1
[LLVMdev] Can DragonEgg-2.9 work with gcc-4.6?
...It is a reimplementation of llvm-gcc that works with gcc-4.5 or later." I am trying to make gcc-4.6 work woth dragonegg, but I get an error belows, ------------------------------------------------------------------------ Compiling cache.c /tmp/chenwj/dragonegg-2.9/cache.c: In function 'llvm_set_cached': /tmp/chenwj/dragonegg-2.9/cache.c:101: warning: implicit declaration of function 'GGC_NEW' /tmp/chenwj/dragonegg-2.9/cache.c:101: error: expected expression before 'struct' /tmp/chenwj/dragonegg-2.9/cache.c:101: warning: assignment makes pointer from integer without a cast m...