"llvm/test/CodeGen/XCore/basictest.ll" did not exist on "d0e30dc5be204293e7ddf0c15f5f67fb36f1ca94"
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 sign in to comment