brintos

brintos / llvm-project-archived public Read only

0
0
Text · 204 B · b4eb925 Raw
5 lines · plain
1RUN: llvm-mc -filetype=obj -triple=wasm32-unknown-unknown %p/Inputs/start.s -o %t.o2RUN: not wasm-ld -mwasm64 %t.o -o %t.wasm 2>&1 | FileCheck %s3 4CHECK: wasm32 object file can't be linked in wasm64 mode5