1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/include
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
..
llvm Degrade assertions to a warning in LTOCodeGenerator for preserved linkonce 2016-05-05 20:05:33 +00:00
llvm-c Provide some default values for the ThinLTO Cache pruning 2016-05-03 15:17:50 +00:00