1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/test/ThinLTO/X86
Mehdi Amini 1ebf01e084 ThinLTOCodeGenerator: preserve linkonce when in "MustPreserved" set
If the linker specifically requested for a linkonce to be preserved,
we need to make sure we won't drop it even if all the uses in the
current module disappear.

From: Mehdi Amini <mehdi.amini@apple.com>
llvm-svn: 267543
2016-04-26 10:35:01 +00:00
..
Inputs Always traverse GlobalVariable initializer when computing the export list 2016-04-23 23:29:24 +00:00
alias_import.ll ThinLTO: Resolve linkonce_odr aliases just like functions 2016-04-21 05:47:17 +00:00
alias_resolution.ll ThinLTO: Resolve linkonce_odr aliases just like functions 2016-04-21 05:47:17 +00:00
funcimport.ll Move summary creation out of llvm-as into opt 2016-04-12 21:35:18 +00:00
internalize.ll Add an internalization step to the ThinLTOCodeGenerator 2016-04-24 03:18:01 +00:00
lit.local.cfg
odr_resolution.ll ThinLTOCodeGenerator: preserve linkonce when in "MustPreserved" set 2016-04-26 10:35:01 +00:00
referenced_by_constant.ll Always traverse GlobalVariable initializer when computing the export list 2016-04-23 23:29:24 +00:00
select_right_alias_definition.ll FunctionImport: make sure we always select the right callee in presence of alias 2016-04-20 04:17:36 +00:00