[llvm] [ObjCopy][DX] Support for -dump-section flag (PR #159999)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 23 00:24:53 PDT 2025


================
@@ -0,0 +1,283 @@
+# RUN: yaml2obj %s -o %t.dxbc
+# RUN: llvm-objcopy --dump-section=DXIL=%t.bc %t.dxbc
+# RUN: llvm-dis %t.bc -o - | FileCheck %s
----------------
jh7370 wrote:

If using a check prefix for one FileCheck run in the file, I recommend using it for all.

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


More information about the llvm-commits mailing list