mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-11 21:38:46 +00:00
llvm-dwp: Add .test files missing from r269339
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@269705 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ce4aff93aa
commit
02e7a2680b
3
test/tools/llvm-dwp/X86/invalid_cu_index.test
Normal file
3
test/tools/llvm-dwp/X86/invalid_cu_index.test
Normal file
@ -0,0 +1,3 @@
|
||||
RUN: not llvm-dwp %p/../Inputs/invalid_cu_index/x.dwp -o %t 2>&1 | FileCheck %s
|
||||
|
||||
CHECK: error: Failed to parse cu_index
|
3
test/tools/llvm-dwp/X86/missing_tu_index.test
Normal file
3
test/tools/llvm-dwp/X86/missing_tu_index.test
Normal file
@ -0,0 +1,3 @@
|
||||
RUN: not llvm-dwp %p/../Inputs/missing_tu_index/x.dwp -o %t 2>&1 | FileCheck %s
|
||||
|
||||
CHECK: error: Failed to parse tu_index
|
Loading…
x
Reference in New Issue
Block a user