[PATCH] D157661: [clang][NFC] Robustify testcase

Nathan Sidwell via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 11 13:00:15 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rGe789bcbb967f: [clang][NFC] Robustify testcase (authored by urnathan).
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D157661/new/

https://reviews.llvm.org/D157661

Files:
  clang/test/CodeGen/fixup-depth-overflow.c


Index: clang/test/CodeGen/fixup-depth-overflow.c
===================================================================
--- clang/test/CodeGen/fixup-depth-overflow.c
+++ clang/test/CodeGen/fixup-depth-overflow.c
@@ -24,3 +24,5 @@
 
 // CHECK-LABEL: define {{(dso_local )?}}void @f
 // CHECK-NOT: cleanup
+// CHECK: {{^!0 = }}
+// We might see 'cleanup' as part of a pathname or versioning in metadata


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157661.549503.patch
Type: text/x-patch
Size: 398 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230811/fcb8e681/attachment.bin>


More information about the cfe-commits mailing list