[PATCH] D71069: [ELF][Hexagon]Add TPREL relocation support to Hexagon

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 10 22:34:36 PST 2019


MaskRay added inline comments.


================
Comment at: lld/test/ELF/hexagon-tls-tprel.s:1
+# REQUIRES: hexagon
+# RUN: llvm-mc -filetype=obj -triple=hexagon-unknown-elf %s -o %t.o
----------------
Maybe rename this test to hexagon-tls-le.s (See ppc32-tls-le.s)

Basically, I want the 4 TLS model tests to be named `-le` -ie` `-ld` and `-gd`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71069





More information about the llvm-commits mailing list