llvm-project/llvm/test/Transforms/FunctionImport
Rafael Espindola e4b0231c63 Make internal/private GVs implicitly dso_local.
While updating clang tests for having clang set dso_local I noticed
that:

- There are *a lot* of tests to update.
- Many of the updates are redundant.

They are redundant because a GV is "obviously dso_local". This patch
starts formalizing that a bit by requiring that internal and private
GVs be dso_local too. Since they all are, we don't have to print
dso_local to the textual representation, making it a bit more compact
and easier to read.

llvm-svn: 322317
2018-01-11 22:15:05 +00:00
..
Inputs [ThinLTO] Fix ThinLTO crash 2017-08-19 18:04:25 +00:00
adjustable_threshold.ll
funcimport.ll Make internal/private GVs implicitly dso_local. 2018-01-11 22:15:05 +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 [thinlto] Don't decay threshold for hot callsites 2016-09-30 03:01:17 +00:00
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 [llvm] Remove redundant --check-prefix=CHECK from tests 2016-10-24 18:57:55 +00:00