diff options
Diffstat (limited to 'llvm/test/tools/llvm-readobj/cxx-cli-aux.test')
-rw-r--r-- | llvm/test/tools/llvm-readobj/cxx-cli-aux.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-readobj/cxx-cli-aux.test b/llvm/test/tools/llvm-readobj/cxx-cli-aux.test index 0b687793547..6b16f0fe3aa 100644 --- a/llvm/test/tools/llvm-readobj/cxx-cli-aux.test +++ b/llvm/test/tools/llvm-readobj/cxx-cli-aux.test @@ -3,7 +3,7 @@ Ensure that we can read the COFF auxiliary symbols 'section definition' and definitions usually only follow a symbol with static storage class, but non-const appdomain globals (external ABS) also get one. -RUN: llvm-readobj -t %p/Inputs/cxx-cli-aux.obj.coff-i386 | FileCheck %s +RUN: llvm-readobj --symbols %p/Inputs/cxx-cli-aux.obj.coff-i386 | FileCheck %s CHECK: Symbols [ CHECK: Symbol { |