[PATCH] D45248: [ELF] - Eliminate Target::isPicRel method.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 4 05:00:02 PDT 2018


grimar added a comment.

btw, instead of Optional<> it could just return RelType R_*_NONE I think,
which is always zero for all targets it seems.
I am not sure that would make more sense though.


https://reviews.llvm.org/D45248





More information about the llvm-commits mailing list