mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Fix an old FIXME. LDPO_PIE is available since 2.23, realeased 2012-10-22.
llvm-svn: 201110
This commit is contained in:
parent
4abddc0b33
commit
b1c77f900f
@ -153,8 +153,7 @@ ld_plugin_status onload(ld_plugin_tv *tv) {
|
||||
switch (tv->tv_u.tv_val) {
|
||||
case LDPO_REL: // .o
|
||||
case LDPO_DYN: // .so
|
||||
// FIXME: Replace 3 with LDPO_PIE once that is in a released binutils.
|
||||
case 3: // position independent executable
|
||||
case LDPO_PIE: // position independent executable
|
||||
output_type = LTO_CODEGEN_PIC_MODEL_DYNAMIC;
|
||||
break;
|
||||
case LDPO_EXEC: // .exe
|
||||
|
Loading…
x
Reference in New Issue
Block a user