[LLVMdev] inline asm constraints examples/tests

Chris Lattner clattner at apple.com
Wed Sep 22 14:53:47 PDT 2010


On Sep 21, 2010, at 2:45 PM, John Thompson wrote:
> I have a fix for the assertion failure in the enclosed llvmmultalt8.patch file.  I didn't realize the input constraints could have different numbers of alternatives from the outputs, which now makes sense.  The pr20314-2.c file now compiles on my 64-bit Linux box. 

I don't have an opinion, as I haven't had time to look at the original patch yet.  If it fixes the test failure on x86-64 and you are confident in it, please go ahead and apply it.  In the clang tests you can force x86-64 by specifying -mtriple.

-Chris



More information about the llvm-dev mailing list