diff options
| author | Chris Lattner <sabre@nondot.org> | 2007-10-29 03:14:55 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2007-10-29 03:14:55 +0000 |
| commit | b6fc40e60fcae4b8f62f4cb89bfb204b0a8dd90c (patch) | |
| tree | c2764170eea78304234c27ec1be3ea7ac225f9a3 /llvm/lib/VMCore/Verifier.cpp | |
| parent | 5e99fd8c0de45feda7a3dc78884020c2ee44673c (diff) | |
| download | bcm5719-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.cpp | 2 |
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 |

