From: Chris Lattner Date: Mon, 29 Oct 2007 03:14:55 +0000 (+0000) Subject: I am not sure this is a good idea to be an option, but rename the option for X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=05691876536c68b4870c1dcbcfef83499419473f;p=oota-llvm.git 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 --- diff --git a/lib/VMCore/Verifier.cpp b/lib/VMCore/Verifier.cpp index 1d35d65e612..68c30bbc638 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