Skip to content

Commit e94f5dd

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cc/toolchains/llvm20/swift_custom_features.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,6 @@ cxx20_standard_feature = feature(
373373
flags = [
374374
# This is a workaround for memory_resource being experimental only
375375
# in the llvm-14 libc++ impelmentation.
376-
"-DSWIFTNAV_EXPERIMENTAL_MEMORY_RESOURCE",
377376
"-D_LIBCPP_ENABLE_CXX20_REMOVED_FEATURES",
378377
],
379378
),

0 commit comments

Comments
 (0)