[cfe-dev] Building llvm/clang from source: 'make update'
Maarten Hoes via cfe-dev
cfe-dev at lists.llvm.org
Fri Nov 13 05:24:31 PST 2015
Hi,
On Fri, Nov 13, 2015 at 9:57 AM, Yaron Keren <yaron.keren at gmail.com> wrote:
>
> You can svn update all targets in one line
>
> svn up . tools/clang tools/clang/tools/extra
>
You forgot projects/compiler-rt
;-)
Jokes aside, I must admit that I know nothing about cmake, but I wonder how
hard it would be to create a cmake target called 'update' that simply
executes that command ? (perhaps with some additional checking for
existence of directories included, before running 'svn up' on them).
- Maarten
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20151113/8a958d6b/attachment.html>
More information about the cfe-dev
mailing list