Skip to content

Commit d1dc58c

Browse files
committed
Make llvm-config test resilliant
Add explicit library list to match a4b0100.
1 parent 2592ccd commit d1dc58c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/tools/llvm-config/system-libs.windows.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
RUN: llvm-config --link-static --system-libs 2>&1 | FileCheck %s
1+
RUN: llvm-config --link-static --system-libs Support 2>&1 | FileCheck %s
22
REQUIRES: static-libs
33
REQUIRES: system-windows
44
CHECK-NOT: -l

0 commit comments

Comments
 (0)