aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2023-07-12 00:09:42 +0300
committerMartin Storsjö <martin@martin.st>2023-07-12 00:11:47 +0300
commit4579843d59d617d13b5385c63aa67efeb8a9e788 (patch)
tree5921e349add8a73e5d3bfe75e699e970661d910f /compiler-rt
parent0c9145f4134312fce41fa52099cd45358ed572a5 (diff)
downloadllvm-4579843d59d617d13b5385c63aa67efeb8a9e788.zip
llvm-4579843d59d617d13b5385c63aa67efeb8a9e788.tar.gz
llvm-4579843d59d617d13b5385c63aa67efeb8a9e788.tar.bz2
[compiler-rt] [test] Mark a windows specific test as requiring an MSVC like environment
This test relies on MSVC style linking details, such as -Wl,-dll (which could be expressed with just "-shared", which would work with MinGW too) and an implicitly created import library named "<basename>.lib" (which isn't created when linking in MinGW mode). This fixes running the compiler-rt tests in MinGW environments.
Diffstat (limited to 'compiler-rt')
-rw-r--r--compiler-rt/test/profile/ContinuousSyncMode/online-merging-windows.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/profile/ContinuousSyncMode/online-merging-windows.c b/compiler-rt/test/profile/ContinuousSyncMode/online-merging-windows.c
index 542663f..bd1eb07 100644
--- a/compiler-rt/test/profile/ContinuousSyncMode/online-merging-windows.c
+++ b/compiler-rt/test/profile/ContinuousSyncMode/online-merging-windows.c
@@ -1,4 +1,4 @@
-// REQUIRES: windows
+// REQUIRES: target={{.*windows-msvc.*}}
// Test the online merging mode (%m) along with continuous mode (%c).
//