From 3f7b3700184b818c28ee085e3d629aa5f314169b Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Wed, 12 Oct 2016 08:54:10 +0000 Subject: 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 --- test/cxa_thread_atexit_test.pass.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'test/cxa_thread_atexit_test.pass.cpp') diff --git a/test/cxa_thread_atexit_test.pass.cpp b/test/cxa_thread_atexit_test.pass.cpp index 33a6850..5a2d299 100644 --- a/test/cxa_thread_atexit_test.pass.cpp +++ b/test/cxa_thread_atexit_test.pass.cpp @@ -8,7 +8,6 @@ //===----------------------------------------------------------------------===// // REQUIRES: linux -// REQUIRES: thread_atexit #include #include -- cgit v1.2.3