Mercurial > hg > CbC > CbC_llvm
comparison clang/test/Driver/coverage.c @ 150:1d019706d866
LLVM10
author | anatofuz |
---|---|
date | Thu, 13 Feb 2020 15:10:13 +0900 |
parents | |
children | 0572611fdcc8 |
comparison
equal
deleted
inserted
replaced
147:c2174574ed3a | 150:1d019706d866 |
---|---|
1 // Test coverage flag. | |
2 // REQUIRES: system-windows | |
3 // | |
4 // RUN: %clang_cl -Wno-msvc-not-found -### -coverage %s -o foo/bar.o 2>&1 | FileCheck -check-prefix=CLANG-CL-COVERAGE %s | |
5 // CLANG-CL-COVERAGE-NOT: error: | |
6 // CLANG-CL-COVERAGE-NOT: warning: | |
7 // CLANG-CL-COVERAGE-NOT: argument unused | |
8 // CLANG-CL-COVERAGE-NOT: unknown argument |