llvm-project/lld/lib/ReaderWriter/PECOFF
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
..
Atoms.h [PECOFF] Set section name for BSS atoms. 2013-10-28 23:26:33 +00:00
CMakeLists.txt Rename TargetInfo -> LinkingContext. 2013-08-06 22:31:59 +00:00
GroupedSectionsPass.h [PassManager] add ReaderWriter{Native,YAML} to the Driver. 2013-10-29 05:12:14 +00:00
IdataPass.h Revert "[PECOFF] Add atoms to the PassManager file" 2013-10-31 16:59:49 +00:00
LinkerGeneratedSymbolFile.h [PECOFF] Fix __ImageBase symbol. 2013-10-29 00:33:34 +00:00
PECOFFLinkingContext.cpp [PassManager] add ReaderWriter{Native,YAML} to the Driver. 2013-10-29 05:12:14 +00:00
ReaderCOFF.cpp [PECOFF] Suppress startup message of background processes. 2013-10-29 19:52:44 +00:00
ReaderImportHeader.cpp Update error classes from all lowercase to camel case. 2013-10-09 00:57:22 +00:00
ReaderImportHeader.h Rename TargetInfo -> LinkingContext. 2013-08-06 22:31:59 +00:00
WriterPECOFF.cpp Revert "[PECOFF] Add atoms to the PassManager file" 2013-10-31 16:59:49 +00:00