diff options
| author | Jonas Hahnfeld <Hahnfeld@itc.rwth-aachen.de> | 2016-03-17 10:00:24 +0000 |
|---|---|---|
| committer | Jonas Hahnfeld <Hahnfeld@itc.rwth-aachen.de> | 2016-03-17 10:00:24 +0000 |
| commit | 626557be6b31122ca0cdee9e022decbedcebaaab (patch) | |
| tree | 0d7fc005b7a8c281f8b9d4e4cd120cf4941c5b84 /libcxxabi/test/cxa_thread_atexit_test.pass.cpp | |
| parent | 493028e8e229d7d45711404a81278b127fc79493 (diff) | |
| download | bcm5719-llvm-626557be6b31122ca0cdee9e022decbedcebaaab.tar.gz bcm5719-llvm-626557be6b31122ca0cdee9e022decbedcebaaab.zip | |
[libcxxabi] Disable cxa_thread_atexit_test if unavailable
The feature check is already in place when building the library but wasn't
honored for the tests.
Differential Revision: http://reviews.llvm.org/D18205
llvm-svn: 263699
Diffstat (limited to 'libcxxabi/test/cxa_thread_atexit_test.pass.cpp')
| -rw-r--r-- | libcxxabi/test/cxa_thread_atexit_test.pass.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxxabi/test/cxa_thread_atexit_test.pass.cpp b/libcxxabi/test/cxa_thread_atexit_test.pass.cpp index e3b07979456..ae241135f60 100644 --- a/libcxxabi/test/cxa_thread_atexit_test.pass.cpp +++ b/libcxxabi/test/cxa_thread_atexit_test.pass.cpp @@ -8,6 +8,7 @@ //===----------------------------------------------------------------------===// // REQUIRES: linux +// REQUIRES: thread_atexit #include <assert.h> #include <cxxabi.h> |

