[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:34 PDT 2021


jsji marked an inline comment as done.
jsji added inline comments.


================
Comment at: clang/test/CodeGenCXX/debug-info-line.cpp:149
 
-// CHECK-LABEL: define
+// CHECK-LABEL: f11
 __complex double f11() {
----------------
dblaikie wrote:
> Probably flesh that out a bit. Maybe `define{{.*}}f11`?
Good idea.


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