Skip to content

Commit 07e8dfd

Browse files
committed
test: adjust the test for the earlier snapshot
The memory attribute was added later and this branch does not support it. It somehow passed the testing in CI, remove it as it was reported as causing a failure.
1 parent f68ba2a commit 07e8dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/DebugInfo/codeview-bit-slice-fragments.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ entryresume.0:
2525

2626
declare void @llvm.dbg.value(metadata %0, metadata %1, metadata %2) #0
2727

28-
attributes #0 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) }
28+
attributes #0 = { nocallback nofree nosync nounwind speculatable willreturn }
2929

3030
!llvm.dbg.cu = !{!0}
3131
!llvm.module.flags = !{!3, !4}

0 commit comments

Comments
 (0)