search for: fddbeb12

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

2010 Mar 07
0
[LLVMdev] -enable-eh not default in lli
Hi James, > lli --help says: > > "-enable-eh - Emit DWARF exception handling (default if target supports)" > > But in fact the default on x86-64 linux seems to be disabled, even > though exception handling is supported both for lli and when I use the > JIT as a library. Is this a bug? I can't find where > llvm::DwarfExceptionHandling is being conditionally
2010 Mar 04
2
[LLVMdev] -enable-eh not default in lli
Hi, lli --help says: "-enable-eh - Emit DWARF exception handling (default if target supports)" But in fact the default on x86-64 linux seems to be disabled, even though exception handling is supported both for lli and when I use the JIT as a library. Is this a bug? I can't find where llvm::DwarfExceptionHandling is being conditionally set by the JIT based on exception handling