[PATCH] D71143: [ELF][Hexagon] Add support for TLS IE relocations

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 6 12:52:57 PST 2019


MaskRay added inline comments.


================
Comment at: lld/test/ELF/hexagon-tls-ie.s:1
+# REQUIRES: hexagon
+# RUN: llvm-mc -filetype=obj -triple=hexagon-unknown-elf %s -o %t1.o
----------------
See ppc32-tls-ie.s and riscv-tls-ie.s

You need both a -shared test and an executable (-no-pie, it is the default) test.

No separate input file in Inputs/ is necessary.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71143





More information about the llvm-commits mailing list