summaryrefslogtreecommitdiffstats
path: root/lld/test/wasm/large-memory.test
blob: 8d403b5f6ab58754d22705c81476a7dde92e2222 (plain)
1
2
3
4
5
RUN: llc -filetype=obj %p/Inputs/start.ll -o %t.o

; Verify we can parse large integers such as when we ask for 2G of total
; memory.
RUN: wasm-ld %t.o -o %t.wasm --max-memory=2147483648
OpenPOWER on IntegriCloud