diff options
| author | Nick Kledzik <kledzik@apple.com> | 2013-01-05 02:22:35 +0000 |
|---|---|---|
| committer | Nick Kledzik <kledzik@apple.com> | 2013-01-05 02:22:35 +0000 |
| commit | 6b079f5e2f303cbe24a2ef87842a50cdf831b8d7 (patch) | |
| tree | 8b687e42748f67ce09418dcee4d4b5ce3e1e452f /lld/test/dead-strip-basic.objtxt | |
| parent | e974bd1be9b954c33310f401ff704b4c1f1e4869 (diff) | |
| download | bcm5719-llvm-6b079f5e2f303cbe24a2ef87842a50cdf831b8d7.tar.gz bcm5719-llvm-6b079f5e2f303cbe24a2ef87842a50cdf831b8d7.zip | |
Removes files for separate ReaderYAML.cpp and WriterYAML.cpp
and adds a new file ReaderWriterYAML.cpp that uses YAML I/O.
Lots of tweaks to test suite for slightly different YAML encoding.
llvm-svn: 171592
Diffstat (limited to 'lld/test/dead-strip-basic.objtxt')
| -rw-r--r-- | lld/test/dead-strip-basic.objtxt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lld/test/dead-strip-basic.objtxt b/lld/test/dead-strip-basic.objtxt index cd09b34b089..a647d9d6927 100644 --- a/lld/test/dead-strip-basic.objtxt +++ b/lld/test/dead-strip-basic.objtxt @@ -7,7 +7,7 @@ # --- -atoms: +defined-atoms: - name: entry dead-strip: never fixups: @@ -21,13 +21,12 @@ atoms: - name: mydead1 scope: global +undefined-atoms: - name: bar - definition: undefined - name: baz - definition: undefined --- -atoms: +defined-atoms: - name: mydead2 scope: global type: data @@ -36,7 +35,7 @@ atoms: scope: global type: data --- -atoms: +defined-atoms: - name: baz scope: global type: code |

