We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2792bd0 commit bb336c9Copy full SHA for bb336c9
llvm/test/tools/llvm-objcopy/DXContainer/extract-section-basic.test
@@ -277,7 +277,7 @@ Parts:
277
NumRootParameters: 0
278
RootParametersOffset: 24
279
NumStaticSamplers: 0
280
- StaticSamplersOffset: 0
+ StaticSamplersOffset: 24
281
Parameters: []
282
- Name: PSV0
283
Size: 76
llvm/test/tools/llvm-objcopy/DXContainer/extract-section-errs.test
@@ -1,7 +1,7 @@
1
## Check that llvm-objcopy reports a suitable error when it
2
## can't find the section to extract
3
4
-## We can't have multiple DXIL parts.
+## We can't extract a part that doesn't exist
5
# RUN: yaml2obj %s --docnum=1 -o %t1
6
# RUN: not llvm-objcopy %t1 --extract-section=UNKNOWN=%t.unknown.out 2>&1 | FileCheck %s -DFILE=%t1 --check-prefix=ERROR1
7
0 commit comments