[all-commits] [llvm/llvm-project] 457984: [compiler-rt] [test] Mark a windows specific test ...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Tue Jul 11 14:13:05 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4579843d59d617d13b5385c63aa67efeb8a9e788
https://github.com/llvm/llvm-project/commit/4579843d59d617d13b5385c63aa67efeb8a9e788
Author: Martin Storsjö <martin at martin.st>
Date: 2023-07-12 (Wed, 12 Jul 2023)
Changed paths:
M compiler-rt/test/profile/ContinuousSyncMode/online-merging-windows.c
Log Message:
-----------
[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.
More information about the All-commits
mailing list