Skip to content

Commit bbcde58

Browse files
authored
Update the conditional-dead-strip-ir.swift test to work after LLVM rebranch (#39578)
1 parent 9289d08 commit bbcde58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/conditional-dead-strip-ir.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public struct Struct {
1717
public enum Enum {
1818
}
1919

20-
// CHECK: @llvm.used = appending global [
20+
// CHECK: @llvm.{{(compiler.)?}}used = appending global [
2121
// CHECK-SAME: @"$s4main11TheProtocolHr"
2222
// CHECK-SAME: @"$s4main5ClassCAA11TheProtocolAAHc"
2323
// CHECK-SAME: @"$s4main5ClassCHn"

0 commit comments

Comments
 (0)