llvm-project/llvm/test/Transforms/ThinLTOBitcodeWriter
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
..
circular-reference.ll ThinLTOBitcodeWriter: Do not follow operand edges of type GlobalValue when looking for virtual functions. 2017-03-02 23:10:17 +00:00
comdat.ll Make GlobalValues with non-default visibilility dso_local. 2018-01-18 02:08:23 +00:00
filter-alias.ll ThinLTOBitcodeWriter: Try harder to discard unused references to the merged module. 2017-11-30 23:05:52 +00:00
function-alias.ll LowerTypeTests: Add limited support for aliases 2018-01-10 00:00:51 +00:00
new-pm.ll [ThinLTO] Migrate ThinLTOBitcodeWriter to the new PM. 2017-06-01 01:02:12 +00:00
no-type-md.ll ThinLTO Minimized Bitcode File Size Reduction 2017-07-21 17:25:20 +00:00
pr33536.ll [PM/ThinLTO] Fix PR33536, a bug where the ThinLTO bitcode writer was 2017-07-11 05:39:20 +00:00
split-internal-typeid.ll
split-internal1.ll Make GlobalValues with non-default visibilility dso_local. 2018-01-18 02:08:23 +00:00
split-internal2.ll Make GlobalValues with non-default visibilility dso_local. 2018-01-18 02:08:23 +00:00
split-vfunc-internal.ll Make GlobalValues with non-default visibilility dso_local. 2018-01-18 02:08:23 +00:00
split-vfunc.ll ThinLTOBitcodeWriter: Do not rewrite intrinsic functions when splitting modules. 2017-07-19 17:54:29 +00:00
split.ll ThinLTO Minimized Bitcode File Size Reduction 2017-07-21 17:25:20 +00:00
unsplittable.ll ModuleUtils: Stop using comdat members to generate unique module ids. 2017-10-05 21:54:53 +00:00