[PATCH] D21681: [ELF] - Implemented support of default/non-default symbols versions
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 15 15:55:33 PDT 2016
ruiu added a comment.
Unfortunately this change have slowed down the linker. Without this change, the linker was able to link LLD in 6.3426 seconds. With this, it takes 6.6993 seconds. It's not negligible. I'll investigate how to speed this up.
Repository:
rL LLVM
https://reviews.llvm.org/D21681
More information about the llvm-commits
mailing list