Skip to content

Commit 206acf7

Browse files
committed
[gn] port 8a7846f (C++23 for libcxx, libcxxabi)
1 parent 6d23463 commit 206acf7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/utils/gn/secondary/libcxx/src/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ config("cxx_config") {
4949
"-Wno-covered-switch-default",
5050
]
5151
cflags_cc = [
52-
"-std=c++20",
52+
"-std=c++23",
5353
"-nostdinc++",
5454
]
5555
defines = [

llvm/utils/gn/secondary/libcxxabi/src/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ config("cxxabi_config") {
6666
"//libcxx/src",
6767
]
6868
cflags_cc = [
69-
"-std=c++20",
69+
"-std=c++23",
7070
"-nostdinc++",
7171
]
7272
defines = [

0 commit comments

Comments
 (0)