[PATCH] LLVM OpenMP CMake Overhaul

Jack Howarth howarth.mailing.lists at gmail.com
Sat Jun 27 13:12:18 PDT 2015


On Fri, Jun 26, 2015 at 4:07 PM, Jonathan Peyton
<jonathan.l.peyton at intel.com> wrote:
> chandlerc wrote:
>> Should this really be true? Is this important to support? There isn't much context here about why this is needed.
> I've added a comment and TODO here in the second iteration.  The testsuite/ directory expects the library to be placed in the exports/ directory so it can grab it from there.  I know this is bad, and I'm trying to get my hands around the testsuite/ to convert it to llvm-lit based testing.

      I'm not familiar how the llvm's cmake build machinery handles a
parallel make check. Since the existing openmp testsuite wants to run
on all available processor cores, you probably want to structure the
openmp cmake files such that the make check in openmp is the only make
check in llvm running at the time (to prevent competition for the
processor cores).




More information about the llvm-commits mailing list