diff options
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 |

