[llvm] [llvm-objdump] Add support for HIP offload bundles (PR #114834)

Joseph Huber via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 4 12:07:23 PST 2025


================
@@ -0,0 +1,845 @@
+## Test that --offload-fatbin works correctly
----------------
jhuber6 wrote:

Since we're adding an entirely new object format we probably need some unit tests for those as well. See `llvm/unittests/Object/OffloadingTest.cpp` for the other format's parsing test.

https://github.com/llvm/llvm-project/pull/114834


More information about the llvm-commits mailing list