[PATCH] D101996: [LLD] Improve reporting of unresolved symbols in shared libraries

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 6 12:09:27 PDT 2021


MaskRay added inline comments.


================
Comment at: lld/ELF/InputFiles.h:388
+  // Non-weak undefined symbols which are not yet resolved when the SO is
+  // parsed. Only filled if we check unresolved symbols in shared libraries,
+  // i.e. (config->unresolvedSymbolsInShlib != UnresolvedPolicy::Ignore).
----------------
Perhaps simply this to `--no-allow-shlib-undefined`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101996



More information about the llvm-commits mailing list