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

Eric Christopher echristo at apple.com
Tue Aug 30 16:10:49 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.

Sorry, assertion as Andy just followed up :)

-eric



More information about the llvm-commits mailing list