blob: bb5eddccd2272e47b703af372b88904d9dda95a3 (
plain)
1
2
3
4
5
6
7
|
RUN: rm -f %t
RUN: not llvm-dwp %p/../Inputs/missing_dwo_id.dwo -o %t 2>&1 | FileCheck %s
Make sure we did not leave behind a temporary file:
RUN: not ls %t
CHECK: error: {{.*}}missing_dwo_id.dwo': compile unit missing dwo_id
|