Skip to content

Commit ba2c6cb

Browse files
committed
Fix clang-20 toolchain with asio-grpc
1 parent 3ba8dac commit ba2c6cb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cc/toolchains/llvm20/swift_custom_features.bzl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -371,9 +371,6 @@ cxx20_standard_feature = feature(
371371
flag_groups = ([
372372
flag_group(
373373
flags = [
374-
# This is a workaround for memory_resource being experimental only
375-
# in the llvm-14 libc++ impelmentation.
376-
"-DSWIFTNAV_EXPERIMENTAL_MEMORY_RESOURCE",
377374
"-D_LIBCPP_ENABLE_CXX20_REMOVED_FEATURES",
378375
],
379376
),

0 commit comments

Comments
 (0)