diff options
Diffstat (limited to 'llvm/test/MC/WebAssembly/custom-sections.ll')
-rw-r--r-- | llvm/test/MC/WebAssembly/custom-sections.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/WebAssembly/custom-sections.ll b/llvm/test/MC/WebAssembly/custom-sections.ll index f662d55352b..d0fc5df9977 100644 --- a/llvm/test/MC/WebAssembly/custom-sections.ll +++ b/llvm/test/MC/WebAssembly/custom-sections.ll @@ -1,4 +1,4 @@ -; RUN: llc -filetype=obj %s -o - | llvm-readobj -s | FileCheck %s +; RUN: llc -filetype=obj %s -o - | llvm-readobj -S | FileCheck %s ; Test the mechanism for defining user custom sections. |