Displaying 1 result from an estimated 1 matches for "outflank".
Did you mean:
  outflanks
  
2008 Jul 18
1
[LLVMdev] Improving bugpoint
...tn: INFO: native target is being used
bugpoint-test-program.bc.llc.s.cray.o-yIVqrc: In function `red09_':
(.text+0x48): undefined reference to `__unnamed_1_0'
[ and lots more of the same ]
*** Debugging code generator crash!
[ Uh..no, this is a link failure... ]
It appears that bugpoint outflanks itself and removes some global symbols, 
generating a link error and causing bugpoint to go off on a not-very-useful 
code generator crash analysis.  So I never actually end up getting a reduced 
test case.
Has anyone else seen this kind of behavior before?  What's a reasonable way to 
addres...