hanchenye-llvm-project/lld/COFF
Pavel Labath a006baa620 Attempt to fix FreeBSD build broken by the previous commit
The compiler could not find the conversion from
unique_ptr<WritableMemoryBuffer> to unique_ptr<MemoryBuffer>. This will
hopefully help it along.

llvm-svn: 322365
2018-01-12 10:09:10 +00:00
..
CMakeLists.txt
Chunks.cpp [COFF] Error out if 20 bit thumb branches are out of range 2017-12-14 08:56:36 +00:00
Chunks.h Reland r319090, "COFF: Do not create SectionChunks for discarded comdat sections." with a fix for debug sections. 2017-11-28 01:30:07 +00:00
Config.h [COFF] Delete CanExitEarly 2018-01-08 21:14:51 +00:00
DLL.cpp [COFF] Don't set the thumb bit in address table entries for data symbols 2017-12-20 06:50:45 +00:00
DLL.h
Driver.cpp [COFF] Process /EXPORT option in fastpath 2018-01-09 20:36:42 +00:00
Driver.h [COFF] Process /EXPORT option in fastpath 2018-01-09 20:36:42 +00:00
DriverUtils.cpp Attempt to fix FreeBSD build broken by the previous commit 2018-01-12 10:09:10 +00:00
ICF.cpp Prefer `ArrayRef` over `const std::vector&` 2017-12-08 01:09:21 +00:00
InputFiles.cpp Remove checkToString functions and use toString instead. 2017-12-07 03:24:57 +00:00
InputFiles.h Prefer `ArrayRef` over `const std::vector&` 2017-12-08 01:09:21 +00:00
LTO.cpp
LTO.h
MapFile.cpp COFF: Remove the SymbolBodies vector, and rename SparseSymbolBodies to Symbols. 2017-11-20 18:52:53 +00:00
MapFile.h
MarkLive.cpp Prefer `ArrayRef` over `const std::vector&` 2017-12-08 01:09:21 +00:00
MinGW.cpp [COFF] Don't export symbols that have corresponding __imp_ symbols 2017-11-29 05:50:49 +00:00
MinGW.h
Options.td [COFF] support /ignore:4217 2017-12-28 07:02:13 +00:00
PDB.cpp Fix unhandled switch values. 2018-01-05 19:28:39 +00:00
PDB.h
README.md
Strings.cpp Factor out common code to Common/Strings.cpp. 2017-11-28 02:15:26 +00:00
Strings.h Factor out common code to Common/Strings.cpp. 2017-11-28 02:15:26 +00:00
SymbolTable.cpp [COFF] support /ignore:4217 2017-12-28 07:02:13 +00:00
SymbolTable.h Reland r319090, "COFF: Do not create SectionChunks for discarded comdat sections." with a fix for debug sections. 2017-11-28 01:30:07 +00:00
Symbols.cpp Move Memory.{h,cpp} to Common. 2017-11-28 20:39:17 +00:00
Symbols.h Move Memory.{h,cpp} to Common. 2017-11-28 20:39:17 +00:00
Writer.cpp [COFF] Set the IMAGE_DLL_CHARACTERISTICS_NO_SEH flag automatically 2017-12-15 20:53:03 +00:00
Writer.h Prefer `ArrayRef` over `const std::vector&` 2017-12-08 01:09:21 +00:00

README.md

See docs/NewLLD.rst