aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/ELFObjectWriter.cpp
diff options
context:
space:
mode:
authorJason W Kim <jason.w.kim.2009@gmail.com>2011-05-16 16:35:21 +0000
committerJason W Kim <jason.w.kim.2009@gmail.com>2011-05-16 16:35:21 +0000
commit97c07dac7ff8f64406e1547aa62c69da7275f401 (patch)
treeacf9f2e3ec94e52f4d85a8c24c952457db962d67 /lib/MC/ELFObjectWriter.cpp
parent6469540adf63d94a876c2b623cb4ca70479647f7 (diff)
downloadexternal_llvm-97c07dac7ff8f64406e1547aa62c69da7275f401.zip
external_llvm-97c07dac7ff8f64406e1547aa62c69da7275f401.tar.gz
external_llvm-97c07dac7ff8f64406e1547aa62c69da7275f401.tar.bz2
Add a FIXME reminder to remove ForceARMElfPIC switch.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131411 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/ELFObjectWriter.cpp')
-rw-r--r--lib/MC/ELFObjectWriter.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/MC/ELFObjectWriter.cpp b/lib/MC/ELFObjectWriter.cpp
index 0aaf770..f2a3af6 100644
--- a/lib/MC/ELFObjectWriter.cpp
+++ b/lib/MC/ELFObjectWriter.cpp
@@ -37,6 +37,10 @@ using namespace llvm;
#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>