Skip to content
Commit 4579843d authored by Martin Storsjö's avatar Martin Storsjö
Browse files

[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.
parent 0c9145f4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment