[PATCH] D45118: Linking debug (DWARF) sections from the WebAssembly object files

Yury Delendik via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 26 16:47:56 PDT 2018


yurydelendik marked 5 inline comments as done.
yurydelendik added inline comments.


================
Comment at: wasm/SymbolTable.h:42
 public:
+  using SyntheticSection = llvm::DenseMap<InputFile *, InputSection *>;
+
----------------
sbc100 wrote:
> We already type with this name in OutputSections.h.
> 
> 
Renamed to InputFilesSectionsSet (not sure how to give a better name for structure that holds and maps InputSections to their InputFiles)


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D45118





More information about the llvm-commits mailing list