| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
| |
Fixed compilation warning in libomptarget.
Differential Revision: https://reviews.llvm.org/D29353
llvm-svn: 293747
|
|
|
|
|
|
|
|
|
|
|
| |
glibc < 2.18 is C99 compliant and only provides the format macros in C++ if
__STDC_FORMAT_MACROS is defined. This change fixes the debug build for
GCC 4.8, GCC 6.2 and Clang 3.9.1 that were previously broken on my machine.
It shows no regression for libc++ >= 4.0.0 which has a fix since September:
http://lists.llvm.org/pipermail/cfe-commits/Week-of-Mon-20160926/171659.html
llvm-svn: 293468
|
|
|
|
|
|
|
|
| |
iterator is only guaranteed to be default-constructible, without any argument.
Differential Revision: https://reviews.llvm.org/D29171
llvm-svn: 293277
|
|
This is the patch upstreaming the device-agnostic part of libomptarget.
Differential Revision: https://reviews.llvm.org/D14031
llvm-svn: 293094
|