[llvm-commits] darwin x86 make check failures

2007-10-12 Thread Tanya Lattner
I'm seeing this with tot (SVN version 42924): FAIL: /Users/lattner/work/llvm/test/CodeGen/X86/2006-10-19- SwitchUnnecessaryBranching.ll Failed with exit(1) at line 1 while running: llvm-upgrade /Users/lattner/work/llvm/test/CodeGen/ X86/2006-10-19-SwitchUnnecessaryBranching.ll | llvm-as | llc

Re: [llvm-commits] darwin x86 make check failures

2007-10-12 Thread Dale Johannesen
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

Re: [llvm-commits] darwin x86 make check failures

2007-10-12 Thread Dan Gohman
Anyone want to claim them? ;) I confirm this is happening, but it was not happening until I did a checkout. They're both due to 42908. 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

Re: [llvm-commits] darwin x86 make check failures

2007-10-12 Thread Tanya Lattner
Thanks Dale Dan! The second one passes for me now. -Tanya On Oct 12, 2007, at 1:48 PM, Dan Gohman wrote: Anyone want to claim them? ;) I confirm this is happening, but it was not happening until I did a checkout. They're both due to 42908. 2006-10-19-SwitchUnnecessaryBranching.ll was