File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
libcxxabi/test/libcxxabi/test Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,6 @@ def configure_features(self):
42
42
self .config .available_features .add ('libcxxabi-no-exceptions' )
43
43
if not self .has_cpp_feature ('noexcept_function_type' , 201510 ):
44
44
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' )
48
45
if not self .get_lit_bool ('llvm_unwinder' , False ):
49
46
self .config .available_features .add ('libcxxabi-has-system-unwinder' )
50
47
@@ -61,7 +58,7 @@ def configure_compile_flags(self):
61
58
self .cxx .compile_flags += ['-D_LIBCXXABI_HAS_NO_THREADS' ]
62
59
self .config .available_features .add ('libcxxabi-no-threads' )
63
60
super (Configuration , self ).configure_compile_flags ()
64
-
61
+
65
62
def configure_compile_flags_header_includes (self ):
66
63
self .configure_config_site_header ()
67
64
cxx_headers = self .get_lit_conf (
You can’t perform that action at this time.
0 commit comments