serge-sans-paille
4ab3041acb
Revert "[NFC] remove explicit default value for strboolattr attribute in tests"
...
This reverts commit bda6e5bee0
.
See https://lab.llvm.org/buildbot/#/builders/109/builds/15424 for instance
2021-05-24 19:43:40 +02:00
serge-sans-paille
bda6e5bee0
[NFC] remove explicit default value for strboolattr attribute in tests
...
Since d6de1e1a71
, no attributes is quivalent to
setting attribute to false.
This is a preliminary commit for https://reviews.llvm.org/D99080
2021-05-24 19:31:04 +02:00
Fangrui Song
a36ddf0aa9
Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"="none" as cleanups after D56351
2019-12-24 16:27:51 -08:00
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
Reid Kleckner
3e7c314b03
Reland "[COFF] Add null check in case of symbols defined in LTO blobs"
...
This reverts r365990 (git commit 1a6053ebc6
)
The test no longer depends on the Visual C++ libraries. I confirmed that
the crash still reproduces with the new test case if I remove the null
check.
llvm-svn: 366095
2019-07-15 17:51:02 +00:00
Petr Hosek
1a6053ebc6
Revert "[COFF] Add null check in case of symbols defined in LTO blobs"
...
This reverts commit r365979: COFF/undefined-symbol-lto.test is failing.
llvm-svn: 365990
2019-07-13 05:31:48 +00:00
Reid Kleckner
0291d30929
[COFF] Add null check in case of symbols defined in LTO blobs
...
The test case could probably be improved further if the failure path was
better understood.
Fixes PR42536
llvm-svn: 365979
2019-07-13 00:20:34 +00:00