llvm-project/lld/lib/ReaderWriter
Rui Ueyama bad4565be0 Revert "[PECOFF] Add atoms to the PassManager file"
This reverts commit r193479.

The atoms are already added to the file, so re-adding them caused the YAML
writer to write the same atoms twice. That made the YAML reader to fail with
"duplicate atom name" error.

This is not the only error we've got for RoundTripYAMLPass for PECOFF, so we
cannot enable the test yet. More fixes will come.

Differential Revision: http://llvm-reviews.chandlerc.com/D2069

llvm-svn: 193762
2013-10-31 16:59:49 +00:00
..
ELF [ELF] Implement minimal support for .eh_frame_hdr. 2013-10-30 00:02:04 +00:00
MachO [PassManager] add ReaderWriter{Native,YAML} to the Driver. 2013-10-29 05:12:14 +00:00
Native [Native] Fix fallback atoms when writing to Native file. 2013-10-18 03:23:24 +00:00
PECOFF Revert "[PECOFF] Add atoms to the PassManager file" 2013-10-31 16:59:49 +00:00
YAML [ELF] Fix RO/RW note sections. 2013-10-26 19:38:39 +00:00
CMakeLists.txt [lld][InputGraph] Change the Resolver to use inputGraph 2013-10-07 02:47:09 +00:00
CoreLinkingContext.cpp [PassManager] add ReaderWriter{Native,YAML} to the Driver. 2013-10-29 05:12:14 +00:00
LinkerScript.cpp [lld][ELF] Add parser for linker script ENTRY command 2013-06-03 18:05:21 +00:00
Reader.cpp Change the parseFile argument from MemoryBuffer pointer to LinkerInput 2013-09-07 17:55:28 +00:00
ReaderLinkerScript.cpp [Layout] Assign ordinals in Resolution order. 2013-10-09 05:23:23 +00:00
Writer.cpp [lld][InputGraph] Change the Resolver to use inputGraph 2013-10-07 02:47:09 +00:00