[PATCH] D48247: lld: add experimental support for SHT_RELR sections.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 29 02:10:26 PDT 2018


jhenderson added a comment.

I'm a little concerned that the only test for this is aarch64/arm specific, and won't run on hosts with only x86 enabled. We tend to use x86/x86_64 for generic testing, from what I understand.

I'm not actually sure what the solution is though, since it doesn't make sense to duplicate the test logic really, and some of the test is android (so arm, if I'm not mistaken) specific.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D48247





More information about the llvm-commits mailing list