[libcxx-commits] [PATCH] D86704: [libcxx] Add testing infrastructure for EXTERNAL_THREAD_API mode

David Nicuesa via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 27 05:40:27 PDT 2020


Nicu created this revision.
Nicu added reviewers: libc++, miyuki, ldionne, jroelofs.
Nicu added a project: libc++.
Herald added subscribers: libcxx-commits, dexonsmith, kristof.beyls, mgorny.
Herald added 1 blocking reviewer(s): libc++.
Nicu requested review of this revision.

Add example library to be able to test libcxx with EXTERNAL_THREAD_API mode. 
Add cmake variable -DLIBCXX_TESTING_EXTERNAL_THREAD_API, and modify
testing configuration and build files, to be able to build libcxx in such mode.

Co-authored-by: Mikhail Maltsev <mikhail.maltsev at arm.com>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D86704

Files:
  libcxx/CMakeLists.txt
  libcxx/cmake/caches/Test-ext-thread-api.cmake
  libcxx/src/CMakeLists.txt
  libcxx/test/CMakeLists.txt
  libcxx/test/lit.site.cfg.in
  libcxx/test/support/external-thread-api/__external_threading
  libcxx/test/support/external-thread-api/example_thread_library.c
  libcxx/test/support/external-thread-api/example_thread_library.h
  libcxx/utils/libcxx/test/config.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86704.288291.patch
Type: text/x-patch
Size: 24821 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200827/a1ee0641/attachment-0001.bin>


More information about the libcxx-commits mailing list