llvm-project/lld/test
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
..
Driver Fix trailing whitespace. 2014-01-27 03:09:26 +00:00
LinkerScript [LinkerScript] parse OUTPUT_FORMAT : treat quotedStrings as identifier 2014-02-25 17:02:54 +00:00
Unit [lit] Python 3. 2014-03-26 00:53:48 +00:00
core [core] support .gnu.linkonce sections 2014-04-01 03:49:55 +00:00
darwin Fix trailing whitespace. 2014-01-27 03:09:26 +00:00
elf Check-in binary to isolate the lld test form a changing llvm-mc. 2014-03-31 18:56:30 +00:00
pecoff [ELF] Support --defsym option to define an absolute symbol. 2014-03-28 19:02:06 +00:00
CMakeLists.txt [test] use llvm-config to drive testing in assert mode/debug mode 2014-02-25 02:29:17 +00:00
lit.cfg [lit] Environment variables get stripped in lit. Manually specify locale. 2014-03-26 01:19:07 +00:00
lit.site.cfg.in [lit] Python 3. 2014-03-26 00:53:48 +00:00