llvm-project/lld/lib/ReaderWriter/Native
Shankar Easwaran d17ba4bd4d [lld] handle typeZeroFill atoms in ELF/Native/YAML
BSS atoms dont take any file space in the Input file. They are associated
with a contentType(typeZeroFill). Similiar zero fill types also exist which
have the same meaning in terms of occupying file space in the Input.

These atoms have to be handled seperately when writing to the
lld's intermediate file or the lld test infrastructure.

Also adds a test.

llvm-svn: 189136
2013-08-23 20:03:21 +00:00
..
CMakeLists.txt Add library dependencies to the lld cmake build. 2012-12-04 21:09:04 +00:00
NativeFileFormat.h Add SectionPosition and OrderPass 2013-01-23 22:32:56 +00:00
ReaderNative.cpp [lld] handle typeZeroFill atoms in ELF/Native/YAML 2013-08-23 20:03:21 +00:00
WriterNative.cpp [lld] handle typeZeroFill atoms in ELF/Native/YAML 2013-08-23 20:03:21 +00:00