forked from OSchip/llvm-project
Fix to work with style of new YAML writer
llvm-svn: 171897
This commit is contained in:
parent
0dcef84b13
commit
809b9955e8
|
@ -28,15 +28,9 @@ RUN: lld-core -reader ELF %p/Inputs/mainobj.x86_64 %p/Inputs/libfnarchive.x86_64
|
|||
FORCELOAD: defined-atoms:
|
||||
FORCELOAD: - name: fn1
|
||||
FORCELOAD: scope: global
|
||||
FORCELOAD: type: code
|
||||
FORCELOAD: section-choice: custom-required
|
||||
FORCELOAD: section-name: .text
|
||||
FORCELOAD: content: [ 55, 48, 89, E5, B8, 00, 00, 00, 00, 5D, C3 ]
|
||||
FORCELOAD: - name: fn
|
||||
FORCELOAD: scope: global
|
||||
FORCELOAD: type: code
|
||||
FORCELOAD: section-choice: custom-required
|
||||
FORCELOAD: section-name: .text
|
||||
FORCELOAD: content: [ 55, 48, 89, E5, B8, 00, 00, 00, 00, 5D, C3 ]
|
||||
FORCELOAD: absolute-atoms:
|
||||
FORCELOAD: - name: main.c
|
||||
|
|
Loading…
Reference in New Issue