"llvm/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "44fd1c8bdf537f7bcc6f39d220dea28550596112"
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