Skip to content

Commit c0bf2de

Browse files
committed
Revert "Extend llvm objdump fatbin (llvm#140286)"
This reverts commit 51a03ed.
1 parent 0cc1088 commit c0bf2de

File tree

10 files changed

+37
-848
lines changed

10 files changed

+37
-848
lines changed

llvm/docs/CommandGuide/llvm-objdump.rst

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

218218
.. option:: --offloading
219219

220+
Display the content of the LLVM offloading section.
220221
Extract Clang offload binaries into code objects.
221-
Display the content of the LLVM offloading sections and HIP offload bundles.
222222

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

llvm/include/llvm/Object/OffloadBundle.h

Lines changed: 0 additions & 198 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)