[PATCH] D17607: [ELF] - Create _DYNAMIC symbol for dynamic output

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 26 03:49:15 PST 2016


grimar added a comment.

At the same time I am not sure should _DYNAMIC have default visibility ? There is no real need in that either as it is used only by dynamic linker.
So gold behavior is also fine here.


http://reviews.llvm.org/D17607





More information about the llvm-commits mailing list