[PATCH] D29435: Linker: Move special casing for available_externally in IRMover to clients. NFCI.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 1 21:15:52 PST 2017


pcc added inline comments.


================
Comment at: llvm/test/Linker/available_externally_a.ll:7
 ; CHECK: @foo = hidden unnamed_addr constant i32 0
+; AE-ONLY-NOT: @foo
----------------
mehdi_amini wrote:
> Actually why isn't llvm-link including the `available_externally`?
Because it is unreferenced, see discussion with Teresa in LinkModules.cpp.


https://reviews.llvm.org/D29435





More information about the llvm-commits mailing list