diff options
Diffstat (limited to 'llvm/test/MC/WebAssembly/stack-ptr.ll')
-rw-r--r-- | llvm/test/MC/WebAssembly/stack-ptr.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/WebAssembly/stack-ptr.ll b/llvm/test/MC/WebAssembly/stack-ptr.ll index 1592e8f6d4a..9770003fb8e 100644 --- a/llvm/test/MC/WebAssembly/stack-ptr.ll +++ b/llvm/test/MC/WebAssembly/stack-ptr.ll @@ -1,6 +1,6 @@ ; RUN: llc -filetype=obj %s -o - | obj2yaml | FileCheck %s -target triple = "wasm32-unknown-unknown-wasm" +target triple = "wasm32-unknown-unknown" ; Function that uses explict stack, and should generate a reference to ; __stack_pointer, along with the corresponding reloction entry. |