[PATCH] D53044: [ELF] Don't warn on undefined symbols if UnresolvedPolicy::Ignore is used

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 10 15:46:14 PDT 2018


ruiu added inline comments.


================
Comment at: ELF/Symbols.cpp:284
     Warn(": unable to order shared symbol: ");
-  else if (D && !D->Section)
+  if (D && !D->Section)
     Warn(": unable to order absolute symbol: ");
----------------
This is not related.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D53044





More information about the llvm-commits mailing list