diff options
| -rw-r--r-- | lld/test/elf/archive-elf-forceload.objtxt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lld/test/elf/archive-elf-forceload.objtxt b/lld/test/elf/archive-elf-forceload.objtxt index efcd1fce96f..898ec2fc24e 100644 --- a/lld/test/elf/archive-elf-forceload.objtxt +++ b/lld/test/elf/archive-elf-forceload.objtxt @@ -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 |

