[LLVMdev] -enable-eh not default in lli

James Williams junk at giantblob.com
Thu Mar 4 03:20:55 PST 2010


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 support.

-- James Williams
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100304/ba1ce122/attachment.html>


More information about the llvm-dev mailing list