Martin Storsjö 82f7b03d9b Reapply [test] [llvm-config] Assume unix style lib names on mingw targets
Assume the MSVC style naming only for "windows-msvc" targets.

After the previous attempt, this was changed to use the host triple
instead of the target.

Differential Revision: https://reviews.llvm.org/D149998
2023-05-16 10:40:30 +03:00

7 lines
179 B
Plaintext

RUN: llvm-config --link-static --system-libs Support 2>&1 | FileCheck %s
REQUIRES: static-libs
UNSUPPORTED: host={{.*-windows-msvc}}
CHECK: -l
CHECK-NOT: error
CHECK-NOT: warning