Skip to content

Commit 7e10a50

Browse files
committed
Fix LLVM IR FileCheck for Linux.
1 parent cc7e9fc commit 7e10a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/AutoDiff/SIL/Serialization/differentiable_function_inst.sil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ bb0:
4747
// CHECK-SIL: [[EXTRACTED_ORIG_FN:%.*]] = differentiable_function_extract [original] [[DIFF_FN]] : $@differentiable @convention(thin) (Float) -> Float
4848
// CHECK-SIL: return [[DIFF_FN]] : $@differentiable @convention(thin) (Float) -> Float
4949

50-
// CHECK-IRGEN-LABEL: define swiftcc { i8*, i8*, i8* } @make_differentiable_function()
50+
// CHECK-IRGEN-LABEL: define {{.*}}swiftcc { i8*, i8*, i8* } @make_differentiable_function()
5151
// CHECK-IRGEN-NEXT: entry:
5252
// CHECK-IRGEN-NEXT: ret { i8*, i8*, i8* } { i8* bitcast (float (float)* @function to i8*), i8* undef, i8* bitcast ({ float, i8*, %swift.refcounted* } (float)* @function_vjp to i8*) }
5353

0 commit comments

Comments
 (0)