forked from OSchip/llvm-project
8 lines
270 B
Plaintext
8 lines
270 B
Plaintext
|
# RUN: yaml2obj %p/Inputs/nop.obj.yaml > %t.obj
|
||
|
#
|
||
|
# RUN: lld -flavor link /out:%t.exe /subsystem:console /entry:start \
|
||
|
# RUN: /merge:.text=.longsectionname -- %t.obj
|
||
|
# RUN: llvm-readobj -sections %t.exe | FileCheck %s
|
||
|
|
||
|
CHECK: Name: .longsec (2E 6C 6F 6E 67 73 65 63)
|