1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/test/LTO
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
..
ARM
Resolution/X86 [LTO] Fix linking with an alias defined using another alias. 2018-07-13 21:58:55 +00:00
X86 IRMover: Account for matching types present across modules 2018-06-20 16:50:56 +00:00