search for: target_board

Displaying 2 results from an estimated 2 matches for "target_board".

2009 Sep 19
0
[LLVMdev] OT: intel darwin losing primary target status
...an confirm that passing "-Wl,-no_compact_unwind" to the failing testcase for g++.dg/torture/stackalign/eh-vararg-2.C eliminates the run-time error. I'd run the entire testsuite with that approach but I don't know how to suppress the comma in... make -k check RUNTESTFLAGS="--target_board=unix'{-Wl,-no_compact_unwind}'" so that it runs as a single test passing "-Wl,-no_compact_unwind". Jack
2009 Sep 18
5
[LLVMdev] OT: intel darwin losing primary target status
I thought of another work around. The FSF gcc driver can implicitly add -no_compact_unwind to the link line. This tells the linker to not produce compact unwind information from the dwarf unwind info in .o files. Then at runtime the darwin unwinder will fallback and use the slow dwarf unwind info. -Nick On Sep 18, 2009, at 2:27 PM, Nick Kledzik wrote: > I dug into this. Based on