diff options
author | Jason W Kim <jason.w.kim.2009@gmail.com> | 2011-05-16 16:35:21 +0000 |
---|---|---|
committer | Jason W Kim <jason.w.kim.2009@gmail.com> | 2011-05-16 16:35:21 +0000 |
commit | 97c07dac7ff8f64406e1547aa62c69da7275f401 (patch) | |
tree | acf9f2e3ec94e52f4d85a8c24c952457db962d67 /lib/MC/ELFObjectWriter.cpp | |
parent | 6469540adf63d94a876c2b623cb4ca70479647f7 (diff) |
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.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/MC/ELFObjectWriter.cpp b/lib/MC/ELFObjectWriter.cpp index 0aaf770847..f2a3af63dd 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> |