[MCJIT] Make stub_addr functionality in RuntimeDyldChecker work in release mode.
authorLang Hames <lhames@gmail.com>
Tue, 22 Jul 2014 23:50:51 +0000 (23:50 +0000)
committerLang Hames <lhames@gmail.com>
Tue, 22 Jul 2014 23:50:51 +0000 (23:50 +0000)
commit8c3156eb828535001b859714e455de94280227ac
tree75ee0b249797c3d337cce097eaec15bbb9bae610
parentf072ab78ee3845725668c0ef8b4da598e1af9788
[MCJIT] Make stub_addr functionality in RuntimeDyldChecker work in release mode.

There's no reason to restrict this particular piece of RuntimeDyldChecker
functionality to +Asserts builds.

This should fix failures in MachO_x86-64_PIC_relocations.s on release bots.

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