[PATCH] D34221: [ELF] - Resolve references properly when using .symver directive (2)
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 14 16:28:51 PDT 2017
ruiu added a comment.
I don't think we should return a `bool` value from a parser function unless it really improves performance. Essentially it is a speed hack, so it needs to be proven that it is effective.
https://reviews.llvm.org/D34221
More information about the llvm-commits
mailing list