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

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 1 21:12:28 PST 2017


mehdi_amini 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
----------------
Actually why isn't llvm-link including the `available_externally`?


https://reviews.llvm.org/D29435





More information about the llvm-commits mailing list