[PATCH] D23534: [ELF] Linkerscript: support hidden symbols assignments

Petr Hosek via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 15 16:35:14 PDT 2016


phosek added a comment.

Just for reference, HIDDEN command is supported by both GNU linker <https://sourceware.org/binutils/docs/ld/HIDDEN.html> and as of recently gold <https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commit;h=f300578f78f5ecddc9cfb28c02d032a0acffdf70> as well.


https://reviews.llvm.org/D23534





More information about the llvm-commits mailing list