8 lines · plain
1RUN: rm -f %t2RUN: not llvm-dwp %p/../Inputs/missing_dwo_id.dwo -o %t 2>&1 | FileCheck %s3 4Make sure we did not leave behind a temporary file:5RUN: not ls %t6 7CHECK: error: {{.*}}missing_dwo_id.dwo': compile unit missing dwo_id8 1RUN: rm -f %t2RUN: not llvm-dwp %p/../Inputs/missing_dwo_id.dwo -o %t 2>&1 | FileCheck %s3 4Make sure we did not leave behind a temporary file:5RUN: not ls %t6 7CHECK: error: {{.*}}missing_dwo_id.dwo': compile unit missing dwo_id8