[lld] [llvm] [lld][DebugInfo/BTF] Add BTF section merging and deduplication (PR #183915)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 3 00:01:34 PST 2026
================
@@ -0,0 +1,96 @@
+//===- BTFBuilder.h - BTF builder/writer -----------------------*- C++ -*-===//
----------------
jh7370 wrote:
Sorry @caniko, I'm not suitable for reviewing new debug information formats, as I don't have the time to look into them, given the rest of my work and review load. I'm commenting here though because I briefly noticed that you're using the legacy style for header comments with the C++ annotation. Please take a look at the LLVM coding standards, which show the correct style to use.
https://github.com/llvm/llvm-project/pull/183915
More information about the llvm-commits
mailing list