Hi all, Is anyone else seeing tests in the Multisource/Applications directory failing with something looking like this: /Users/wendling/llvm/llvm.obj/Debug/bin/gccld -L/Users/wendling/llvm/ llvm-gcc4.install/lib/gcc/powerpc-apple-darwin8.8.0/3.4-llvm -L/ Users/wendling/llvm/llvm-gcc4.install/lib Output/siod.linked.bc -lc -lpthread -lltdl -lm -o Output/siod.llvm gccld: warning: Cannot find library 'c' gccld: warning: Cannot find library 'pthread' gccld: warning: Cannot find library 'ltdl' gccld: warning: Cannot find library 'm' Instruction does not dominate all uses! %bothcond181 = and bool %tmp107.not, %tmp122 ; <bool> [#uses=3] br bool %bothcond181, label %bb40, label %bb154 Broken module found, compilation aborted! make: *** [Output/siod.llvm.bc] Abort trap ? Is there a way to make bugpoint use gccld (or the equivalent with llc flags)? Danke! -bw
On Sun, 29 Oct 2006, Bill Wendling wrote:> Is there a way to make bugpoint use gccld (or the equivalent with llc > flags)?In a multisource/external dir, use 'make bugpoint-gccld'. In singlesource, use 'make Output/progname.bugpoint-gccld'. -Chris -- http://nondot.org/sabre/ http://llvm.org/
On 10/30/06, Chris Lattner <sabre at nondot.org> wrote:> On Sun, 29 Oct 2006, Bill Wendling wrote: > > Is there a way to make bugpoint use gccld (or the equivalent with llc > > flags)? > > In a multisource/external dir, use 'make bugpoint-gccld'. In > singlesource, use 'make Output/progname.bugpoint-gccld'. >Thanks (I was wondering what the command was). Anyway, it turned out to be a flaw in my source tree :-( -bw
Seemingly Similar Threads
- [LLVMdev] Multisource Test Failures?
- [LLVMdev] LLC fail without gccld optimization on spec2000 int benchmarks
- [LLVMdev] [patch] gccld not passing -export-dynamic to gcc for link
- [LLVMdev] llvm-g++: Internal error
- [LLVMdev] use LLVM to convert C++ code to C code