summaryrefslogtreecommitdiff
path: root/llvm/test/LTO/Resolution/X86/multi-thinlto.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-04-11llvm-lto2: Move the LTO::run() action behind a subcommand.Peter Collingbourne
Move LTO::run() to a "run" subcommand so that we can introduce new subcommands for testing different parts of the LTO implementation. This doesn't use llvm::cl subcommands because it doesn't appear to be currently possible to pass an argument not associated with a subcommand to a subcommand (e.g. -lto-use-new-pm, -mcpu=yonah). Differential Revision: https://reviews.llvm.org/D31410 llvm-svn: 299967
2016-12-14[LTO] Add the missing datalayout in a test.Davide Italiano
llvm-svn: 289720
2016-12-14LTO: Add support for multi-module bitcode files.Peter Collingbourne
Differential Revision: https://reviews.llvm.org/D27313 llvm-svn: 289621