diff options
Diffstat (limited to 'llvm/test/MC/WebAssembly/custom-code-section.ll')
-rw-r--r-- | llvm/test/MC/WebAssembly/custom-code-section.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/WebAssembly/custom-code-section.ll b/llvm/test/MC/WebAssembly/custom-code-section.ll index 7d0a5bede8c..16436b08ff2 100644 --- a/llvm/test/MC/WebAssembly/custom-code-section.ll +++ b/llvm/test/MC/WebAssembly/custom-code-section.ll @@ -1,6 +1,6 @@ ; RUN: llc -O2 -filetype=obj %s -o %t.o -target triple = "wasm32-unknown-unknown-wasm" +target triple = "wasm32-unknown-unknown" ; Wasm silently ignores custom sections for code. ; We had a bug where this cause a crash |