[PATCH] D132371: [DWARFLinker][NFC] Change interface of DWARFLinker to specify accel table kinds explicitly.

Alexey Lapshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 15 12:21:30 PDT 2022


avl added a comment.

Note: I kept current behavior in this patch(i.e. for the case DsymutilAccelTableKind::Default the type of accelerator table is auto-detected: use DebugNames for (AtLeastOneDwarfAccelTable && !AtLeastOneAppleAccelTable) case, use Apple otherwise). If we want this - https://reviews.llvm.org/D132371#inline-1276384 - "On Apple platforms we want to use Apple for DWARF <=4 and debug names for >= 5" - then I would update the patch accordingly.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D132371/new/

https://reviews.llvm.org/D132371



More information about the llvm-commits mailing list