[llvm-commits] [llvm] r117004 - in /llvm/trunk: include/llvm/ExecutionEngine/ExecutionEngine.h lib/ExecutionEngine/ExecutionEngine.cpp lib/ExecutionEngine/JIT/JIT.cpp

Eric Christopher echristo at apple.com
Thu Oct 21 10:17:09 PDT 2010


On Oct 21, 2010, at 1:57 AM, Duncan Sands wrote:

> #if defined(__APPLE__) && MAC_OS_X_VERSION_MAX_ALLOWED <= 1050
> # define USE_KEYMGR 1
> @@ -318,8 +319,10 @@
>     LOI = (LibgccObjectInfo*)calloc(sizeof(struct LibgccObjectInfo), 1); 
>   _keymgr_set_and_unlock_processwide_ptr(KEYMGR_GCC3_DW2_OBJ_LIST, LOI);
>   InstallExceptionTableRegister(DarwinRegisterFrame);
> +  // Not sure about how to deregister on Darwin.
> #else

Wonder if we can just get rid of the old keymgr code at this point…

-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20101021/b5d4bec2/attachment.html>


More information about the llvm-commits mailing list