[llvm-commits] [llvm] r93189 - /llvm/trunk/test/CodeGen/X86/2010-01-07-UAMemFeature.ll
Chris Lattner
sabre at nondot.org
Tue Jan 12 18:24:17 PST 2010
On Jan 12, 2010, at 4:32 PM, Jeffrey Yasskin wrote:
> I just committed r93279 to fix this on ARM and PPC, which it crashed:
> http://google1.osuosl.org:8011/builders/llvm-arm-linux/builds/1427/steps/test-llvm/logs/2010-01-07-uamemfeature.ll
> and http://google1.osuosl.org:8011/builders/llvm-ppc-linux/builds/3820/steps/test-llvm/logs/2010-01-07-uamemfeature.ll
Thanks, that's the right fix for the test, since the grep will fail even if llc doesn't crash.
> Should an unsupported -mattr flag really cause llc to crash though?
No, that's apparently a bug in the ppc/arm backends. :(
-Chris
More information about the llvm-commits
mailing list