Mercurial > hg > CbC > CbC_llvm
annotate clang/test/Driver/coverage.c @ 150:1d019706d866
LLVM10
author | anatofuz |
---|---|
date | Thu, 13 Feb 2020 15:10:13 +0900 |
parents | |
children | 0572611fdcc8 |
rev | line source |
---|---|
150 | 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 |