mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 23:29:20 +00:00
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
This commit is contained in:
parent
fb7f343615
commit
0569187653
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user