forked from OSchip/llvm-project
8 lines
213 B
Plaintext
8 lines
213 B
Plaintext
|
# RUN: yaml2obj %p/Inputs/nop.obj.yaml > %t.obj
|
||
|
|
||
|
# RUN: echo "MZ Hello world" > %t.stub
|
||
|
# RUN: lld -flavor link /out:%t.exe /entry:start /stub:%t.stub -- %t.obj
|
||
|
# RUN: FileCheck %s < %t.exe
|
||
|
|
||
|
CHECK: MZ Hello world
|