[llvm-commits] darwin x86 make check failures

Dale Johannesen dalej at apple.com
Fri Oct 12 13:40:40 PDT 2007


On Oct 12, 2007, at 12:20 PM, Tanya Lattner wrote:
> Anyone want to claim them? ;)

I confirm this is happening, but it was not happening until I did a  
checkout.

2006-10-19-SwitchUnnecessaryBranching.ll was introduced by the change  
in label names.
It looks like there was an attempt to fix it once, so it's probably  
OS dependent.  On darwin
it's trying to match LBB1__main (2 underscores) with BB1_main (1  
underscore).

The other one is failing doing
grep -i ST | not grep {fadd\\|fsub\\|fdiv\\|fmul}

There are no lines that match ST (correctly IMO).  I would expect  
"not grep" to succeed
on null input, but apparently it doesn't.  It's not obvious what the  
grep for ST is trying to
do, but I doubt this is still testing what it was supposed to test.





More information about the llvm-commits mailing list