-
Notifications
You must be signed in to change notification settings - Fork 770
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
Added code to download LLVM armv7a binary on ARM systems #880
Conversation
Changes thtemselves look Reviewed 1 of 1 files at r1. Comments from Reviewable |
There is no ARM in merging this (sorry for the pun). @zzbot r+ Reviewed 1 of 1 files at r1. Comments from Reviewable |
📌 Commit e52eefc has been approved by |
Added code to download LLVM armv7a binary on ARM systems Added some code to download the clang+llvm-5.0.0-armv7a-linux-gnueabihf.tar.xz for ARM architecture systems. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/valloric/ycmd/880) <!-- Reviewable:end -->
☀️ Test successful - status-appveyor, status-travis |
Codecov Report
@@ Coverage Diff @@
## master #880 +/- ##
==========================================
- Coverage 95.01% 94.97% -0.04%
==========================================
Files 79 79
Lines 5457 5457
Branches 172 172
==========================================
- Hits 5185 5183 -2
- Misses 224 226 +2
Partials 48 48 |
[READY] Update ycmd Include the following changes: - PR ycm-core/ycmd#789: add support for Windows flags when --driver-mode=cl is given; - PR ycm-core/ycmd#848: hide C++ symbols by default; - PR ycm-core/ycmd#857: add Java support using jdt.ls; - PR ycm-core/ycmd#861: translate libclang error codes to exceptions; - PR ycm-core/ycmd#880: support downloading Clang binaries on ARM systems; - PR ycm-core/ycmd#883: handle zero column diagnostic from OmniSharp; - PR ycm-core/ycmd#884: specify Platform property when compiling OmniSharp; - PR ycm-core/ycmd#886: use current working directory in JavaScript completer; - PR ycm-core/ycmd#887: update Boost to 1.66.0; - PR ycm-core/ycmd#888: update JediHTTP; - PR ycm-core/ycmd#889: update Clang to 5.0.1; - PR ycm-core/ycmd#891: fix building with system libclang on Gentoo amd64; - PR ycm-core/ycmd#904: drop Python 2.6 and Python 3.3 support; - PR ycm-core/ycmd#905: calculate the start column when items are not resolved in the language server completer; - PR ycm-core/ycmd#912: download Clang binaries from HTTPS; - PR ycm-core/ycmd#914: do not try to symlink libclang on Windows. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/valloric/youcompleteme/2902) <!-- Reviewable:end -->
Added some code to download the clang+llvm-5.0.0-armv7a-linux-gnueabihf.tar.xz for ARM architecture systems.
This change is