Skip to content

Commit

Permalink
[test][llvm-config] Allow extra libraries in test on Windows
Browse files Browse the repository at this point in the history
Extra libraries can show up here depending on how LLVM was configured,
so just allow extra libraries to show up instead of expecting an exact
list.

Partially reverts d7aee33.
  • Loading branch information
Bigcheese committed Dec 14, 2023
1 parent 4f1ddf7 commit 90c2398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/test/tools/llvm-config/system-libs.windows.test
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ RUN: llvm-config --link-static --system-libs Support 2>&1 | FileCheck %s
REQUIRES: static-libs
REQUIRES: host={{.*-windows-msvc}}
CHECK-NOT: -l
CHECK: psapi.lib shell32.lib ole32.lib uuid.lib advapi32.lib WS2_32.lib{{$}}
CHECK: psapi.lib shell32.lib ole32.lib uuid.lib advapi32.lib WS2_32.lib
CHECK-NOT: error
CHECK-NOT: warning

0 comments on commit 90c2398

Please sign in to comment.