diff options
author | Teresa Johnson <tejohnson@google.com> | 2016-07-13 03:42:41 +0000 |
---|---|---|
committer | Teresa Johnson <tejohnson@google.com> | 2016-07-13 03:42:41 +0000 |
commit | 27694571b11b66709192bab87af6b7fd7de0a9f9 (patch) | |
tree | ede6aeaaecc4337f953319b0ff4b7390232390ef /lldb/packages/Python/lldbsuite/test/python_api/target/TestTargetAPI.py | |
parent | 17bdf445e42e902dbd97e80facfdeaa7cb6e61f8 (diff) | |
download | bcm5719-llvm-27694571b11b66709192bab87af6b7fd7de0a9f9.tar.gz bcm5719-llvm-27694571b11b66709192bab87af6b7fd7de0a9f9.zip |
[ThinLTO/gold] ThinLTO internalization fixes
Internalization was missing cases where we originally had a local symbol
that was promoted eagerly but not actually exported. This is because we
were only internalizing the set of global (non-local) symbols that were
PREVAILAING_DEF_IRONLY. Instead, collect the set of global symbols that
are referenced outside of a single IR file, and skip internalization for
those.
llvm-svn: 275247
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/target/TestTargetAPI.py')
0 files changed, 0 insertions, 0 deletions