llvm/lld/COFF
Eli Friedman 13fc178173 Force GHashCell to be 8-byte-aligned.
Otherwise, with recent versions of libstdc++, clang can't tell that the
atomic operations are properly aligned, and generates calls to
libatomic.  (Actually, because of the use of reinterpret_cast, it wasn't
guaranteed to be aligned, but I think it ended up being aligned in
practice.)

Fixes https://github.com/llvm/llvm-project/issues/54790 , the part where
LLVM failed to build.

Differential Revision: https://reviews.llvm.org/D123872
2022-04-18 08:46:03 -07:00
..
CallGraphSort.cpp
CallGraphSort.h
Chunks.cpp
Chunks.h
CMakeLists.txt
COFFLinkerContext.cpp
COFFLinkerContext.h
Config.h [LLD][COFF] Add support for /noimplib 2022-04-13 10:32:44 +02:00
DebugTypes.cpp Force GHashCell to be 8-byte-aligned. 2022-04-18 08:46:03 -07:00
DebugTypes.h
DLL.cpp
DLL.h
Driver.cpp [NFC] Simplify /noimplib argument logic 2022-04-13 16:40:30 +02:00
Driver.h
DriverUtils.cpp
ICF.cpp
ICF.h
InputFiles.cpp
InputFiles.h
LLDMapFile.cpp
LLDMapFile.h
LTO.cpp [lld] Remove support for legacy pass manager 2022-04-07 10:17:31 +02:00
LTO.h
MapFile.cpp
MapFile.h
MarkLive.cpp
MarkLive.h
MinGW.cpp
MinGW.h
Options.td [LLD][COFF] Add support for /noimplib 2022-04-13 16:40:29 +02:00
PDB.cpp Cleanup llvm/DebugInfo/PDB headers 2022-02-23 10:31:34 +01:00
PDB.h
README.md
Symbols.cpp
Symbols.h
SymbolTable.cpp
SymbolTable.h
TypeMerger.h
Writer.cpp [LLD] [COFF] Order .debug_* sections at the end, to avoid leaving gaps if stripped 2022-03-03 10:08:51 +02:00
Writer.h

See docs/NewLLD.rst