summaryrefslogtreecommitdiff
path: root/test/libcxxabi
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2016-10-12 08:54:10 +0000
committerEric Fiselier <eric@efcs.ca>2016-10-12 08:54:10 +0000
commit3f7b3700184b818c28ee085e3d629aa5f314169b (patch)
treeadc49ec6b1a4cfb30d256e0d96baa85d1bf9ccef /test/libcxxabi
parent5ab59762e2b8bae03dfd61c41906c43cf8c7366e (diff)
Provide a fallback __cxa_thread_atexit() implementation. Patch from Tavian Barnes
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@283988 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/libcxxabi')
-rw-r--r--test/libcxxabi/test/config.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/libcxxabi/test/config.py b/test/libcxxabi/test/config.py
index 1713ba9..89ce3f9 100644
--- a/test/libcxxabi/test/config.py
+++ b/test/libcxxabi/test/config.py
@@ -37,8 +37,6 @@ class Configuration(LibcxxConfiguration):
super(Configuration, self).configure_features()
if not self.get_lit_bool('enable_exceptions', True):
self.config.available_features.add('libcxxabi-no-exceptions')
- if self.get_lit_bool('thread_atexit', True):
- self.config.available_features.add('thread_atexit')
def configure_compile_flags(self):
self.cxx.compile_flags += ['-DLIBCXXABI_NO_TIMER']