aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Verifier.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-10-29 03:14:55 +0000
committerChris Lattner <sabre@nondot.org>2007-10-29 03:14:55 +0000
commit46470682a2d618edec246ac3f77a3963569dcf07 (patch)
tree38647c958ff16a0b0e0279397ba5ccc791ff551c /lib/VMCore/Verifier.cpp
parent1fabfaad6d099786b8ca31acf94844d6fe4b2ea1 (diff)
downloadexternal_llvm-46470682a2d618edec246ac3f77a3963569dcf07.zip
external_llvm-46470682a2d618edec246ac3f77a3963569dcf07.tar.gz
external_llvm-46470682a2d618edec246ac3f77a3963569dcf07.tar.bz2
I am not sure this is a good idea to be an option, but rename the option for
now. It conflicts with clang's -pedantic flag. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43431 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/Verifier.cpp')
-rw-r--r--lib/VMCore/Verifier.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/Verifier.cpp b/lib/VMCore/Verifier.cpp
index 1d35d65..68c30bb 100644
--- a/lib/VMCore/Verifier.cpp
+++ b/lib/VMCore/Verifier.cpp
@@ -69,7 +69,7 @@ using namespace llvm;
namespace { // Anonymous namespace for class
cl::opt<bool>
- Pedantic("pedantic",
+ Pedantic("verify-pedantic",
cl::desc("Reject code with undefined behaviour"));
struct VISIBILITY_HIDDEN