[clang] [Clang,debuginfo] added vtt parameter in destructor DISubroutineType (PR #130674)
Reid Kleckner via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 27 16:21:18 PDT 2025
Markus =?utf-8?q?Gschoßmann?= <markus.gschossmann at tum.de>,
Markus =?utf-8?q?Gschoßmann?= <markus.gschossmann at tum.de>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/130674 at github.com>
================
@@ -0,0 +1,16 @@
+// RUN: %clang_cc1 -triple x86_64-none-linux-gnu -emit-llvm -debug-info-kind=limited %s -o - | FileCheck %s
----------------
rnk wrote:
Please add a test for the MSVC ABI, since I don't think it has VTT parameters, and I'm not sure the code you added does the right thing.
https://github.com/llvm/llvm-project/pull/130674
More information about the cfe-commits
mailing list