Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / tools / llvm-config / system-libs.windows.test
blobd1d91a9a0b9e2f21bfb29c1808b2355dc2ce305f
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
6 CHECK-NOT: error
7 CHECK-NOT: warning