Displaying 1 result from an estimated 1 matches for "bothcond181".
2006 Oct 30
2
[LLVMdev] Multisource Test Failures?
...-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)?
Da...