Re: [PATCH] D13622: Add call to find_package to load LLVM dependencies

2016-02-18 Thread Reid Kleckner via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL261290: Add call to find_package to load LLVM dependencies (authored by rnk). Changed prior to commit: http://reviews.llvm.org/D13622?vs=37031&id=48431#toc Repository: rL LLVM http://reviews.llvm.or

Re: [PATCH] D13622: Add call to find_package to load LLVM dependencies

2016-02-17 Thread don hinton via cfe-commits
hintonda added a comment. Ping,.. Could someone commit this for me? http://reviews.llvm.org/D13622 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Re: [PATCH] D13622: Add call to find_package to load LLVM dependencies

2016-02-09 Thread don hinton via cfe-commits
hintonda added a comment. Great, thanks. Btw, I don't have commit access, so could you commit for me? thanks don http://reviews.llvm.org/D13622 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo

Re: [PATCH] D13622: Add call to find_package to load LLVM dependencies

2016-02-09 Thread Reid Kleckner via cfe-commits
rnk accepted this revision. rnk added a comment. This revision is now accepted and ready to land. lgtm http://reviews.llvm.org/D13622 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Re: [PATCH] D13622: Add call to find_package to load LLVM dependencies

2016-02-09 Thread NAKAMURA Takumi via cfe-commits
chapuni resigned from this revision. chapuni edited reviewers, added: rnk; removed: chapuni. chapuni added a comment. I haven't worked in this. I guess it just works. :) http://reviews.llvm.org/D13622 ___ cfe-commits mailing list cfe-commits@lists.l

Re: [PATCH] D13622: Add call to find_package to load LLVM dependencies

2016-02-07 Thread don hinton via cfe-commits
hintonda added a comment. ping http://reviews.llvm.org/D13622 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[PATCH] D13622: Add call to find_package to load LLVM dependencies

2015-10-10 Thread don hinton via cfe-commits
hintonda created this revision. hintonda added a reviewer: chapuni. hintonda added a subscriber: cfe-commits. ClangConfig requires LLVMConfig, so add find_package call in ClangConfig so find_package(clang REQUIRED CONFIG) will just work. This makes it easier for cmake based projects to use clan