llvm-project/llvm/test/Transforms/FunctionImport
Rafael Espindola 9fbc040599 Make GlobalValues with non-default visibilility dso_local.
This is similar to r322317, but for visibility. It is not as neat
because we have to special case extern_weak.

The idea is the same as the previous change, make the transition to
explicit dso_local easier for the frontends. With this they only have
to add dso_local to symbols where we need some external information to
decide if it is dso_local (like it being part of an ELF executable).

llvm-svn: 322806
2018-01-18 02:08:23 +00:00
..
Inputs [ThinLTO] Fix ThinLTO crash 2017-08-19 18:04:25 +00:00
adjustable_threshold.ll
funcimport.ll Make GlobalValues with non-default visibilility dso_local. 2018-01-18 02:08:23 +00:00
funcimport_alias.ll
funcimport_debug.ll
funcimport_var.ll [LTO] Make processing of combined module more consistent 2017-12-16 02:10:00 +00:00
hotness_based_import.ll
hotness_based_import2.ll [ThinLTO] Ensure callees get hot threshold when first seen on cold path 2016-12-15 18:21:01 +00:00
inlineasm.ll