[PATCH] D102654: [DebugInfo][test] Check specific func name to ignore codegen differences
David Blaikie via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 17 15:18:59 PDT 2021
dblaikie added inline comments.
================
Comment at: clang/test/CodeGenCXX/debug-info-line.cpp:149
-// CHECK-LABEL: define
+// CHECK-LABEL: f11
__complex double f11() {
----------------
Probably flesh that out a bit. Maybe `define{{.*}}f11`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102654/new/
https://reviews.llvm.org/D102654
More information about the cfe-commits
mailing list