bolt/deps/llvm-18.1.8/llvm/test/tools/llvm-strings/all-sections.test
2025-02-14 19:21:04 +01:00

7 lines
320 B
Text

## Show that the -a/--all switch is accepted. GNU strings checks specific object
## file sections unless --all is specified. llvm-strings just looks at the entire
## file, so this option is silently ignored.
RUN: echo abcd | llvm-strings -a | FileCheck %s
RUN: echo abcd | llvm-strings --all | FileCheck %s
CHECK: abcd