Skip to content

Commit a0291a6

Browse files
authored
Fix clang-20 toolchain with asio-grpc (#205)
# Changes I'm removing a preprocessor variable that was introduced to the clang-20 toolchain which was a temporary hack added to the clang-14 implementation specifically for Orion. # Testing see swift-nav/orion#9517, previously failing on libc++ stage, now its passing (currently failing on some formatting, which can be ignored).
1 parent 3ba8dac commit a0291a6

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)