[llvm-commits] [llvm] r153234 - /llvm/trunk/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp

Eric Christopher echristo at apple.com
Fri Mar 23 11:07:06 PDT 2012


On Mar 23, 2012, at 1:32 AM, Duncan Sands <baldrick at free.fr> wrote:

> Hi Eric,
> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=153234&view=rev
>> Log:
>> In erroneous inline assembly we could mistakenly try to access the
>> metadata operand as an actual operand, leading to an assert. Error
>> out in this case.
>> 
>> rdar://11007633
> 
> baldrick bot says: "testcase?"

Yeah, I've got one, but it's going to error out anyhow and for some reason
my brain wasn't working with "how to write a testcase that's going to error out
anyhow for the backend".

-eric



More information about the llvm-commits mailing list