File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
llvm/test/tools/llvm-objcopy/DXContainer Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 11## Check that llvm-objcopy reports a suitable error when it
2- ## encounters an invalid input during reading. The purpose is not to have
3- ## extensive of all read errors, that should be done in DXContainerTest.cpp,
4- ## instead this is a sanity check that the error is produced when using the
5- ## reader in llvm-objcopy.
2+ ## encounters an invalid input during reading.
63
74## We can't have multiple DXIL parts.
85# RUN: yaml2obj %s --docnum=1 -o %t1
2522 Size: 28
2623...
2724
28- ## The first part offset is out of file bound .
25+ ## The first part offset is out of file bounds .
2926# RUN: yaml2obj %s --docnum=2 -o %t2
3027# RUN: not llvm-objcopy %t2 %t2.out 2>&1 | FileCheck %s -DFILE=%t2 --check-prefix=ERROR2
3128
You can’t perform that action at this time.
0 commit comments