[PATCH] D47754: [PowerPC] Add support for high and high-adjusted symbol modifiers on thread-local storage modifers.

Zaara Syeda via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 5 07:48:46 PDT 2018


syzaara added inline comments.


================
Comment at: test/MC/PowerPC/tls-ld-v2-abi.s:144
+
+# CHECK: Relocations [
+# CHECK:   Section {{.*}} .rela.text {
----------------
Missed R_PPC64_DTPREL16_HI, R_PPC64_DTPREL16, R_PPC64_DTPREL64


================
Comment at: test/MC/PowerPC/tls-le-v2-abi.s:84
+
+# CHECK: Relocations [
+# CHECK:   Section {{.*}} .rela.text {
----------------
Missed R_PPC64_TPREL16, R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_LO_DS.


Repository:
  rL LLVM

https://reviews.llvm.org/D47754





More information about the llvm-commits mailing list