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

David Blaikie via cfe-commits cfe-commits at lists.llvm.org
Fri May 24 14:52:22 PDT 2024


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

Done

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


More information about the cfe-commits mailing list