Create SyntheticSections.cpp.
authorRui Ueyama <ruiu@google.com>
Tue, 1 Nov 2016 20:28:21 +0000 (20:28 +0000)
committerRui Ueyama <ruiu@google.com>
Tue, 1 Nov 2016 20:28:21 +0000 (20:28 +0000)
commit6dc7fcbec428fbc15be90bb9ff942f93752e04c1
treea6af5b384661c08ae467920802d9729a208bde66
parent4a2055bef9a79eb7be41260ca207d59b70939b02
Create SyntheticSections.cpp.

We are going to have many more classes for linker-synthesized
input sections, so it's worth to be added to a separate file
than to the file for regular input sections.

llvm-svn: 285740
lld/ELF/CMakeLists.txt
lld/ELF/InputSection.cpp
lld/ELF/InputSection.h
lld/ELF/OutputSections.h
lld/ELF/SyntheticSections.cpp [new file with mode: 0644]
lld/ELF/SyntheticSections.h [new file with mode: 0644]
lld/ELF/Writer.cpp