[PATCH] D37743: [LLD][ELF] Record created ThunkSections in InputSectionDescription [NFC]

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 10 16:47:14 PDT 2017


pcc added inline comments.


================
Comment at: ELF/Relocations.h:124
 class Thunk;
+class InputSectionDescription;
 
----------------
This should be a struct, otherwise clang will warn.


https://reviews.llvm.org/D37743





More information about the llvm-commits mailing list