[llvm-commits] [llvm] r140429 - in /llvm/trunk: lib/CodeGen/MachineVerifier.cpp test/CodeGen/X86/segmented-stacks.ll
Jakob Stoklund Olesen
stoklund at 2pi.dk
Fri Sep 23 19:45:05 PDT 2011
I didn't, but I expect that would have worked too.
The machine code verifier is too expensive to run under asserts, though.
On Sep 23, 2011, at 7:00 PM, Andrew Trick <atrick at apple.com> wrote:
> Did you try this?
>
> REQUIRES: asserts
>
> -Andy
>
> On Sep 23, 2011, at 6:04 PM, Jakob Stoklund Olesen wrote:
>
>>
>> On Sep 23, 2011, at 5:56 PM, Eli Friedman wrote:
>>
>>> On Fri, Sep 23, 2011 at 3:45 PM, Jakob Stoklund Olesen <stoklund at 2pi.dk> wrote:
>>>> Author: stoklund
>>>> Date: Fri Sep 23 17:45:39 2011
>>>> New Revision: 140429
>>>>
>>>> URL: http://llvm.org/viewvc/llvm-project?rev=140429&view=rev
>>>> Log:
>>>> Verify that terminators follow non-terminators.
>>>>
>>>> This exposes a -segmented-stacks bug.
>>>
>>> This is breaking smooshlab because the test you XFAIL'ed passes in
>>> Release builds.
>>
>> Ugh. Will fix.
>>
>>
>>
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
More information about the llvm-commits
mailing list