[clang] [llvm] Add option to generate additional debug info for expression dereferencing pointer to pointers. (PR #81545)

David Li via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 15 16:05:28 PDT 2024


david-xl wrote:

> So the additional debug info for pointer type should be generated when -fdebug-info-for-profiling is enabled?

yes, it is extra debug info for profiling (can be used for samplePGO).

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


More information about the llvm-commits mailing list