[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / tools / llvm-config / system-libs.windows.test
blob09970cf6899484c53c0b4c4e886497c52d43322a
1 RUN: llvm-config --link-static --system-libs 2>&1 | FileCheck %s
2 REQUIRES: static-libs
3 REQUIRES: system-windows
4 CHECK-NOT: -l
5 CHECK: psapi.lib shell32.lib ole32.lib uuid.lib advapi32.lib
6 CHECK-NOT: error
7 CHECK-NOT: warning