[PATCH] D156127: Partially revert changes to test lang-std.cpp
Douglas Yung via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 24 10:11:17 PDT 2023
dyung added inline comments.
================
Comment at: clang/test/Preprocessor/lang-std.cpp:1
+// UNSUPPORTED: target={{.*-(ps4|ps5)}}
/// Test default standards.
----------------
This should be unneeded now, we recently updated the PS platforms to default to c++17 like the rest of the compiler in aa34b34e93d444efec6cd894e5e55927d0e413e6
.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156127/new/
https://reviews.llvm.org/D156127
More information about the cfe-commits
mailing list