[Openmp-commits] [PATCH] D11821: [OpenMP] Initial testsuite change to purely llvm-lit based testing

Jonathan Peyton via Openmp-commits openmp-commits at lists.llvm.org
Fri Aug 14 10:56:14 PDT 2015


jlpeyton added a comment.

> I see code in the lit/cmake files to handle windows, does this currently work? The tests seem to include unistd.h.


Currently, it is Unices and Mac only.  I only put the Windows logic in there in anticipation that it will be supported at some point.  Right now, users can't easily use libomp.so on Windows because the clang front end doesn't include it when using -fopenmp (libomp.lib has to be explicitly linked).


Repository:
  rL LLVM

http://reviews.llvm.org/D11821





More information about the Openmp-commits mailing list