[clang] Fix clang/test/DebugInfo/CXX/line.cpp (PR #198401)
Michael Buch via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 3 00:39:45 PDT 2026
================
@@ -8,7 +8,7 @@ int *sink();
extern "C" __complex float complex_src();
extern "C" __complex float *complex_sink();
-// CHECK-LABEL: define
+// CHECK-LABEL: define {{.*}}void {{.*}}f1
----------------
Michael137 wrote:
These are just for debuggability of the test right? They're not actually part of the fix?
https://github.com/llvm/llvm-project/pull/198401
More information about the cfe-commits
mailing list