[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)
commit11f81ba6a6ae72f9f669f0b954b5e1bdc5707c75
tree754c1f10dce2d42afaa53f68728fbd6757f55182
parent7acaefabf62d31a3edc830e06385495b73bdb8a8
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222811 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/MCJIT/MCJIT.cpp