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>
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user