summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2023-06-09 21:56:21 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-06-09 21:56:21 +0000
commitee86e3b18921712b5c0c61d01665079018ae2ead (patch)
treef6a01ab5c88e597af3acc2f0e373f24dd4784cbc
parent6d49a08e24d6e06cfcede095a889b41fbea33756 (diff)
parent4b737c774c3519cafabf3d2030afadcf019ac8ee (diff)
downloadlibcxx-ee86e3b18921712b5c0c61d01665079018ae2ead.tar.gz
Remove test for -fcoroutines-ts am: 4b737c774c
Original change: https://android-review.googlesource.com/c/platform/external/libcxx/+/2620093 Change-Id: I5a9304f0a476e3e5bac27506c2f625cab2c35aa2 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--Android.bp2
-rw-r--r--utils/libcxx/android/test/config.py1
2 files changed, 0 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index 748973dcd..c759964f2 100644
--- a/Android.bp
+++ b/Android.bp
@@ -251,8 +251,6 @@ cc_binary {
cppflags: [
"-fsized-deallocation",
"-fexceptions",
- "-fcoroutines-ts",
- "-Wno-deprecated-experimental-coroutine",
"-Wno-format-zero-length",
"-Wno-implicit-fallthrough",
"-Wno-non-virtual-dtor",
diff --git a/utils/libcxx/android/test/config.py b/utils/libcxx/android/test/config.py
index 87bfa998c..3e1edd42c 100644
--- a/utils/libcxx/android/test/config.py
+++ b/utils/libcxx/android/test/config.py
@@ -107,7 +107,6 @@ class Configuration(libcxx.test.config.Configuration):
self.config.available_features.add('c++experimental')
self.config.available_features.add('c++fs')
self.config.available_features.add('c++filesystem')
- self.config.available_features.add('fcoroutines-ts')
std_pattern = re.compile(r'-std=(c\+\+\d[0-9x-z])')
match = std_pattern.search(self.cxx.cxx_template)
if match: