1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/test/Transforms/ThinLTOBitcodeWriter
Rafael Espindola bfea7bc2f8 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
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
no-type-md.ll
pr33536.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-internal-typeid.ll
split-vfunc-internal.ll Make GlobalValues with non-default visibilility dso_local. 2018-01-18 02:08:23 +00:00
split-vfunc.ll
split.ll
unsplittable.ll ModuleUtils: Stop using comdat members to generate unique module ids. 2017-10-05 21:54:53 +00:00