Remove test for -fcoroutines-ts am: 4b737c774c am: ee86e3b189 am: f64785da5e am: f0f3731891 am: e5416d60d4

Original change: https://android-review.googlesource.com/c/platform/external/libcxx/+/2620093

Change-Id: Id9afd3c9ecaceed925fa4e474a8b17a4c7ed1003
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Yabin Cui
2023-06-10 00:31:23 +00:00
committed by Automerger Merge Worker
2 changed files with 0 additions and 3 deletions

View File

@@ -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",

View File

@@ -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: