forked from OSchip/llvm-project
8 lines
224 B
Plaintext
8 lines
224 B
Plaintext
|
# RUN: yaml2obj < %p/Inputs/ret42.yaml > %t.obj
|
||
|
|
||
|
# RUN: echo /out:%t.exe %t.obj > %t.rsp
|
||
|
# RUN: lld -flavor link2 @%t.rsp /heap:0x3000
|
||
|
# RUN: llvm-readobj -file-headers %t.exe | FileCheck %s
|
||
|
|
||
|
CHECK: SizeOfHeapReserve: 12288
|