diff options
Diffstat (limited to 'llvm/test/MC/WebAssembly/comdat.ll')
-rw-r--r-- | llvm/test/MC/WebAssembly/comdat.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/WebAssembly/comdat.ll b/llvm/test/MC/WebAssembly/comdat.ll index 03c5d751254..7bba78ba4ef 100644 --- a/llvm/test/MC/WebAssembly/comdat.ll +++ b/llvm/test/MC/WebAssembly/comdat.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" ; Import a function just so we can check the index arithmetic for ; WASM_COMDAT_FUNCTION entries is performed correctly |