bolt/deps/llvm-18.1.8/llvm/test/tools/llvm-dwarfutil/error-unsupported-input-file.test
2025-02-14 19:21:04 +01:00

7 lines
254 B
Text

## This test checks the error message displayed if input file
## has unsupported format.
# RUN: echo "!<thin>" > %t1
# RUN: not llvm-dwarfutil --garbage-collection %t1 - 2>&1 | FileCheck %s -DFILE=%t1
# CHECK: error: '[[FILE]]': unsupported input file