[PATCH] D53044: [ELF] Don't warn on undefined symbols if UnresolvedPolicy::Ignore is used
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 10 15:47:59 PDT 2018
MaskRay marked 4 inline comments as done.
MaskRay 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: ");
----------------
ruiu wrote:
> This is not related.
I just made a change while you were commenting..
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D53044
More information about the llvm-commits
mailing list