[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)
commit17e6b9e5ab404eddf2e58cdcfd7a4c8bc472da6e
treeb4753712648a14d0d23b2c0f28b561ebbd840ac1
parent015d818b59dbdadc2726adc6132be1b3da4d6387
[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.

llvm-svn: 213708
llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp