[lld] [lld][ELF] Add --why-live flag (inspired by Mach-O) (PR #127112)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 25 21:22:53 PDT 2025


================
@@ -42,16 +44,30 @@ using namespace lld;
 using namespace lld::elf;
 
 namespace {
-template <class ELFT> class MarkLive {
+
----------------
MaskRay wrote:

delete the blank line after `namespace {`

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


More information about the llvm-commits mailing list