repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[llvm-shlib] Fix the version naming style of libLLVM for Windows (#85710)
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-config
/
system-libs.windows.test
blob
597e0a83c3e2e625c05ffb07d61b04c8e0500a97
1
RUN: llvm-config --link-static --system-libs Support 2>&1 | FileCheck %s
2
REQUIRES: static-libs
3
REQUIRES: host={{.*-windows-msvc}}
4
CHECK-NOT: -l
5
CHECK: psapi.lib shell32.lib ole32.lib uuid.lib advapi32.lib ws2_32.lib
6
CHECK-NOT: error
7
CHECK-NOT: warning