[all-commits] [llvm/llvm-project] b37a34: [lld][ELF][test] Add testing for IE/LD TLS weak un...

James Henderson via All-commits all-commits at lists.llvm.org
Mon Jan 25 02:04:50 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b37a349ff2442e73ceafeee982afb430359e08b1
      https://github.com/llvm/llvm-project/commit/b37a349ff2442e73ceafeee982afb430359e08b1
  Author: James Henderson <james.henderson at sony.com>
  Date:   2021-01-25 (Mon, 25 Jan 2021)

  Changed paths:
    R lld/test/ELF/tls-le-weak-undef.s
    A lld/test/ELF/tls-weak-undef.s

  Log Message:
  -----------
  [lld][ELF][test] Add testing for IE/LD TLS weak undef references

Whilst migrating/retiring some downstream testing, I came across a test
for weak undef IE and LD TLS references, but was unable to find any
equivalent in LLD's upstream testing. There does seem to be some slight
subtle differences that could be worth testing compared to LE TLS
references, in particular that IE can be relaxed to LE in this case,
hence this change.

Differential Revision: https://reviews.llvm.org/D95124

Reviewed by: grimar, MaskRay




More information about the All-commits mailing list