This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by jlebar on May 16 2018, 6:24 PM.

Details

Summary

Previously (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.

Diff Detail

Repository
rL LLVM

Event Timeline

jlebar created this revision.May 16 2018, 6:24 PM
tra accepted this revision.May 17 2018, 10:01 AM
tra added inline comments.
External/CUDA/CMakeLists.txt
339–345 ↗(On Diff #147225)

Looks like the file should be un-tabified.

This revision is now accepted and ready to land.May 17 2018, 10:01 AM
jlebar marked an inline comment as done.May 17 2018, 1:36 PM

Thanks for the reviews, Art. Submitting with this change...

This revision was automatically updated to reflect the committed changes.