"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "7076ff29ed02c3472e82575594386739a4bb3e34"
Check for internal weak decls after merging.
This fixes pr14946. The problem was that the linkage computation was done too early, so things like "extern int a;" would be given external linkage, even if a previous declaration was static. llvm-svn: 172667
Loading
Please register or sign in to comment