llvm-project/lldb/test/lang
Zachary Turner c7826524ac Get test executables compiling on Windows.
Many of the test executables use pthreads directly.  This isn't
portable on Windows, so this patch converts these test to use
C++11 threads and mutexes.  Since Windows' implementation of
std::thread classes throw and catch from header files, this patch
also disables exceptions when compiling with clang on Windows.

Reviewed by: Todd Fiala, Ed Maste

Differential Revision: http://reviews.llvm.org/D4816

llvm-svn: 215562
2014-08-13 17:44:53 +00:00
..
c Get test executables compiling on Windows. 2014-08-13 17:44:53 +00:00
cpp Make the test runner understand Windows command shell execution. 2014-07-22 16:19:29 +00:00
objc Fixed the objective C symbol parsing in ObjectFileMachO. 2014-07-17 22:51:31 +00:00
objcxx/sample Add a suffix rule for compiling objc++ files and a sample directory under test/lang/objcxx. 2012-04-24 23:05:07 +00:00