brintos

brintos / llvm-project-archived public Read only

0
0
Text · 254 B · 13b19b5 Raw
8 lines · plain
1## This test checks the error message displayed if input file2## has unsupported format.3 4# RUN: echo "!<thin>" > %t15# RUN: not llvm-dwarfutil --garbage-collection %t1 - 2>&1 | FileCheck %s -DFILE=%t16 7# CHECK: error: '[[FILE]]': unsupported input file8