diff options
| author | Nico Weber <nicolasweber@gmx.de> | 2018-06-01 15:02:43 +0000 |
|---|---|---|
| committer | Nico Weber <nicolasweber@gmx.de> | 2018-06-01 15:02:43 +0000 |
| commit | 6ecaf9a2202659f7d71b92b97e24998fde1864cd (patch) | |
| tree | 8f6c2a8bee091382b61ce14b686f362ae0b03641 | |
| parent | 5255b311edd24e20a90faad484f1b9f598a765b8 (diff) | |
| download | bcm5719-llvm-6ecaf9a2202659f7d71b92b97e24998fde1864cd.tar.gz bcm5719-llvm-6ecaf9a2202659f7d71b92b97e24998fde1864cd.zip | |
Remove redundant -fno-coverage-mapping added in r333761 (already added in r333423)
llvm-svn: 333762
| -rw-r--r-- | clang/test/Driver/cl-options.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/Driver/cl-options.c b/clang/test/Driver/cl-options.c index 616a4287210..b105146c379 100644 --- a/clang/test/Driver/cl-options.c +++ b/clang/test/Driver/cl-options.c @@ -592,7 +592,6 @@ // RUN: -flto \ // RUN: -fmerge-all-constants \ // RUN: -no-canonical-prefixes \ -// RUN: -fno-coverage-mapping \ // RUN: --version \ // RUN: -Werror /Zs -- %s 2>&1 |

