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:
@@ -247,8 +247,6 @@ cc_binary {
|
|||||||
cppflags: [
|
cppflags: [
|
||||||
"-fsized-deallocation",
|
"-fsized-deallocation",
|
||||||
"-fexceptions",
|
"-fexceptions",
|
||||||
"-fcoroutines-ts",
|
|
||||||
"-Wno-deprecated-experimental-coroutine",
|
|
||||||
"-Wno-format-zero-length",
|
"-Wno-format-zero-length",
|
||||||
"-Wno-implicit-fallthrough",
|
"-Wno-implicit-fallthrough",
|
||||||
"-Wno-non-virtual-dtor",
|
"-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++experimental')
|
||||||
self.config.available_features.add('c++fs')
|
self.config.available_features.add('c++fs')
|
||||||
self.config.available_features.add('c++filesystem')
|
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])')
|
std_pattern = re.compile(r'-std=(c\+\+\d[0-9x-z])')
|
||||||
match = std_pattern.search(self.cxx.cxx_template)
|
match = std_pattern.search(self.cxx.cxx_template)
|
||||||
if match:
|
if match:
|
||||||
|
|||||||
Reference in New Issue
Block a user