[llvm-commits] [llvm] r43431 - /llvm/trunk/lib/VMCore/Verifier.cpp
Chris Lattner
sabre at nondot.org
Sun Oct 28 20:14:56 PDT 2007
Author: lattner
Date: Sun Oct 28 22:14:55 2007
New Revision: 43431
URL: http://llvm.org/viewvc/llvm-project?rev=43431&view=rev
Log:
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.
Modified:
llvm/trunk/lib/VMCore/Verifier.cpp
Modified: llvm/trunk/lib/VMCore/Verifier.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/VMCore/Verifier.cpp?rev=43431&r1=43430&r2=43431&view=diff
==============================================================================
--- llvm/trunk/lib/VMCore/Verifier.cpp (original)
+++ llvm/trunk/lib/VMCore/Verifier.cpp Sun Oct 28 22:14:55 2007
@@ -69,7 +69,7 @@
namespace { // Anonymous namespace for class
cl::opt<bool>
- Pedantic("pedantic",
+ Pedantic("verify-pedantic",
cl::desc("Reject code with undefined behaviour"));
struct VISIBILITY_HIDDEN
More information about the llvm-commits
mailing list