[PATCH] D148168: [compiler-rt] [test] [profile] Mark a Windows test as requiring an MSVC target
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 13 02:06:37 PDT 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rG56320301a76d: [compiler-rt] [test] [profile] Mark a Windows test as requiring an MSVC target (authored by mstorsjo).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148168/new/
https://reviews.llvm.org/D148168
Files:
compiler-rt/test/profile/Windows/coverage-weak-lld.cpp
Index: compiler-rt/test/profile/Windows/coverage-weak-lld.cpp
===================================================================
--- compiler-rt/test/profile/Windows/coverage-weak-lld.cpp
+++ compiler-rt/test/profile/Windows/coverage-weak-lld.cpp
@@ -1,5 +1,6 @@
// REQUIRES: lld-available
+// REQUIRES: target={{.*windows-msvc.*}}
// RUN: %clang_profgen -fcoverage-mapping -c %s -o %t0.o
// RUN: %clang_profgen -fcoverage-mapping -c %s -DOBJ_1 -o %t1.o
// RUN: %clang_profgen -fcoverage-mapping -c %s -DOBJ_2 -o %t2.o
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148168.513113.patch
Type: text/x-patch
Size: 526 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230413/d08ea19a/attachment.bin>
More information about the llvm-commits
mailing list