[PATCH] D18205: [libcxxabi] Disable cxa_thread_atexit_test if unavailable
Eric Fiselier via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 16 11:58:10 PDT 2016
EricWF accepted this revision.
EricWF added a comment.
This revision is now accepted and ready to land.
LGTM after the inline question is addressed.
================
Comment at: test/libcxxabi/test/config.py:38
@@ +37,3 @@
+ super(Configuration, self).configure_features()
+ if self.get_lit_bool('thread_atexit', False):
+ self.config.available_features.add('thread_atexit')
----------------
I would rather default this value to `True`. Would this break in your case?
http://reviews.llvm.org/D18205
More information about the cfe-commits
mailing list