[PATCH] D79300: [ELF] Demote lazy symbols relative to a discarded section to Undefined

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 2 19:04:55 PDT 2020


MaskRay marked an inline comment as done.
MaskRay added inline comments.


================
Comment at: lld/ELF/InputFiles.cpp:1588
+  // symbols is in a valid but unspecified state. Make it empty and inform a
+  // future invocation of ObjFile<ELFT>::initializeSymbols() that this
+  // LazyObjFile has been processed.
----------------
s/has been processed/is being fetched/


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79300





More information about the llvm-commits mailing list