forked from OSchip/llvm-project
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. llvm-svn: 211305
This commit is contained in:
parent
1d099d9339
commit
64a86e5fc2
|
@ -169,8 +169,6 @@ ld_plugin_status onload(ld_plugin_tv *tv) {
|
||||||
tv->tv_u.tv_val);
|
tv->tv_u.tv_val);
|
||||||
return LDPS_ERR;
|
return LDPS_ERR;
|
||||||
}
|
}
|
||||||
// TODO: add an option to disable PIC.
|
|
||||||
//output_type = LTO_CODEGEN_PIC_MODEL_DYNAMIC_NO_PIC;
|
|
||||||
break;
|
break;
|
||||||
case LDPT_OPTION:
|
case LDPT_OPTION:
|
||||||
options::process_plugin_option(tv->tv_u.tv_string);
|
options::process_plugin_option(tv->tv_u.tv_string);
|
||||||
|
|
Loading…
Reference in New Issue