Skip to content

Commit 1782cf0

Browse files
committed
test: repair windows builder after swiftlang#32429
The test was overly strict in checking the IR, loosen the test appropriately.
1 parent a11c06c commit 1782cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/autolink_merge_from_clangimporter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ func useLibrarySym() {
1515
}
1616

1717
// CHECK-DAG: !llvm.linker.options = !{
18-
// CHECK-DAG: !{{[0-9]+}} = !{!"-lempty"}
18+
// CHECK-DAG: !{{[0-9]+}} = !{!{{"-lempty"|"/DEFAULTLIB:empty.lib"}}}
1919
// CHECK-DAG: !{{[0-9]+}} = !{!"-framework", !"LinkFramework"}

0 commit comments

Comments
 (0)