<div dir="ltr">The testcase doesn't need either the triple or the data layout for an llvm-as test.<div><br></div><div>Also, I tried it, which llvm_unreachable? (I mean, it's obviously doing something wonky so it's not necessarily a bad patch, but I can't duplicate whatever problem you're seeing).</div>
<div><br></div><div>-eric</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Sep 3, 2014 at 1:45 PM, Akira Hatanaka <span dir="ltr"><<a href="mailto:ahatanak@gmail.com" target="_blank">ahatanak@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">The attached patch adds a check to InlineAsm::ConstraintInfo::Parse which checks that '{' immediately follows '~' in the inline assembly clobber constraint. This enables catching the error in the test case earlier by LLParser and printing a more helpful diagnostic, rather than terminating when an llvm_unreachable is triggered.<div>

<br></div><div>This patch fixes rdar://problem/14206559.<br></div><div><br></div></div>
<br>_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
<br></blockquote></div><br></div>