[PATCH] D46994: [test-suite] Test CUDA in C++14 mode with C++11 stdlibs.

Justin Lebar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 16 18:24:43 PDT 2018


jlebar created this revision.
jlebar added a reviewer: tra.
Herald added subscribers: llvm-commits, mgorny, sanjoy.

Previously (https://reviews.llvm.org/D46993) std::min/max didn't work in C++14 mode with a C++11
stdlib; we'd assumed that compiler std=c++14 implied stdlib in C++14
mode.


Repository:
  rT test-suite

https://reviews.llvm.org/D46994

Files:
  External/CUDA/CMakeLists.txt
  External/CUDA/algorithm.cu
  External/CUDA/cmath.cu
  External/CUDA/complex.cu

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46994.147225.patch
Type: text/x-patch
Size: 5242 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180517/e44aa275/attachment.bin>


More information about the llvm-commits mailing list