[clang] [clang] Set linkage name for atexit destructor debug info (PR #189794)

Michael Buch via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 1 00:14:58 PDT 2026


================
@@ -0,0 +1,27 @@
+// RUN: %clang_cc1 -triple x86_64-windows-msvc -debug-info-kind=limited -emit-llvm %s -o - | \
----------------
Michael137 wrote:

Can we also add a test-case for the global initializer having a linkage name? As the comment in `CGDebugInfo` suggests

https://github.com/llvm/llvm-project/pull/189794


More information about the cfe-commits mailing list