Remove the -enable-sjlj-eh option, which doesn't do anything.
authorDuncan Sands <baldrick@free.fr>
Sun, 2 May 2010 15:36:26 +0000 (15:36 +0000)
committerDuncan Sands <baldrick@free.fr>
Sun, 2 May 2010 15:36:26 +0000 (15:36 +0000)
commit57b6e9eb6ccb757b74beeb377c7c16d08468d3e8
treefcab3a667087b5e0ae19ebe62c5f92d0702ef7dc
parent241d3fea7a894014a65d3d99db1d429b871f3fce
Remove the -enable-sjlj-eh option, which doesn't do anything.
Remove the -enable-eh option which is only used by the JIT,
and replace it with -jit-enable-eh.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102865 91177308-0d34-0410-b5e6-96231b3b80d8
18 files changed:
docs/CommandGuide/lli.pod
docs/HowToSubmitABug.html
examples/ExceptionDemo/ExceptionDemo.cpp
include/llvm/Target/TargetOptions.h
lib/ExecutionEngine/JIT/JITEmitter.cpp
lib/Target/TargetMachine.cpp
test/CodeGen/ARM/2007-05-07-tailmerge-1.ll
test/CodeGen/ARM/2007-05-09-tailmerge-2.ll
test/CodeGen/ARM/2007-05-22-tailmerge-3.ll
test/CodeGen/Generic/2007-05-03-EHTypeInfo.ll
test/CodeGen/Generic/2007-12-17-InvokeAsm.ll
test/CodeGen/Generic/2007-12-31-UnusedSelector.ll
test/CodeGen/PowerPC/2007-11-16-landingpad-split.ll
test/CodeGen/X86/2007-05-05-Personality.ll
test/CodeGen/X86/2007-05-07-InvokeSRet.ll
test/CodeGen/X86/2007-06-04-tailmerge4.ll
test/CodeGen/X86/2007-09-17-ObjcFrameEH.ll
tools/lto/LTOCodeGenerator.cpp