diff options
| author | Ilya Biryukov <ibiryukov@google.com> | 2017-11-14 14:26:42 +0000 |
|---|---|---|
| committer | Ilya Biryukov <ibiryukov@google.com> | 2017-11-14 14:26:42 +0000 |
| commit | e7329a78825f22f367cf194a894894fc889042a3 (patch) | |
| tree | 688eef3c563c12242eabd670f1fc967f5efb15e5 /llvm/test/CodeGen/WebAssembly/comdat.ll | |
| parent | be39868bfc66910a9499ee22157136252bc55b76 (diff) | |
| download | bcm5719-llvm-e7329a78825f22f367cf194a894894fc889042a3.tar.gz bcm5719-llvm-e7329a78825f22f367cf194a894894fc889042a3.zip | |
Use input redirection in WebAssembly/comdat.ll test.
To match how the other tests do it.
llvm-svn: 318153
Diffstat (limited to 'llvm/test/CodeGen/WebAssembly/comdat.ll')
| -rw-r--r-- | llvm/test/CodeGen/WebAssembly/comdat.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/comdat.ll b/llvm/test/CodeGen/WebAssembly/comdat.ll index 6a83ae87e14..8aa1af8667a 100644 --- a/llvm/test/CodeGen/WebAssembly/comdat.ll +++ b/llvm/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 |

