[PATCH] D23552: [ELF] - Give automatically generated __start_* and __stop_* symbols default visibility.

Sean Silva via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 16 16:40:28 PDT 2016


silvas added a comment.

The argument for making them hidden in https://reviews.llvm.org/D19024 is pretty reasonable. But I think it is also reasonable to be compatible if real code relies on this behavior.

Considering how difficult it can be to debug the type of issues that occur due to our incompatible behavior (e.g. kernel does not boot), it is not a good experience for a user of LLD.


https://reviews.llvm.org/D23552





More information about the llvm-commits mailing list