summaryrefslogtreecommitdiffstats
path: root/llvm/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
commitb6fc40e60fcae4b8f62f4cb89bfb204b0a8dd90c (patch)
treec2764170eea78304234c27ec1be3ea7ac225f9a3 /llvm/lib/VMCore/Verifier.cpp
parent5e99fd8c0de45feda7a3dc78884020c2ee44673c (diff)
downloadbcm5719-llvm-b6fc40e60fcae4b8f62f4cb89bfb204b0a8dd90c.tar.gz
bcm5719-llvm-b6fc40e60fcae4b8f62f4cb89bfb204b0a8dd90c.zip
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. llvm-svn: 43431
Diffstat (limited to 'llvm/lib/VMCore/Verifier.cpp')
-rw-r--r--llvm/lib/VMCore/Verifier.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/Verifier.cpp b/llvm/lib/VMCore/Verifier.cpp
index 1d35d65e612..68c30bbc638 100644
--- a/llvm/lib/VMCore/Verifier.cpp
+++ b/llvm/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
OpenPOWER on IntegriCloud