Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clangcl bot for Windows #416

Open
GoogleCodeExporter opened this issue Sep 11, 2015 · 1 comment
Open

clangcl bot for Windows #416

GoogleCodeExporter opened this issue Sep 11, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Windows can be built with clangcl.
Add a bot to test this.
Getting started should cover how to build, but here is a quick summary.

::Do this once per repo
set GYP_DEFINES=clang=1 target_arch=ia32
set LLVM_REPO_URL=svn://svn.chromium.org/llvm-project
call python tools\clang\scripts\update.py

::Build with GYP_DEFINES=clang=1
call python gyp_libyuv -fninja libyuv_test.gyp
ninja -C out\Debug
ninja -C out\Release

clang\scripts\update.py is quite slow, so it can be by passed if you already 
have clang
build clang once and put it in a folder.  Then add make_clang_dir to 
GYP_DEFINES:
set GYP_DEFINES=clang=1 make_clang_dir=../../myllvm/build 

Original issue reported on code.google.com by [email protected] on 24 Mar 2015 at 5:48

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant