[llvm] Add --offoading option to llvm-readobj (PR #143342)
David Salinas via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 29 09:53:27 PDT 2025
================
@@ -0,0 +1,29 @@
+## Test that --offloading with a fatbin works correctly.
+# REQUIRES: target={{x86_64-.*-linux.*}}
+# REQUIRES: amdgpu-registered-target
+# UNSUPPORTED: system-windows
----------------
david-salinas wrote:
In a previous patch the CI Check on Windows would fail on the yaml2obj command with an error indicating that it couldn't read the "Content" section. But, maybe it was a setup/env issue. I'll remove the limitation on running the test on Windows, and see if it reproduces the error.
https://github.com/llvm/llvm-project/pull/143342
More information about the llvm-commits
mailing list