<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/llvm/unittests/Object/OffloadingBundleTest.cpp, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/'/>
<entry>
<title>Write file to tmp directory (#141668)</title>
<updated>2025-05-28T01:15:34+00:00</updated>
<author>
<name>Walter Lee</name>
<email>49250218+googlewalt@users.noreply.github.com</email>
</author>
<published>2025-05-28T01:15:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=e2f118df1dc9c3f5dbff68393d2a91ad3543d71e'/>
<id>e2f118df1dc9c3f5dbff68393d2a91ad3543d71e</id>
<content type='text'>
This makes the test more portable. In google, the test was failing
because a test cannot write to its own directory in a sandbox.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes the test more portable. In google, the test was failing
because a test cannot write to its own directory in a sandbox.</pre>
</div>
</content>
</entry>
<entry>
<title>[Object] Fix warnings</title>
<updated>2025-05-23T16:31:50+00:00</updated>
<author>
<name>Kazu Hirata</name>
<email>kazu@google.com</email>
</author>
<published>2025-05-23T16:31:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=3e3b02ff52b7e16e8adc29910a110b6fe363c9fd'/>
<id>3e3b02ff52b7e16e8adc29910a110b6fe363c9fd</id>
<content type='text'>
This patch fixes:

  llvm/unittests/Object/OffloadingBundleTest.cpp:56:19: error: unused
  variable 'mbuf' [-Werror,-Wunused-variable]

  llvm/unittests/Object/OffloadingBundleTest.cpp:57:13: error: unused
  variable 'FileName' [-Werror,-Wunused-variable]

  llvm/unittests/Object/OffloadingBundleTest.cpp:72:19: error: unused
  variable 'mbuf' [-Werror,-Wunused-variable]

  llvm/unittests/Object/OffloadingBundleTest.cpp:73:13: error: unused
  variable 'FileName' [-Werror,-Wunused-variable]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch fixes:

  llvm/unittests/Object/OffloadingBundleTest.cpp:56:19: error: unused
  variable 'mbuf' [-Werror,-Wunused-variable]

  llvm/unittests/Object/OffloadingBundleTest.cpp:57:13: error: unused
  variable 'FileName' [-Werror,-Wunused-variable]

  llvm/unittests/Object/OffloadingBundleTest.cpp:72:19: error: unused
  variable 'mbuf' [-Werror,-Wunused-variable]

  llvm/unittests/Object/OffloadingBundleTest.cpp:73:13: error: unused
  variable 'FileName' [-Werror,-Wunused-variable]
</pre>
</div>
</content>
</entry>
<entry>
<title>Extend llvm objdump fatbin (#140286)</title>
<updated>2025-05-23T15:55:16+00:00</updated>
<author>
<name>David Salinas</name>
<email>dsalinas@amd.com</email>
</author>
<published>2025-05-23T15:55:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=51a03ed27282166d418399f2ade9814ea5be9944'/>
<id>51a03ed27282166d418399f2ade9814ea5be9944</id>
<content type='text'>
Utilize the new extensions to the LLVM Offloading API to extend to
llvm-objdump to handle dumping fatbin offload bundles generated by HIP.
This extension to llvm-objdump adds the option --offload-fatbin.
Specifying this option will take the input object/executable and extract
all offload fatbin bundle entries into distinct code object files with
names reflecting the source file name combined with the Bundle Entry ID.
Users can also use the --arch-name option to filter offload fatbin
bundle entries by their target triple.

---------

Co-authored-by: dsalinas &lt;dsalinas@MKM-L1-DSALINAS.amd.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Utilize the new extensions to the LLVM Offloading API to extend to
llvm-objdump to handle dumping fatbin offload bundles generated by HIP.
This extension to llvm-objdump adds the option --offload-fatbin.
Specifying this option will take the input object/executable and extract
all offload fatbin bundle entries into distinct code object files with
names reflecting the source file name combined with the Bundle Entry ID.
Users can also use the --arch-name option to filter offload fatbin
bundle entries by their target triple.

---------

Co-authored-by: dsalinas &lt;dsalinas@MKM-L1-DSALINAS.amd.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Reapply: [llvm-objdump] Add support for HIP offload bundles (#140128)"</title>
<updated>2025-05-16T14:23:21+00:00</updated>
<author>
<name>Kazu Hirata</name>
<email>kazu@google.com</email>
</author>
<published>2025-05-16T14:23:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=9c3ab1cfc8295e64d7bfb3bd5bec36859069a962'/>
<id>9c3ab1cfc8295e64d7bfb3bd5bec36859069a962</id>
<content type='text'>
This reverts commit 910220b84fa18ce2cbb2e21dd53b9f3d0ae582a7.

Multiple buildbot failures have been reported:
https://github.com/llvm/llvm-project/pull/140128
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 910220b84fa18ce2cbb2e21dd53b9f3d0ae582a7.

Multiple buildbot failures have been reported:
https://github.com/llvm/llvm-project/pull/140128
</pre>
</div>
</content>
</entry>
<entry>
<title>Reapply: [llvm-objdump] Add support for HIP offload bundles (#140128)</title>
<updated>2025-05-16T13:39:15+00:00</updated>
<author>
<name>David Salinas</name>
<email>dsalinas@amd.com</email>
</author>
<published>2025-05-16T13:39:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=910220b84fa18ce2cbb2e21dd53b9f3d0ae582a7'/>
<id>910220b84fa18ce2cbb2e21dd53b9f3d0ae582a7</id>
<content type='text'>
Utilize the new extensions to the LLVM Offloading API to extend to
llvm-objdump to handle dumping fatbin offload bundles generated by HIP.
This extension to llvm-objdump adds the option --offload-fatbin.
Specifying this option will take the input object/executable and extract
all offload fatbin bundle entries into distinct code object files with
names reflecting the source file name combined with the Bundle Entry ID.
Users can also use the --arch-name option to filter offload fatbin
bundle entries by their target triple.

---------

Co-authored-by: dsalinas &lt;dsalinas@MKM-L1-DSALINAS.amd.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Utilize the new extensions to the LLVM Offloading API to extend to
llvm-objdump to handle dumping fatbin offload bundles generated by HIP.
This extension to llvm-objdump adds the option --offload-fatbin.
Specifying this option will take the input object/executable and extract
all offload fatbin bundle entries into distinct code object files with
names reflecting the source file name combined with the Bundle Entry ID.
Users can also use the --arch-name option to filter offload fatbin
bundle entries by their target triple.

---------

Co-authored-by: dsalinas &lt;dsalinas@MKM-L1-DSALINAS.amd.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "[llvm-objdump] Add support for HIP offload bundles (#114834)"</title>
<updated>2025-05-09T00:20:18+00:00</updated>
<author>
<name>Kazu Hirata</name>
<email>kazu@google.com</email>
</author>
<published>2025-05-09T00:20:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=2299bada9f163df64083434754ebc4b353f562d5'/>
<id>2299bada9f163df64083434754ebc4b353f562d5</id>
<content type='text'>
This reverts commit 06d6623bc304d5fc2fe11b80b62b4c5d10f9eaa1.

Buildbot failure:
https://lab.llvm.org/buildbot/#/builders/145/builds/6871/steps/5/logs/stdio
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 06d6623bc304d5fc2fe11b80b62b4c5d10f9eaa1.

Buildbot failure:
https://lab.llvm.org/buildbot/#/builders/145/builds/6871/steps/5/logs/stdio
</pre>
</div>
</content>
</entry>
<entry>
<title>[llvm-objdump] Add support for HIP offload bundles (#114834)</title>
<updated>2025-05-08T21:32:10+00:00</updated>
<author>
<name>David Salinas</name>
<email>dsalinas@amd.com</email>
</author>
<published>2025-05-08T21:32:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=06d6623bc304d5fc2fe11b80b62b4c5d10f9eaa1'/>
<id>06d6623bc304d5fc2fe11b80b62b4c5d10f9eaa1</id>
<content type='text'>
Utilize the new extensions to the LLVM Offloading API to extend to
llvm-objdump to handle dumping fatbin offload bundles generated by HIP.
This extension to llvm-objdump adds the option --offload-fatbin.
Specifying this option will take the input object/executable and extract
all offload fatbin bundle entries into distinct code object files with
names reflecting the source file name combined with the Bundle Entry ID.
Users can also use the --arch-name option to filter offload fatbin
bundle entries by their target triple.

---------

Co-authored-by: dsalinas &lt;dsalinas@MKM-L1-DSALINAS.amd.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Utilize the new extensions to the LLVM Offloading API to extend to
llvm-objdump to handle dumping fatbin offload bundles generated by HIP.
This extension to llvm-objdump adds the option --offload-fatbin.
Specifying this option will take the input object/executable and extract
all offload fatbin bundle entries into distinct code object files with
names reflecting the source file name combined with the Bundle Entry ID.
Users can also use the --arch-name option to filter offload fatbin
bundle entries by their target triple.

---------

Co-authored-by: dsalinas &lt;dsalinas@MKM-L1-DSALINAS.amd.com&gt;</pre>
</div>
</content>
</entry>
</feed>
