[llvm] Add --offoading option to llvm-readobj (PR #143342)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 5 00:25:37 PDT 2025
================
@@ -0,0 +1,27 @@
+## Test that --offloading with a fatbin works correctly.
+# REQUIRES: target={{x86_64-.*-linux.*}}
+# REQUIRES: amdgpu-registered-target
----------------
jh7370 wrote:
Please delete these lines as previously requested. The code under test should be target agnostic (in terms of what targets are enabled in LLVM).
https://github.com/llvm/llvm-project/pull/143342
More information about the llvm-commits
mailing list