Skip to content

Commit

Permalink
[gn] port 8a7846f (C++23 for libcxx, libcxxabi)
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Apr 15, 2024
1 parent 6d23463 commit 206acf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion llvm/utils/gn/secondary/libcxx/src/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ config("cxx_config") {
"-Wno-covered-switch-default",
]
cflags_cc = [
"-std=c++20",
"-std=c++23",
"-nostdinc++",
]
defines = [
Expand Down
2 changes: 1 addition & 1 deletion llvm/utils/gn/secondary/libcxxabi/src/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ config("cxxabi_config") {
"//libcxx/src",
]
cflags_cc = [
"-std=c++20",
"-std=c++23",
"-nostdinc++",
]
defines = [
Expand Down

0 comments on commit 206acf7

Please sign in to comment.