This revision was automatically updated to reflect the committed changes.
Closed by commit rL247726: [CMake] Add cache scripts for Apple-style clang
builds. (authored by cbieneman).
Changed prior to commit:
http://reviews.llvm.org/D12817?vs=34586&id=34842#toc
Repository:
rL LLVM
http://revi
Ah sure. Make it so then.
On Tue, Sep 15, 2015, 1:04 PM Chris Bieneman wrote:
> beanz added a comment.
>
> Standalone as in using the base system's LLVM installation. So you don't
> actually have to have an llvm checkout.
>
> There's goop in the root clang CMakeLists file to support building cla
beanz added a comment.
Standalone as in using the base system's LLVM installation. So you don't
actually have to have an llvm checkout.
There's goop in the root clang CMakeLists file to support building clang as the
top-level CMake tool, and all this stuff should work in that context as well.
echristo added a comment.
Standalone as "clang that only sorta depends on llvm"?
http://reviews.llvm.org/D12817
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
beanz added a comment.
I had considered putting it in the LLVM repo, but this stuff actually works on
standalone clang builds too, so I felt it might be better here.
-Chris
http://reviews.llvm.org/D12817
___
cfe-commits mailing list
cfe-commits@li
echristo accepted this revision.
echristo added a comment.
This revision is now accepted and ready to land.
Interesting. I'm down with putting this in - would it make more sense to put
this alongside the buildit bits in the llvm/utils repo?
-eric
http://reviews.llvm.org/D12817
_
beanz created this revision.
beanz added reviewers: chandlerc, echristo.
beanz added a subscriber: cfe-commits.
These CMake cache scripts are my first pass at replicating Apple's packaging
logic from autoconf. They can be used on any Darwin machine to approximate an
Apple Clang build.
The inclu