brintos

brintos / llvm-project-archived public Read only

0
0
Text · 228 B · bb5eddc Raw
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