[PATCH] D55342: [RISCV] Support assembling %tls_{ie, gd}_pcrel_hi modifiers

James Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 5 09:57:19 PST 2019


jrtc27 requested changes to this revision.
jrtc27 added inline comments.
This revision now requires changes to proceed.


================
Comment at: lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp:304
+      FixupKind = RISCV::fixup_riscv_tls_gd_hi20;
+      RelaxCandidate = true;
+      break;
----------------
Neither of these should be candidates since they both use the GOT.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D55342





More information about the llvm-commits mailing list