llvm-project/llvm/test/tools/llvm-objdump/Offloading
Joseph Huber e0fb9f55b6 [llvm-objdump] Fix alignment issues when dumping offloading sections
Summary:
The `.llvm.offloading` section should always be aligned by `8`. However,
we may want to show the offloading data stored in a static library. In
this case, even though the section's alignment is correct, the offset
inside the archive will result in the memory buffer being misaligned. TO
combat this we simply check if the buffer does not have the proper
alignment and copies it to a new buffer if not. This copy should have
the proper alignment.
2022-07-08 14:30:06 -04:00
..
Inputs
alignment.test [llvm-objdump] Fix alignment issues when dumping offloading sections 2022-07-08 14:30:06 -04:00
binary.test [llvm-objdump] Update offload dumping to use SHT_LLVM_OFFLOADING 2022-07-07 12:20:35 -04:00
content-failure.test [llvm-objdump] Update offload dumping to use SHT_LLVM_OFFLOADING 2022-07-07 12:20:35 -04:00
failure.test [llvm-objdump] Update offload dumping to use SHT_LLVM_OFFLOADING 2022-07-07 12:20:35 -04:00
non-elf.test [llvm-objdump] Update offload dumping to use SHT_LLVM_OFFLOADING 2022-07-07 12:20:35 -04:00
warning.test [llvm-objdump] Update offload dumping to use SHT_LLVM_OFFLOADING 2022-07-07 12:20:35 -04:00