Skip to content

Commit d74ae41

Browse files
committed
[compiler-rt][test] Require lld for coverage_short_circuit.cpp
1 parent 0adcbc0 commit d74ae41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler-rt/test/profile/Linux/coverage_short_circuit.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// REQUIRES: lld-available
12
// RUN: %clangxx_profgen -std=c++17 -fuse-ld=lld -fcoverage-mapping -o %t %s
23
// RUN: env LLVM_PROFILE_FILE=%t.profraw %run %t
34
// RUN: llvm-profdata merge -o %t.profdata %t.profraw

0 commit comments

Comments
 (0)