repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ELF] relocateNonAlloc: clean up workaround code
[llvm-project.git]
/
lld
/
test
/
wasm
/
check-arch-64-in-32.test
blob
8b23e5f5c1deb7f73d821411ad3c87c5d0922b2d
1
RUN: llvm-mc -filetype=obj -triple=wasm64-unknown-unknown %p/Inputs/start.s -o %t.o
2
RUN: not wasm-ld %t.o -o %t.wasm 2>&1 | FileCheck %s
3
4
CHECK: must specify -mwasm64 to process wasm64 object files