summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2023-06-09 23:48:25 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-06-09 23:48:25 +0000
commite5416d60d4fcc8c6c291ce3724a6eecdd170f475 (patch)
tree9e8b1f0bb70e7a75f9dba23b617b8a66eefb7b9a
parent19927763dd7b6d8bab5c4708b20be6110ffa9f16 (diff)
parentf0f37318913066f00ba970de309dd72842193291 (diff)
downloadlibcxx-e5416d60d4fcc8c6c291ce3724a6eecdd170f475.tar.gz
Remove test for -fcoroutines-ts am: 4b737c774c am: ee86e3b189 am: f64785da5e am: f0f3731891
Original change: https://android-review.googlesource.com/c/platform/external/libcxx/+/2620093 Change-Id: I925dbcf4e345f569c57973fe6303d19927ac8426 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 3451e7701..53950990c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -247,8 +247,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: