Fangrui Song
0d501f38f3
[test] %clang_cc1 -emit-llvm: remove redundant -S
...
Also replace aarch64-none-linux-gnu (none can indicate an OS as well) with aarch64
2024-05-04 17:15:51 -07:00
Andrew Kaylor
b9be53634c
Remove offset size check in nullptr arithmetic handling
...
Differential Revision: https://reviews.llvm.org/D37042
llvm-svn: 313784
2017-09-20 18:06:44 +00:00
Andrew Kaylor
21a2aa7203
Fix 32-bit buildbots by removing tests that are dependent on pointer-size comparisons.
...
The recently behavior in the code that these tests were meant to be checking will be ammended as soon as a suitable change can be properly reviewed.
llvm-svn: 313684
2017-09-19 21:43:01 +00:00
Andrew Kaylor
3d0a540857
Teach clang to tolerate the 'p = nullptr + n' idiom used by glibc
...
Differential Revision: https://reviews.llvm.org/D37042
llvm-svn: 313666
2017-09-19 20:26:40 +00:00