[PATCH] D50279: Don't error when --undefined symbols are not found
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 3 16:00:54 PDT 2018
sbc100 created this revision.
Herald added subscribers: llvm-commits, aheejin.
This matches the behavior of the ELF linker where -u/--undefined
means symbols will get pulled in from archives but won't result
in link error if they are missing.
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D50279
Files:
test/wasm/demangle.ll
test/wasm/load-undefined.test
test/wasm/undefined-entry.test
test/wasm/undefined.ll
wasm/Driver.cpp
wasm/SymbolTable.cpp
wasm/Writer.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50279.159118.patch
Type: text/x-patch
Size: 6484 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180803/a029073d/attachment.bin>
More information about the llvm-commits
mailing list