From 05691876536c68b4870c1dcbcfef83499419473f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 29 Oct 2007 03:14:55 +0000 Subject: 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 --- lib/VMCore/Verifier.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/VMCore') 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 - Pedantic("pedantic", + Pedantic("verify-pedantic", cl::desc("Reject code with undefined behaviour")); struct VISIBILITY_HIDDEN -- cgit v1.1