[llvm] [llvm] Implement S_INLINEES debug symbol (PR #67490)

Tobias Hieta via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 26 23:40:08 PDT 2023


tru wrote:

Thanks! Do I understand correctly that the debug information will hold more information about the inlining and be able to render more functions that are inlined in Visual Studio? I spent some time on this a while back and can't remember seeing MSVC emitting these records, but I might have missed something. Good that you figured it out!

Can you check and see that it works with `llvm-debuginfo-analyzer` as well? I haven't looked into how it hooks into new records like this, but it's always handy to have it available there so that it can easily be debugged.

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


More information about the llvm-commits mailing list