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

Rafael Ávila de Espíndola rafael.espindola at gmail.com
Tue Aug 30 16:00:45 PDT 2011


> 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



More information about the llvm-commits mailing list