summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/Inputs/thinlto-multi-module.ll
AgeCommit message (Collapse)Author
2019-09-10Reland "Change the X86 datalayout to add three address spacesAmy Huang
for 32 bit signed, 32 bit unsigned, and 64 bit pointers." This reverts 57076d3199fc2b0af4a3736b7749dd5462cacda5. Original review at https://reviews.llvm.org/D64931. Review for added fix at https://reviews.llvm.org/D66843. llvm-svn: 371568
2019-08-28Revert "Change the X86 datalayout to add three address spaces for 32 bit ↵Vlad Tsyrklevich
signed," This reverts commit r370083 because it caused check-lld failures on sanitizer-x86_64-linux-fast. llvm-svn: 370142
2019-08-27Change the X86 datalayout to add three address spaces for 32 bit signed,Amy Huang
32 bit unsigned, and 64 bit pointers. llvm-svn: 370083
2017-06-15Apply summary-based dead stripping to regular LTO modules with summaries.Peter Collingbourne
If a regular LTO module has a summary index, then instead of linking it into the combined regular LTO module right away, add it to the combined summary index and associate it with a special module that represents the combined regular LTO module. Any such modules are linked during LTO::run(), at which time we use the results of summary-based dead stripping to control whether to link prevailing symbols. Differential Revision: https://reviews.llvm.org/D33922 llvm-svn: 305482