[llvm-commits] [llvm] r131411 - /llvm/trunk/lib/MC/ELFObjectWriter.cpp

Jason W Kim jason.w.kim.2009 at gmail.com
Mon May 16 09:35:21 PDT 2011


Author: jasonwkim
Date: Mon May 16 11:35:21 2011
New Revision: 131411

URL: http://llvm.org/viewvc/llvm-project?rev=131411&view=rev
Log:
Add a FIXME reminder to remove ForceARMElfPIC switch.

Modified:
    llvm/trunk/lib/MC/ELFObjectWriter.cpp

Modified: llvm/trunk/lib/MC/ELFObjectWriter.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/MC/ELFObjectWriter.cpp?rev=131411&r1=131410&r2=131411&view=diff
==============================================================================
--- llvm/trunk/lib/MC/ELFObjectWriter.cpp (original)
+++ llvm/trunk/lib/MC/ELFObjectWriter.cpp Mon May 16 11:35:21 2011
@@ -37,6 +37,10 @@
 #undef  DEBUG_TYPE
 #define DEBUG_TYPE "reloc-info"
 
+// FIXME: This switch must be removed. Since GNU as does not
+// need a command line switch for doing its wierd thing with PIC,
+// LLVM should not need it either.
+// --
 // Emulate the wierd behavior of GNU-as for relocation types
 namespace llvm {
 cl::opt<bool>





More information about the llvm-commits mailing list