Displaying 2 results from an estimated 2 matches for "8d4c5e2a".
2009 Jul 10
2
[LLVMdev] Builing llvm-gcc error with current trunk
Hello,
I'm trying to re-build llvm-gcc with gcc 4.3.2 on x86 Linux machine and has
the following error message during compilation.
../../llvm-gcc/gcc/llvm-types.cpp: In function avoid
writeLLVMTypesStringTable():
../../llvm-gcc/gcc/llvm-types.cpp:198: error: no matching function for call
to 'llvm::GlobalVariable::GlobalVariable(const llvm::Type*, bool,
llvm::GlobalValue::LinkageTypes,
2009 Jul 10
0
[LLVMdev] Builing llvm-gcc error with current trunk
Hi Won,
> I'm trying to re-build llvm-gcc with gcc 4.3.2 on x86 Linux machine and
> has the following error message during compilation.
if you are using llvm from svn then you need to build llvm-gcc from svn
too.
Ciao,
Duncan.