[HLSL] Implement RWBuffer::operator[] via __builtin_hlsl_resource_getpointer (#117017)
[llvm-project.git] / llvm / test / tools / llvm-strings / all-sections.test
blobafd3f2823bb164efd2c3a2b1878d700d68893b94
1 ## Show that the -a/--all switch is accepted. GNU strings checks specific object
2 ## file sections unless --all is specified. llvm-strings just looks at the entire
3 ## file, so this option is silently ignored.
5 RUN: echo abcd | llvm-strings -a | FileCheck %s
6 RUN: echo abcd | llvm-strings --all | FileCheck %s
7 CHECK: abcd