"git@repo.hca.bsc.es:rferrer/llvm-epi.git" did not exist on "fac440cfb69d4e14671561956e96db0b538e2709"
Don't assume a null GV is local for ELF and MachO.
This is already a simplification, and should help with avoiding a plt reference when calling an intrinsic with -fno-plt. With this change we return false for null GVs, so the caller only needs to check the new metadata to decide if it should use foo@plt or *foo@got. llvm-svn: 323297
Loading
Please register or sign in to comment