1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/include/llvm/LTO
Mehdi Amini 193aba341e Degrade assertions to a warning in LTOCodeGenerator for preserved linkonce
The assertions were assuming that the linker will not ask to preserve
a global that is internal or available_externally, as it does not
really make sense. In practice this break the bootstrap of clang,
I degrade to a warning for now.

From: Mehdi Amini <mehdi.amini@apple.com>
llvm-svn: 268671
2016-05-05 20:05:33 +00:00
..
LTOCodeGenerator.h Degrade assertions to a warning in LTOCodeGenerator for preserved linkonce 2016-05-05 20:05:33 +00:00
LTOModule.h libLTO: add a ThinLTOCodeGenerator on the model of LTOCodeGenerator. 2016-03-09 01:37:22 +00:00
ThinLTOCodeGenerator.h Revert "[ThinLTO] Emit individual index files for distributed backends" 2016-05-05 18:31:00 +00:00