[PATCH] D36579: [ELF] - Do not fail when set versions for linkerscript's symbol aliases
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 10 11:09:31 PDT 2017
ruiu added a comment.
It doesn't seem correct. Essentially, the fundamental issue is that we add versions to symbols too early, so moving it upwards in the driver doesn't feel right.
https://reviews.llvm.org/D36579
More information about the llvm-commits
mailing list