search for: verifyxxx

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

2008 Mar 09
2
[LLVMdev] linker error (llvm-config, eclipse)
...nction is undefined, although I included llvm/Bitcode/ReaderWriter.h: undefined reference to `llvm::WriteBitcodeToFile(llvm::Module const*, std::basic_ostream<char, std::char_traits<char> >&) I also get the same undefined reference error if I call the llvm::createXXXPass and llvm::verifyXXX functions although I included all the files like in the Kaleidoscope tutorial. Everything else works fine though. I'm compiling my project with gcc-4.2 and llvm-config with --libs all and I'm using the RELEASE_22 tag from subversion and Eclipse CDT with managed make (on Ubuntu 32bit). Th...