Skip to content

Commit 9c3ab1c

Browse files
Revert "Reapply: [llvm-objdump] Add support for HIP offload bundles (#140128)"
This reverts commit 910220b. Multiple buildbot failures have been reported: #140128
1 parent ba63150 commit 9c3ab1c

File tree

10 files changed

+4
-888
lines changed

10 files changed

+4
-888
lines changed

llvm/docs/CommandGuide/llvm-objdump.rst

+1-1
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

-211
This file was deleted.

llvm/lib/Object/CMakeLists.txt

-1
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)