[PATCH] D102654: [DebugInfo][test] Check specific func name to ignore codegen differences
Jinsong Ji via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 17 16:08:08 PDT 2021
jsji updated this revision to Diff 346011.
jsji added a comment.
Address comments.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102654/new/
https://reviews.llvm.org/D102654
Files:
clang/test/CodeGenCXX/debug-info-line.cpp
Index: clang/test/CodeGenCXX/debug-info-line.cpp
===================================================================
--- clang/test/CodeGenCXX/debug-info-line.cpp
+++ clang/test/CodeGenCXX/debug-info-line.cpp
@@ -146,7 +146,7 @@
(fn(), //
bar())};
-// CHECK-LABEL: define
+// CHECK-LABEL: define{{.*}}f11
__complex double f11() {
__complex double f;
// CHECK: store {{.*}} !dbg [[DBG_F11:!.*]]
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102654.346011.patch
Type: text/x-patch
Size: 414 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210517/ec8685dc/attachment.bin>
More information about the cfe-commits
mailing list