From 9a383405a7faa52da11fe9c59bd2ff7aecbf5bfd Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Tue, 7 May 2013 20:53:59 +0000 Subject: Remove exception handling support from the old JIT. llvm-svn: 181354 --- llvm/examples/ExceptionDemo/ExceptionDemo.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/examples') diff --git a/llvm/examples/ExceptionDemo/ExceptionDemo.cpp b/llvm/examples/ExceptionDemo/ExceptionDemo.cpp index f9498a5fbfb..cf39ea77929 100644 --- a/llvm/examples/ExceptionDemo/ExceptionDemo.cpp +++ b/llvm/examples/ExceptionDemo/ExceptionDemo.cpp @@ -1950,7 +1950,6 @@ int main(int argc, char *argv[]) { // If not set, exception handling will not be turned on llvm::TargetOptions Opts; - Opts.JITExceptionHandling = true; llvm::InitializeNativeTarget(); llvm::InitializeNativeTargetAsmPrinter(); -- cgit v1.2.3