summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-06-19 19:45:25 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-06-19 19:45:25 +0000
commitd308c35617935c5826972c3ddaff89f1367d9769 (patch)
tree37d6455e0319134d6c042a96f55993563c150546 /tools
parentd06976aba71501f4970bc5bf28d3a9a98c1fb3ad (diff)
downloadllvm-d308c35617935c5826972c3ddaff89f1367d9769.tar.gz
llvm-d308c35617935c5826972c3ddaff89f1367d9769.tar.bz2
llvm-d308c35617935c5826972c3ddaff89f1367d9769.tar.xz
Remove an incorrect fixme.
dynamic-no-pic is just another output type. If gnu ld gets support for MachO, it should also add something like LDPO_DYN_NO_PIC to the plugin interface. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211305 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/gold/gold-plugin.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/gold/gold-plugin.cpp b/tools/gold/gold-plugin.cpp
index 371574f261..a056c61817 100644
--- a/tools/gold/gold-plugin.cpp
+++ b/tools/gold/gold-plugin.cpp
@@ -169,8 +169,6 @@ ld_plugin_status onload(ld_plugin_tv *tv) {
tv->tv_u.tv_val);
return LDPS_ERR;
}
- // TODO: add an option to disable PIC.
- //output_type = LTO_CODEGEN_PIC_MODEL_DYNAMIC_NO_PIC;
break;
case LDPT_OPTION:
options::process_plugin_option(tv->tv_u.tv_string);