1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/test/tools/llvm-strings/all-sections.test
Martin Storsjo 43eba3b5b5 [llvm-strings] Add support for the -a/--all options
They don't actually change nay behaviour, as llvm-strings currently
checks the whole object without looking at individual sections anyway.

This allows using llvm-strings in a context that explicitly passes
the -a option.

Differential Revision: https://reviews.llvm.org/D40020

llvm-svn: 318185
2017-11-14 19:58:36 +00:00

4 lines
117 B
Plaintext

RUN: llvm-strings -a %S/Inputs/abcd | FileCheck %s
RUN: llvm-strings --all %S/Inputs/abcd | FileCheck %s
CHECK: abcd