[MCJIT] Temporarily disable automatic JIT debugger registration.
authorLang Hames <lhames@gmail.com>
Wed, 26 Nov 2014 07:25:26 +0000 (07:25 +0000)
committerLang Hames <lhames@gmail.com>
Wed, 26 Nov 2014 07:25:26 +0000 (07:25 +0000)
commit08a01ae3728e8896129cc6057ca2895d4e70b8e6
tree4c9dc47b425dce5dfef368a759deef535af86ee0
parent829a19ae74c572bdb5e46b4e4b85a35503255c94
[MCJIT] Temporarily disable automatic JIT debugger registration.

The RuntimeDyld cleanup patch r222810 turned on GDB registration for MachO
objects. I expected this to be harmless, but it seems to have broken on
MacsOS. Temporarily disabling debugger registration while I dig in to what's
gone wrong.

llvm-svn: 222811
llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp