summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/WebAssembly/custom-code-section.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/MC/WebAssembly/custom-code-section.ll')
-rw-r--r--llvm/test/MC/WebAssembly/custom-code-section.ll4
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/test/MC/WebAssembly/custom-code-section.ll b/llvm/test/MC/WebAssembly/custom-code-section.ll
index d528d426e5b..7d0a5bede8c 100644
--- a/llvm/test/MC/WebAssembly/custom-code-section.ll
+++ b/llvm/test/MC/WebAssembly/custom-code-section.ll
@@ -1,4 +1,6 @@
-; RUN: llc -mtriple wasm32-unknown-unknown-wasm -O2 -filetype=obj %s -o %t.o
+; RUN: llc -O2 -filetype=obj %s -o %t.o
+
+target triple = "wasm32-unknown-unknown-wasm"
; Wasm silently ignores custom sections for code.
; We had a bug where this cause a crash
OpenPOWER on IntegriCloud