[llvm] Add --offoading option to llvm-readobj (PR #143342)
David Salinas via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 29 09:56:28 PDT 2025
================
@@ -1,10 +1,11 @@
-## Test that --offloading with a fatbin works correctly
+## Test that --offloading with a fatbin works correctly.
# REQUIRES: target={{x86_64-.*-linux.*}}
# REQUIRES: amdgpu-registered-target
+# UNSUPPORTED: system-windows
# RUN: yaml2obj %s -o %t.elf
# RUN: llvm-readobj --offloading %t.elf | \
-# RUN: FileCheck %s --input-file=%t.out -DFILE_NAME=%t.elf
+# RUN: FileCheck %s -DFILE_NAME=%t.elf
----------------
david-salinas wrote:
ok. I think I just misunderstood what you were asking to have changed. I see you meant ... just indent that line.
https://github.com/llvm/llvm-project/pull/143342
More information about the llvm-commits
mailing list