[llvm] Add --offoading option to llvm-readobj (PR #143342)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 9 01:43:10 PDT 2025


================
@@ -0,0 +1,42 @@
+## Test that --offloading with a fatbin works correctly
+# REQUIRES: target={{x86_64-.*-linux.*}}
+# REQUIRES: amdgpu-registered-target
----------------
jh7370 wrote:

```suggestion
## Test that --offloading with a fatbin works correctly
# REQUIRES: target={{x86_64-.*-linux.*}}
# REQUIRES: amdgpu-registered-target
```
* Missing full stop at end of comment.
* Is the offloading bundling stuff target-specific? This test looks like it is otherwise target and platform agnostic and doesn't require these REQUIRES statements.

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


More information about the llvm-commits mailing list