[LLVMdev] Multisource Test Failures?

Bill Wendling isanbard at gmail.com
Sun Oct 29 23:00:10 PST 2006


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



More information about the llvm-dev mailing list