diff options
author | Yaxun (Sam) Liu <yaxun.liu@amd.com> | 2023-07-17 17:50:12 -0400 |
---|---|---|
committer | Yaxun (Sam) Liu <yaxun.liu@amd.com> | 2023-07-19 23:54:58 -0400 |
commit | 2d1d07152bd26b001dedec3400b4b01d3bb11622 (patch) | |
tree | d2657b42953a1bc1743eeb7ec6bb34f2b87b6be8 /llvm/lib/Support/VirtualFileSystem.cpp | |
parent | 1733d949633a61cd0213f63e22d461a39e798946 (diff) | |
download | llvm-2d1d07152bd26b001dedec3400b4b01d3bb11622.zip llvm-2d1d07152bd26b001dedec3400b4b01d3bb11622.tar.gz llvm-2d1d07152bd26b001dedec3400b4b01d3bb11622.tar.bz2 |
[CUDA][HIP] Use the same default language std as C++
Currently CUDA/HIP defines their own language standards in
LanguageStandards.def but they are redundant. They are the same as stdc++14.
The fact that CUDA/HIP uses c++* in option -std= indicates that they have the
same language standards as C++. The CUDA/HIP specific language features are
conveyed through language options, not language standards features. It makes
sense to let CUDA/HIP uses the same default language standard as C++.
Reviewed by: Siu Chi Chan, Artem Belevich
Differential Revision: https://reviews.llvm.org/D155539
Fixes: SWDEV-407685
Diffstat (limited to 'llvm/lib/Support/VirtualFileSystem.cpp')
0 files changed, 0 insertions, 0 deletions