llvm-project/lld/lib/ReaderWriter/YAML
Shankar Easwaran 9316c40a1b [core] support .gnu.linkonce sections
.gnu.linkonce sections are similar to section groups.

They were supported before section groups existed and provided a way
to resolve COMDAT sections using a different design.

There are few implementations that use .gnu.linkonce sections
to store simple floating point constants which doesnot require complex section
group support but need a way to store only one copy of the floating point
constant in a binary.

.gnu.linkonce based symbol resolution achieves that.

Review : http://llvm-reviews.chandlerc.com/D3242

llvm-svn: 205280
2014-04-01 03:49:55 +00:00
..
CMakeLists.txt Removes files for separate ReaderYAML.cpp and WriterYAML.cpp 2013-01-05 02:22:35 +00:00
ReaderWriterYAML.cpp [core] support .gnu.linkonce sections 2014-04-01 03:49:55 +00:00