Skip to content

Commit 7c60b58

Browse files
plotfibeccadax
authored andcommitted
Fixing up IRGen tests that use attribute no-frame-pointer-elim.
Changes I made to swift (PR #26263) for llvm cfe r366645 have caused these tests to fail because the string attributes have changes. This patch fixes them to use the new frame pointer elision attributes. # Conflicts: # test/IRGen/generic_metatypes.swift
1 parent 6081bcf commit 7c60b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/generic_metatypes.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,4 @@ func makeGenericMetatypes() {
146146
// CHECK: ret %swift.metadata_response
147147

148148
// CHECK: attributes [[NOUNWIND_READNONE]] = { nounwind readnone }
149-
// CHECK: attributes [[NOUNWIND_OPT]] = { noinline nounwind "no-frame-pointer-elim"="false" {{.*}} "target-cpu"
149+
// CHECK: attributes [[NOUNWIND_OPT]] = { nounwind "frame-pointer"="all" "target-cpu"

0 commit comments

Comments
 (0)