diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-06-21 12:45:24 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-06-21 12:45:24 +0000 |
commit | ffd57aac2712b7e8ef23e29fcec7df19a787214b (patch) | |
tree | 276b0879e20f504213c00aa4e8a9e5071490802c | |
parent | 0c750ec837f7ae06f0a64d3da56d7578d923b3cf (diff) |
Revert r158423 corresponding to r158796, "test/Driver/warning-options.cpp: Mark as XFAIL:cygming. -pedantic is passed with gcc-as driver. PR12920"
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158915 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Driver/warning-options.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/Driver/warning-options.cpp b/test/Driver/warning-options.cpp index f40121ff3e..ce434ab006 100644 --- a/test/Driver/warning-options.cpp +++ b/test/Driver/warning-options.cpp @@ -8,7 +8,3 @@ // CHECK: unknown warning option '-Wmonkey' // CHECK: unknown warning option '-Wno-monkey' // CHECK: unknown warning option '-Wno-unused-command-line-arguments'; did you mean '-Wno-unused-command-line-argument'? - -// PR12920: They use gcc driver. Clang tends to pass -pedantic to gcc-as and gcc-ld. -// XFAIL: cygwin,mingw32 - |