[llvm] [DWARFLinker][DWARFLinkerParallel][NFC] Refactor DWARFLinker&DWARFLinkerParallel to have a common library. Part 1. (PR #75925)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 2 05:19:47 PST 2024
================
@@ -42,35 +42,38 @@ class DWARFLinkerBase {
Object,
Assembly,
};
- /// The kind of accelerator tables we should emit.
+ /// The kind of accelerator tables to be emitted.
----------------
avl-llvm wrote:
The original comment is addressed here.
https://github.com/llvm/llvm-project/pull/75925
More information about the llvm-commits
mailing list