brintos

brintos / llvm-project-archived public Read only

0
0
Text · 198 B · 8b23e5f Raw
5 lines · plain
1RUN: llvm-mc -filetype=obj -triple=wasm64-unknown-unknown %p/Inputs/start.s -o %t.o2RUN: not wasm-ld %t.o -o %t.wasm 2>&1 | FileCheck %s3 4CHECK: must specify -mwasm64 to process wasm64 object files5