"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "48121948dcd26b6d0891816ad24c040f93c708eb"
This is PR36799.
Currently, we might have a bug with scripts like below: .foo : ALIGN(8) { *(.foo) } > ram because do not expand the memory region when doing ALIGN. This might result in file range overlaps. The patch fixes the issue. Differential revision: https://reviews.llvm.org/D44730 llvm-svn: 328479
Loading
Please register or sign in to comment