Amy Huang
7b1d793713
Reland "Change the X86 datalayout to add three address spaces
...
for 32 bit signed, 32 bit unsigned, and 64 bit pointers."
This reverts 57076d3199
.
Original review at https://reviews.llvm.org/D64931 .
Review for added fix at https://reviews.llvm.org/D66843 .
llvm-svn: 371568
2019-09-10 23:15:38 +00:00
Vlad Tsyrklevich
57076d3199
Revert "Change the X86 datalayout to add three address spaces for 32 bit signed,"
...
This reverts commit r370083 because it caused check-lld failures on
sanitizer-x86_64-linux-fast.
llvm-svn: 370142
2019-08-28 01:08:54 +00:00
Amy Huang
1299945b81
Change the X86 datalayout to add three address spaces for 32 bit signed,
...
32 bit unsigned, and 64 bit pointers.
llvm-svn: 370083
2019-08-27 17:46:53 +00:00
Douglas Yung
51db3abac8
Fix test by allowing it to accept an upper or lower case letter as the first character.
...
Windows for some reason uses a lower case letter, while linux uses upper case.
llvm-svn: 330438
2018-04-20 15:23:57 +00:00
Florian Hahn
3085cdc99e
Require asserts for stats-file-option tests.
...
llvm-svn: 330417
2018-04-20 11:21:13 +00:00
Florian Hahn
d4332eb3b7
[LTO] Add stats-file option to LTO/Config.h.
...
This patch adds a StatsFile option to LTO/Config.h and updates both
LLVMGold and llvm-lto2 to set it.
Reviewers: MatzeB, tejohnson, espindola
Reviewed By: tejohnson
Differential Revision: https://reviews.llvm.org/D45531
llvm-svn: 330411
2018-04-20 10:18:36 +00:00