summaryrefslogtreecommitdiff
path: root/test/CodeGen/WebAssembly
diff options
context:
space:
mode:
authorIlya Biryukov <ibiryukov@google.com>2017-11-14 14:26:42 +0000
committerIlya Biryukov <ibiryukov@google.com>2017-11-14 14:26:42 +0000
commit3656d83960a4f3fedf6d8f19043abf52379f78c3 (patch)
treef06f653e24868bc35d0e8ed143e7f5973237ad1e /test/CodeGen/WebAssembly
parent036d0280e06a45437403c1beed57bd9468992fb0 (diff)
Use input redirection in WebAssembly/comdat.ll test.
To match how the other tests do it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@318153 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/WebAssembly')
-rw-r--r--test/CodeGen/WebAssembly/comdat.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/WebAssembly/comdat.ll b/test/CodeGen/WebAssembly/comdat.ll
index 6a83ae87e14..8aa1af8667a 100644
--- a/test/CodeGen/WebAssembly/comdat.ll
+++ b/test/CodeGen/WebAssembly/comdat.ll
@@ -1,4 +1,4 @@
-; RUN: not llc -mtriple wasm32-unknown-unknown-wasm %s 2>&1 | FileCheck %s
+; RUN: not llc < %s -mtriple wasm32-unknown-unknown-wasm 2>&1 | FileCheck %s
$f = comdat any
@f = global i32 0, comdat