"...Transforms/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "af35f5ec1d0742c3316b14f57599351538c67856"
[yaml2obj][ELF] Add support for setting alignment in program headers
Sometimes program headers have larger alignments than any of the sections they contain. Currently yaml2obj can't produce such files. A bug recently appeared in llvm-objcopy that failed in such a case. I'd like to be able to add tests to llvm-objcopy for such cases. This change adds an optional alignment parameter to program headers that will be used instead of calculating the alignment. Differential Revision: https://reviews.llvm.org/D39130 llvm-svn: 317139
Loading
Please register or sign in to comment