[PATCH] D42246: [NFC] Generalize DwarfAccelTable

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 18 09:02:18 PST 2018


JDevlieghere added a comment.

As an alternative to having a callback function it should be trivial to implement this using the a separate `DwarfAccelTableInfo` class with virtual methods as is common in LLVM. However the current approach requires less code to be changed and follows the same principle.


Repository:
  rL LLVM

https://reviews.llvm.org/D42246





More information about the llvm-commits mailing list