1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib/Linker
Eli Friedman bcbee08351 [LTO] Fix linking with an alias defined using another alias.
When we're linking an alias which will be defined later, we neeed to
build a GlobalAlias, or else we'll crash later in
IRLinker::linkGlobalValueBody.

clang sometimes constructs aliases like this for C++ destructors.

Differential Revision: https://reviews.llvm.org/D49316

llvm-svn: 337053
2018-07-13 21:58:55 +00:00
..
CMakeLists.txt
IRMover.cpp [LTO] Fix linking with an alias defined using another alias. 2018-07-13 21:58:55 +00:00
LinkDiagnosticInfo.h
LinkModules.cpp
LLVMBuild.txt