Skip to content

Commit 2299bad

Browse files
Revert "[llvm-objdump] Add support for HIP offload bundles (#114834)"
This reverts commit 06d6623. Buildbot failure: https://lab.llvm.org/buildbot/#/builders/145/builds/6871/steps/5/logs/stdio
1 parent b6922b7 commit 2299bad

File tree

10 files changed

+4
-893
lines changed

10 files changed

+4
-893
lines changed

llvm/docs/CommandGuide/llvm-objdump.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ OPTIONS
217217

218218
.. option:: --offloading
219219

220-
Display the content of the LLVM offloading sections and HIP offload bundles.
220+
Display the content of the LLVM offloading section.
221221

222222
.. option:: --prefix=<prefix>
223223

llvm/include/llvm/Object/OffloadBundle.h

Lines changed: 0 additions & 211 deletions
This file was deleted.

llvm/lib/Object/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ add_llvm_component_library(LLVMObject
2222
Object.cpp
2323
ObjectFile.cpp
2424
OffloadBinary.cpp
25-
OffloadBundle.cpp
2625
RecordStreamer.cpp
2726
RelocationResolver.cpp
2827
SymbolicFile.cpp

0 commit comments

Comments
 (0)