[PATCH] D79270: [test] Fix lld's ELF/linkerscript/thunk-gen-mips.s

Simon Atanasyan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 1 23:25:38 PDT 2020


atanasyan accepted this revision.
atanasyan added a comment.
This revision is now accepted and ready to land.

LGTM

Initially the test case just checks that LLD does not crash under some conditions. It's not mandatory to test exact symbols' values and/or offsets between symbols. But after this fix the test additionally becomes more tolerant to exact symbol addresses. It's fine.
As to me, I'd remove the //"Ideally we'd use..."// comment.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79270/new/

https://reviews.llvm.org/D79270





More information about the llvm-commits mailing list