Displaying 1 result from an estimated 1 matches for "writellvmtypesstringtable".
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, llvm::Constant*&, const char [15],
llvm::Module*&)'
These are the options that I used for configuration:...