[clang] [llvm] [DebugInfo] Introduce metadata flag for -gsimple-template-names and optimize template params in skeleton CU. (PR #174904)

Liu Ke via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 15 18:41:44 PST 2026


Sockke wrote:

> Right now this flag is on Subprogram level, should it be on CU level?

`-gsimple-template-names` only simplifies names for template functions that meet the conditions, not all in CU, so this flag should be on  Subprogram level.

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


More information about the cfe-commits mailing list