[PATCH] D19016: [mips][ias] R_MIPS_(GOT|HI|LO|PC)16 and R_MIPS_GPREL32 do not need symbols.

Rafael Ávila de Espíndola via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 19 07:55:58 PDT 2016


rafael added a subscriber: rafael.

================
Comment at: lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp:29
@@ +28,3 @@
+// from rewriting the relocations.
+static cl::opt<bool> AlwaysNeedSymbols(
+    "mips-relocs-always-need-symbols", cl::init(false),
----------------
Please don't add this. 


http://reviews.llvm.org/D19016





More information about the llvm-commits mailing list