llvm-project/lld/lib/Core
Denis Protivensky 1aaf736d89 [LinkerScript] Add matching of output sections to segments
Add method to query segments for specified output section name.
Return error if the section is assigned to unknown segment.
Check matching of sections to segments during layout on the subject of correctness.
NOTE: no actual functionality of using custom segments is implemented.

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

llvm-svn: 239719
2015-06-15 08:00:51 +00:00
..
CMakeLists.txt Fix five of the shared library build targets 2015-01-21 22:54:56 +00:00
DefinedAtom.cpp [ARM] Move out .ARM.exidx related things to ARM backend 2015-05-26 10:26:15 +00:00
Error.cpp [LinkerScript] Add matching of output sections to segments 2015-06-15 08:00:51 +00:00
File.cpp Rename atom_collection -> AtomVector. 2015-04-08 23:05:59 +00:00
LinkingContext.cpp Reapply r234378, with test fixed (by emaste). 2015-04-10 01:40:25 +00:00
Reader.cpp Use MemoryBufferRef instead of MemoryBuffer&. NFC. 2015-04-24 21:10:50 +00:00
Resolver.cpp Remove return after report_fatal_error which has noreturn attribute. 2015-04-06 20:25:18 +00:00
SymbolTable.cpp Do s/_context/_ctx/g globally. 2015-04-10 21:40:59 +00:00
Writer.cpp Replace the `createImplicitFiles` method return type with `void` 2015-04-06 20:43:35 +00:00