forked from OSchip/llvm-project
bc876017c2
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 |