Sign in
llvm
/
llvm
/
93f5fcdff38719edd5f97f9e33801bc760e24b25
/
.
/
test
/
CodeGen
/
WebAssembly
/
comdat.ll
blob: 8aa1af8667ae6cce539750a8d37646a0fd98f622 [
file
] [
log
] [
blame
]
; RUN: not llc < %s -mtriple wasm32-unknown-unknown-wasm 2>&1 | FileCheck %s
$
f
=
comdat
any
@f
=
global
i32
0
,
comdat
; CHECK: LLVM ERROR: WebAssembly doesn't support COMDATs, 'f' cannot be lowered.