diff options
author | Joseph Huber <jhuber6@vols.utk.edu> | 2022-07-03 18:47:28 -0400 |
---|---|---|
committer | Joseph Huber <jhuber6@vols.utk.edu> | 2022-07-07 12:20:35 -0400 |
commit | 82a0adf0f78d5be8a727d9537627e2a6f7e8e105 (patch) | |
tree | cd143bdf10677d9d0ec5adacab63d43449d5dd1d /llvm/lib/Transforms/Utils/ModuleUtils.cpp | |
parent | 1d2ce4da8414de8775c134eb1c7e2c9436b443df (diff) | |
download | llvm-82a0adf0f78d5be8a727d9537627e2a6f7e8e105.zip llvm-82a0adf0f78d5be8a727d9537627e2a6f7e8e105.tar.gz llvm-82a0adf0f78d5be8a727d9537627e2a6f7e8e105.tar.bz2 |
[llvm-objdump] Update offload dumping to use SHT_LLVM_OFFLOADING
In order to be more in-line with ELF semantics, a previous patch added
support for a new ELF section type to indicate if a section contains
offloading data. This allows us to now check using this rather than
checking the section name directly. This patch updates the logic to
check the type now instead.
I chose to make this emit a warning if the input is not an ELF-object
file. I could have made the logic fall-back to the section name, but
this offloading in LLVM is currently not supported on any other targets
so it's probably best to emit a warning until we improve support.
Depends on D129052
Reviewed By: jhenderson
Differential Revision: https://reviews.llvm.org/D129053
Diffstat (limited to 'llvm/lib/Transforms/Utils/ModuleUtils.cpp')
0 files changed, 0 insertions, 0 deletions