diff options
author | George Rimar <grimar@accesssoftek.com> | 2017-06-06 06:38:32 +0000 |
---|---|---|
committer | George Rimar <grimar@accesssoftek.com> | 2017-06-06 06:38:32 +0000 |
commit | 8cde9a7e7715e509cd2cfab617def67dbd76abfa (patch) | |
tree | 8525bbb529333faf3fdc3a353b73d9fd80112107 /llvm/unittests/Support/ProgramTest.cpp | |
parent | 1fa569db2386dfdeb61c0f719dd305c8342acee9 (diff) | |
download | llvm-8cde9a7e7715e509cd2cfab617def67dbd76abfa.zip llvm-8cde9a7e7715e509cd2cfab617def67dbd76abfa.tar.gz llvm-8cde9a7e7715e509cd2cfab617def67dbd76abfa.tar.bz2 |
[ELF] - Allow multiple comdats when producing relocatable output.
Previously LLD would fail for case when there are multiple comdats and -r.
That happened because it merged all ".group" (SHT_GROUP) sections into single
output, producing broken result. Such sections may have similar name, alignment and flags
and other properties. We need to produce separate output section for each such input one.
Differential revision: https://reviews.llvm.org/D33643
llvm-svn: 304769
Diffstat (limited to 'llvm/unittests/Support/ProgramTest.cpp')
0 files changed, 0 insertions, 0 deletions