Files
android_external_libcxx/test/support
Asiri Rathnayake e29d9ff936 [libcxx] Fix testing of the externally-threaded library build
after r290850

Before r290850, building libcxx with -DLIBCXX_HAS_EXTERNAL_THREAD_API=ON had two
uses:
  - Allow platform vendors to plug-in an __external_threading header which
    should take care of the entire threading infrastructure of libcxx

  - Allow testing of an externally-threaded library build; where the thread API
    is declared using pthread data structures, and the implementation of this
    API is provided as a separate library (test/support/external_threads.cpp)
   and linked-in when running the test suite.

r290850 breaks the second use case (pthread data structures are no longer
available). This patch re-stores the ability to build+test an
externally-threaded library variant on a pthread based system.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@290878 91177308-0d34-0410-b5e6-96231b3b80d8
2017-01-03 11:32:31 +00:00
..
2016-12-24 00:28:19 +00:00
2016-10-16 02:51:50 +00:00
2016-01-19 21:52:04 +00:00
2016-01-19 21:52:04 +00:00
2014-07-24 18:41:56 +00:00
2016-08-28 22:14:37 +00:00
2016-01-19 21:52:04 +00:00