parallel-libs needs its own changes to make this work; these are just
the LLVM changes.
Details
Diff Detail
Event Timeline
If you want to support parallel-libs building with just-built toolchains you may also want to ensure that it is compatible with the LLVM runtimes subdirectory.
If the intention is that it should not be built with just-built toolchains, you probably should add this under tools rather than projects.
you may also want to ensure that it is compatible with the LLVM runtimes subdirectory.
Sorry, outside my depth: What do you mean?
The LLVM runtimes directory is a new mechanism in the CMake build system for building runtime libraries. It gives in-tree workflows while using just-built toolchains.
The last update on the effort is here:
http://lists.llvm.org/pipermail/llvm-dev/2016-August/104174.html
That also contains links back to the earlier discussions.
All right, thanks.
We'll take a look at this, but it's a lot easier to collaborate if this is checked in, so I'm going to push it first, hope that's OK.