summaryrefslogtreecommitdiff
path: root/test/cxa_thread_atexit_test.pass.cpp
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/cxa_thread_atexit_test.pass.cpp
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/cxa_thread_atexit_test.pass.cpp')
-rw-r--r--test/cxa_thread_atexit_test.pass.cpp1
1 files changed, 0 insertions, 1 deletions
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 <assert.h>
#include <cxxabi.h>