mirror of
https://github.com/RPCS3/llvm.git
synced 2026-07-25 12:46:21 -04:00
ba2da13128
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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@318185 91177308-0d34-0410-b5e6-96231b3b80d8
4 lines
117 B
Plaintext
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
|