]> granicus.if.org Git - clang/commit
Raise the responsibility for passing -disable-llvm-verifier in NDEBUG builds
authorJohn McCall <rjmccall@apple.com>
Sat, 13 Feb 2010 03:50:24 +0000 (03:50 +0000)
committerJohn McCall <rjmccall@apple.com>
Sat, 13 Feb 2010 03:50:24 +0000 (03:50 +0000)
commitb689afb75049012a431d483432114ad5e75d4a92
tree10b9fa9ebc72d885b83989ed5f2b625270855c2a
parent0c0eeb2fb0a4deb63a5b6603cfabff026bc8d547
Raise the responsibility for passing -disable-llvm-verifier in NDEBUG builds
to the driver, and support it in CodeGenOptsToArgs().  Note that this changes
the default behavior of clang -cc1 to always run the verifier.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96077 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp
lib/Frontend/CompilerInvocation.cpp