File tree 1 file changed +2
-2
lines changed
clang/test/CoverageMapping
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- // RUN: %clang_cc1 -std=c++11 -fprofile-instrument=clang -fcoverage-mapping -dump-coverage-mapping -fcoverage-mcdc -mllvm -system-headers-coverage -emit-llvm-only -o - %s | FileCheck %s --check-prefixes=CHECK,W_SYS
2
- // RUN: %clang_cc1 -std=c++11 -fprofile-instrument=clang -fcoverage-mapping -dump-coverage-mapping -fcoverage-mcdc -emit-llvm-only -o - %s | FileCheck %s --check-prefixes=CHECK,X_SYS
1
+ // RUN: %clang_cc1 -std=c++11 -triple %itanium_abi_triple - fprofile-instrument=clang -fcoverage-mapping -dump-coverage-mapping -fcoverage-mcdc -mllvm -system-headers-coverage -emit-llvm-only -o - %s | FileCheck %s --check-prefixes=CHECK,W_SYS
2
+ // RUN: %clang_cc1 -std=c++11 -triple %itanium_abi_triple - fprofile-instrument=clang -fcoverage-mapping -dump-coverage-mapping -fcoverage-mcdc -emit-llvm-only -o - %s | FileCheck %s --check-prefixes=CHECK,X_SYS
3
3
4
4
#ifdef IS_SYSHEADER
5
5
You can’t perform that action at this time.
0 commit comments