forked from OSchip/llvm-project
12 lines
420 B
Plaintext
12 lines
420 B
Plaintext
|
# RUN: lld -flavor link2 /entry:main /machine:x64 /out:%t.exe \
|
||
|
# RUN: %p/Inputs/ret42.obj
|
||
|
# RUN: llvm-readobj -file-headers %t.exe | FileCheck -check-prefix=AMD64 %s
|
||
|
|
||
|
AMD64: Machine: IMAGE_FILE_MACHINE_AMD64
|
||
|
|
||
|
# RUN: lld -flavor link2 /entry:main /machine:x86 /out:%t.exe \
|
||
|
# RUN: %p/Inputs/ret42.obj
|
||
|
# RUN: llvm-readobj -file-headers %t.exe | FileCheck -check-prefix=I386 %s
|
||
|
|
||
|
I386: Machine: IMAGE_FILE_MACHINE_I386
|