Bug#501704: Linking with llvm 2.3 fails with undefined reference to llvm::verifyFunction

2009-06-02 Thread Patrick Boettcher
Hi Giridhar, On Fri, 29 May 2009, Y Giridhar Appaji Nag wrote: Hi Patrick, On 08/10/09 19:40 +0200, Patrick Boettcher said ... Linking my binary which is using LLVM as follows: g++ `llvm-config --ldflags` `llvm-config --libs` -o compile $^ fails like that: undefined reference to

Bug#501704: Linking with llvm 2.3 fails with undefined reference to llvm::verifyFunction

2009-05-28 Thread Y Giridhar Appaji Nag
Hi Patrick, On 08/10/09 19:40 +0200, Patrick Boettcher said ... Linking my binary which is using LLVM as follows: g++ `llvm-config --ldflags` `llvm-config --libs` -o compile $^ fails like that: undefined reference to `llvm::verifyFunction(llvm::Function const,

Bug#501704: Linking with llvm 2.3 fails with undefined reference to llvm::verifyFunction

2008-10-09 Thread Patrick Boettcher
Package: llvm Version: 2.3-1~exp0 Severity: important Linking my binary which is using LLVM as follows: g++ `llvm-config --ldflags` `llvm-config --libs` -o compile $^ fails like that: undefined reference to `llvm::verifyFunction(llvm::Function const, llvm::VerifierFailureAction)' greping for