llvm-project/lld/lib
Rui Ueyama 1d1debf126 [PECOFF] Change data directory atom structure.
The data directory in the PE/COFF header consisted of list of data directory
atoms. This patch changes it -- now there's only one data directory entry that
contains former data directories. That's easier to handle in the writer as well
as to write to/read from YAML/Native files. The main purpose of this refactoring
is to enable RoundTrip tests for PE/COFF.

There's no functionality change.

llvm-svn: 193854
2013-11-01 05:51:15 +00:00
..
Core [PassManager] add ReaderWriter{Native,YAML} to the Driver. 2013-10-29 05:12:14 +00:00
Driver [PECOFF] File extension is case-insensitive on Windows. 2013-10-31 20:06:48 +00:00
Passes [PassManager] add ReaderWriter{Native,YAML} to the Driver. 2013-10-29 05:12:14 +00:00
ReaderWriter [PECOFF] Change data directory atom structure. 2013-11-01 05:51:15 +00:00
CMakeLists.txt Add the core architecture for the lld driver. 2012-12-08 00:47:36 +00:00