[llvm-commits] [llvm] r138831 - /llvm/trunk/test/CodeGen/X86/segmented-stacks.ll

Andrew Trick atrick at apple.com
Tue Aug 30 16:10:21 PDT 2011


On Aug 30, 2011, at 4:00 PM, Rafael Ávila de Espíndola wrote:

>> So this means we'll still segfault the compiler if segmented stacks are used with some darwin code?
> 
> Segfault? I thought it was a fatal error from:
> 
>   if (!ST->isTargetLinux())
>     report_fatal_error("Segmented stacks supported only on linux.");
> 
> If not, we do have a bug.
> 
>> -eric
> 
> Cheers,
> Rafael
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

The first darwin failure after r138821 was:
Assertion failed: (!Subtarget->isTargetEnvMacho()), function LowerDYNAMIC_STACKALLOC, file .../llvm/lib/Target/X86/X86ISelLowering.cpp, line 8853.

Not sure what happens in the release build.

-Andy



More information about the llvm-commits mailing list