[clang] [DebugInfo] Add flag to only emit referenced member functions (PR #87018)

Stephen Tozer via cfe-commits cfe-commits at lists.llvm.org
Tue May 21 04:54:32 PDT 2024


================
@@ -0,0 +1,12 @@
+// RUN: %clang_cc1 -debug-info-kind=limited -gomit-unreferenced-members %s -emit-llvm -o - | FileCheck %s
----------------
SLTozer wrote:

Test needs renaming for the different flag name?

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


More information about the cfe-commits mailing list