Remove exception handling support from the old JIT.
[oota-llvm.git] / examples / ExceptionDemo / ExceptionDemo.cpp
index f9498a5fbfb3b252fb3eca7faec034b12220a93f..cf39ea7792930ad00a6909cea3ace6e7bd49b3e6 100644 (file)
@@ -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();