
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
7 lines
179 B
Plaintext
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
|