"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "3115ba39e85b24a8931efef2f48c53ad3b94eb89"
Implement external weak (ELF) symbols on AArch64
Weakly defined symbols should evaluate to 0 if they're undefined at link-time. This is impossible to do with the usual address generation patterns, so we should use a literal pool entry to materlialise the address. llvm-svn: 174518
Loading
Please register or sign in to comment