hanchenye-llvm-project/lld/lib/Core
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 [CMake] Use target_link_libraries(INTERFACE|PRIVATE) on CMake-2.8.12 to increase opportunity for parallel build. 2014-02-26 06:53:16 +00:00
DefinedAtom.cpp [core] support .gnu.linkonce sections 2014-04-01 03:49:55 +00:00
Error.cpp Add "override" and remove "virtual" where appropriate. 2014-03-06 21:14:04 +00:00
File.cpp Remove extraneous curly braces and blank lines. 2013-11-19 06:18:39 +00:00
InputGraph.cpp Replace OwningPtr with std::unique_ptr. 2014-03-13 16:20:38 +00:00
LinkingContext.cpp [ELF] Support --defsym option to define an absolute symbol. 2014-03-28 19:02:06 +00:00
PassManager.cpp Remove extraneous curly braces and blank lines. 2013-11-19 06:18:39 +00:00
Resolver.cpp [core] support .gnu.linkonce sections 2014-04-01 03:49:55 +00:00
SymbolTable.cpp [ELF] Add --allow-multiple-definition option. 2014-03-28 16:26:38 +00:00
TODO.txt