26 lines · plain
1## This test checks the help message of llvm-dwarfutil.2 3# RUN: llvm-dwarfutil | FileCheck %s4# RUN: llvm-dwarfutil -h | FileCheck %s5# RUN: llvm-dwarfutil --help | FileCheck %s6 7# CHECK: OVERVIEW: llvm-dwarfutil is a tool to copy and manipulate debug info8# CHECK: USAGE: {{.*}}llvm-dwarfutil{{.*}} [options] <input file> <output file>9# CHECK: OPTIONS:10# CHECK: --garbage-collection11# CHECK: --help12# CHECK: -h13# CHECK: -j14# CHECK: --no-garbage-collection15# CHECK: --no-odr-deduplication16# CHECK: --no-odr17# CHECK: --no-separate-debug-file18# CHECK: --num-threads19# CHECK: --odr-deduplication20# CHECK: --separate-debug-file21# CHECK: --tombstone22# CHECK: --verbose23# CHECK: --verify24# CHECK: --version25# CHECK: -V26