[PATCH] D57385: [ELF] Support --{,no-}allow-shlib-undefined

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 31 11:09:08 PST 2019


ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: ELF/InputFiles.h:362
 
+  // Used for --no-allow-shlib-undefined.
+  bool AllNeededIsKnown;
----------------
Thank you for adding the comment.


Repository:
  rLLD LLVM Linker

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

https://reviews.llvm.org/D57385





More information about the llvm-commits mailing list