summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Kledzik <kledzik@apple.com>2013-01-08 21:05:47 +0000
committerNick Kledzik <kledzik@apple.com>2013-01-08 21:05:47 +0000
commit809b9955e8221ff7c892d07a0ee491e556f274f7 (patch)
tree6dce01db2cb9c342aa8e30983febce18e3bbc8e8
parent0dcef84b13cecf619fb255dd81b1ccbf2b654250 (diff)
downloadbcm5719-llvm-809b9955e8221ff7c892d07a0ee491e556f274f7.tar.gz
bcm5719-llvm-809b9955e8221ff7c892d07a0ee491e556f274f7.zip
Fix to work with style of new YAML writer
llvm-svn: 171897
-rw-r--r--lld/test/elf/archive-elf-forceload.objtxt6
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
OpenPOWER on IntegriCloud