]> granicus.if.org Git - clang/commit
Add an option to disable the LLVM verifier pass (which is still always
authorJohn McCall <rjmccall@apple.com>
Fri, 12 Feb 2010 23:47:27 +0000 (23:47 +0000)
committerJohn McCall <rjmccall@apple.com>
Fri, 12 Feb 2010 23:47:27 +0000 (23:47 +0000)
commit824e19ed926d7aa1296a007d0607ac4437e3c4a9
tree1de7144a482dc72c4c221836240837bd840d1756
parent5ce5dab3c30e4255b8f62b148b6a86f09a444aaa
Add an option to disable the LLVM verifier pass (which is still always
disabled in NDEBUG builds).  The option applies only to -cc1 invocations and is:
  -disable_llvm_verifier

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96046 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/CC1Options.td
lib/Frontend/CompilerInvocation.cpp