[vmkit-commits] [vmkit] r103282 - /vmkit/trunk/lib/Mvm/Compiler/JIT.cpp

Nicolas Geoffray nicolas.geoffray at lip6.fr
Fri May 7 12:36:29 PDT 2010


Author: geoffray
Date: Fri May  7 14:36:29 2010
New Revision: 103282

URL: http://llvm.org/viewvc/llvm-project?rev=103282&view=rev
Log:
Move to new LLVM API.


Modified:
    vmkit/trunk/lib/Mvm/Compiler/JIT.cpp

Modified: vmkit/trunk/lib/Mvm/Compiler/JIT.cpp
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/lib/Mvm/Compiler/JIT.cpp?rev=103282&r1=103281&r2=103282&view=diff
==============================================================================
--- vmkit/trunk/lib/Mvm/Compiler/JIT.cpp (original)
+++ vmkit/trunk/lib/Mvm/Compiler/JIT.cpp Fri May  7 14:36:29 2010
@@ -146,9 +146,9 @@
   llvm::DisablePrettyStackTrace = true;
   llvm::JITEmitDebugInfo = false;
 #if DWARF_EXCEPTIONS
-  llvm::DwarfExceptionHandling = true;
+  llvm::JITExceptionHandling = true;
 #else
-  llvm::DwarfExceptionHandling = false;
+  llvm::JITExceptionHandling = false;
 #endif
   
   // Disable branch fold for accurate line numbers.





More information about the vmkit-commits mailing list