Skip to content

Commit abcb9bb

Browse files
committed
[libc++abi] Remove unused lit feature
1 parent 1216f4c commit abcb9bb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

libcxxabi/test/libcxxabi/test/config.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ def configure_features(self):
4242
self.config.available_features.add('libcxxabi-no-exceptions')
4343
if not self.has_cpp_feature('noexcept_function_type', 201510):
4444
self.config.available_features.add('libcxxabi-no-noexcept-function-type')
45-
# test_exception_storage_nodynmem.pass.cpp fails under this specific configuration
46-
if self.get_lit_bool('cxx_ext_threads', False) and self.get_lit_bool('libcxxabi_shared', False):
47-
self.config.available_features.add('libcxxabi-shared-externally-threaded')
4845
if not self.get_lit_bool('llvm_unwinder', False):
4946
self.config.available_features.add('libcxxabi-has-system-unwinder')
5047

@@ -61,7 +58,7 @@ def configure_compile_flags(self):
6158
self.cxx.compile_flags += ['-D_LIBCXXABI_HAS_NO_THREADS']
6259
self.config.available_features.add('libcxxabi-no-threads')
6360
super(Configuration, self).configure_compile_flags()
64-
61+
6562
def configure_compile_flags_header_includes(self):
6663
self.configure_config_site_header()
6764
cxx_headers = self.get_lit_conf(

0 commit comments

Comments
 (0)