mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-02 00:16:25 +00:00
b12d0547e6
Previously module verification was always enabled, with no way to turn it off. As of this commit, module verification is on by default in Debug builds, and off by default in release builds. The default behaviour can be overridden by calling setVerifyModules(bool) on the JIT instance (this works for both the old JIT, and MCJIT). <rdar://problem/16150008> llvm-svn: 206561 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
JIT.cpp | ||
JIT.h | ||
JITEmitter.cpp | ||
JITMemoryManager.cpp | ||
LLVMBuild.txt | ||
Makefile |