https://github.com/JuliaLang/julia
Revision 702d0d585b2a1c522d230669081ab0d6f0d4d1b5 authored by Valentin Churavy on 27 April 2018, 15:39:46 UTC, committed by Valentin Churavy on 04 May 2018, 15:48:59 UTC
- changes the support LLVM version to 6.0.0
- adds support for using a pre-built LLVM binary from
  `staticfloat/LLVMBuilder` taking advantage of the
  BinaryBuilder infrastructure.
- adds two Makefile flags:
  - `BINARYBUILDER_TRIPLET` the BinaryBuilder triplet you are building for.
    An example would be `x86_64-linux-gnu`.
  - `USE_BINARYBUILDER_LLVM = 0` set this to 1 if you want to use
    the pre-built binaries for LLVM.
- uses the pre-built binaries on OSX Travis instead of the bottle.
- uses the pre-built binaries on Appveyor instead of a custom cache.
1 parent 7f47f42
History
Tip revision: 702d0d585b2a1c522d230669081ab0d6f0d4d1b5 authored by Valentin Churavy on 27 April 2018, 15:39:46 UTC
switches Julia to LLVM 6.0.0 and uses BinaryBuilder for CI
Tip revision: 702d0d5
File Mode Size
.circleci
.github
base
contrib
deps
doc
etc
src
stdlib
test
ui
.freebsdci.sh -rwxr-xr-x 1.0 KB
.gitattributes -rw-r--r-- 67 bytes
.gitignore -rw-r--r-- 213 bytes
.mailmap -rw-r--r-- 9.5 KB
.travis.yml -rw-r--r-- 6.5 KB
CONTRIBUTING.md -rw-r--r-- 20.4 KB
DISTRIBUTING.md -rw-r--r-- 23.6 KB
HISTORY.md -rw-r--r-- 144.9 KB
LICENSE.md -rw-r--r-- 5.4 KB
Make.inc -rw-r--r-- 35.4 KB
Makefile -rw-r--r-- 25.0 KB
NEWS.md -rw-r--r-- 78.4 KB
README.arm.md -rw-r--r-- 5.7 KB
README.md -rw-r--r-- 29.5 KB
README.windows.md -rw-r--r-- 13.0 KB
VERSION -rw-r--r-- 10 bytes
Windows.inc -rw-r--r-- 1.5 KB
appveyor.yml -rw-r--r-- 2.2 KB

README.md

back to top