llvm-project/lld/lib/ReaderWriter
Pete Cooper 12b094d5f4 Only emit files with subsections_via_symbols if all inputs had that set.
When generating a relocatable file, its only valid to set this flag if
all of the inputs also had the flag.  Otherwise we may atomize incorrectly
when we link the relocatable file again.

Reviewed by Lang Hames.

Differential Revision: http://reviews.llvm.org/D16018

llvm-svn: 257976
2016-01-16 01:09:23 +00:00
..
ELF Add File::kind's for all subclasses of File. 2016-01-14 22:55:38 +00:00
MachO Only emit files with subsections_via_symbols if all inputs had that set. 2016-01-16 01:09:23 +00:00
YAML Add File::kind's for all subclasses of File. 2016-01-14 22:55:38 +00:00
CMakeLists.txt Set CMake ADDITIONAL_HEADER_DIRS on libraries with headers in /include. NFC. 2016-01-07 00:14:09 +00:00
CoreLinkingContext.cpp Fix no-asserts build failure due to unused variable, and cleanup some unique_ptr usage while I'm here 2015-06-19 19:55:25 +00:00
FileArchive.cpp These are the matching changes needed to the lld project for the changes to llvm 2015-11-05 19:25:47 +00:00
LinkerScript.cpp Fix Clang-tidy modernize-use-auto warnings, other minor fixes. 2015-11-10 22:37:38 +00:00