[PATCH] D11805: Make DwarfAccelTable customizable. NFC.

Eric Christopher via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 2 17:02:02 PDT 2015


echristo added a comment.

Sorry for the delay. The idea behind the current implementation is to be able to derive it from the atom list. I guess if we just want "variant" tables we could instead just instantiate the type of table we'd like for the output information and just store "things we'd like to put into the table" in the intermediate state as we're constructing DIEs?

-eric


http://reviews.llvm.org/D11805





More information about the llvm-commits mailing list