[compiler-rt] d74ae41 - [compiler-rt][test] Require lld for coverage_short_circuit.cpp
David Spickett via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 11 06:52:48 PDT 2025
Author: David Spickett
Date: 2025-08-11T13:52:33Z
New Revision: d74ae41bc0bd654de89ca1e01ffea0fc01df17fd
URL: https://github.com/llvm/llvm-project/commit/d74ae41bc0bd654de89ca1e01ffea0fc01df17fd
DIFF: https://github.com/llvm/llvm-project/commit/d74ae41bc0bd654de89ca1e01ffea0fc01df17fd.diff
LOG: [compiler-rt][test] Require lld for coverage_short_circuit.cpp
Added:
Modified:
compiler-rt/test/profile/Linux/coverage_short_circuit.cpp
Removed:
################################################################################
diff --git a/compiler-rt/test/profile/Linux/coverage_short_circuit.cpp b/compiler-rt/test/profile/Linux/coverage_short_circuit.cpp
index 54f0c4cebc44c..2abf68380a412 100644
--- a/compiler-rt/test/profile/Linux/coverage_short_circuit.cpp
+++ b/compiler-rt/test/profile/Linux/coverage_short_circuit.cpp
@@ -1,3 +1,4 @@
+// REQUIRES: lld-available
// RUN: %clangxx_profgen -std=c++17 -fuse-ld=lld -fcoverage-mapping -o %t %s
// RUN: env LLVM_PROFILE_FILE=%t.profraw %run %t
// RUN: llvm-profdata merge -o %t.profdata %t.profraw
More information about the llvm-commits
mailing list