[PATCH] D18331: [ELF/AArch64] Simplify AArch64 isRelRelative

Rafael Ávila de Espíndola via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 23 14:14:30 PDT 2016


rafael added inline comments.

================
Comment at: ELF/Target.cpp:1235
@@ +1234,3 @@
+  case R_AARCH64_LD64_GOT_LO12_NC:
+    return !Config->Shared;
+  }
----------------
A relocation being relative or not is not a property of the command line.


Repository:
  rL LLVM

http://reviews.llvm.org/D18331





More information about the llvm-commits mailing list