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


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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to