diff --git a/cc/toolchains/llvm20/swift_custom_features.bzl b/cc/toolchains/llvm20/swift_custom_features.bzl index 0c1ec89..b11b655 100644 --- a/cc/toolchains/llvm20/swift_custom_features.bzl +++ b/cc/toolchains/llvm20/swift_custom_features.bzl @@ -371,9 +371,6 @@ cxx20_standard_feature = feature( flag_groups = ([ flag_group( flags = [ - # This is a workaround for memory_resource being experimental only - # in the llvm-14 libc++ impelmentation. - "-DSWIFTNAV_EXPERIMENTAL_MEMORY_RESOURCE", "-D_LIBCPP_ENABLE_CXX20_REMOVED_FEATURES", ], ),