Skip to content

Commit

Permalink
LLVM 3.7.1!
Browse files Browse the repository at this point in the history
  • Loading branch information
tkelman committed Jan 14, 2016
1 parent 1738754 commit c33cec6
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 9 deletions.
4 changes: 2 additions & 2 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ for exceptions.
Julia includes code from the following projects, which have their own licenses:
- [LDC](https://github.com/ldc-developers/ldc/blob/master/LICENSE) (for ccall/cfunction ABI definitions) [BSD-3]. The portion of code that Julia uses from LDC is [BSD-3] licensed.
- [LLVM](https://llvm.org/releases/3.3/LICENSE.TXT) (for parts of src/jitlayers.cpp and src/disasm.cpp) [BSD-3, effectively]
- [LLVM](https://llvm.org/releases/3.7.0/LICENSE.TXT) (for parts of src/jitlayers.cpp and src/disasm.cpp) [BSD-3, effectively]
- [MUSL](https://git.musl-libc.org/cgit/musl/tree/COPYRIGHT) (for getopt implementations on Windows) [MIT]
- [NetBSD](https://www.netbsd.org/about/redistribution.html) (for setjmp, longjmp, and strptime implementations on Windows) [BSD-3]

Expand All @@ -39,7 +39,7 @@ own licenses:
- [FEMTOLISP](https://github.com/JeffBezanson/femtolisp) [BSD-3]
- [LIBUNWIND](https://git.savannah.gnu.org/gitweb/?p=libunwind.git;a=blob_plain;f=LICENSE;hb=master) [MIT]
- [LIBUV](https://github.com/joyent/libuv/blob/master/LICENSE) [MIT]
- [LLVM](https://llvm.org/releases/3.3/LICENSE.TXT) [BSD-3, effectively]
- [LLVM](https://llvm.org/releases/3.7.0/LICENSE.TXT) [BSD-3, effectively]
- [UTF8PROC](https://github.com/JuliaLang/libmojibake) [MIT]


Expand Down
1 change: 0 additions & 1 deletion Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,6 @@ JCFLAGS += -fsigned-char

LLVM_ASSERTIONS=1
#LLVM_FLAGS+="--with-float=hard --with-abi=aapcs-vfp"
LLVM_VER:=3.7.1

override USE_BLAS64:=0
override OPENBLAS_DYNAMIC_ARCH:=0
Expand Down
2 changes: 0 additions & 2 deletions Make.powerpc
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ ifeq ($(USE_SYSTEM_LLVM),1)
LLVM_CONFIG=llvm-config-3.5
else
LLVM_ASSERTIONS=1
LLVM_VER=3.7.1
LLVM_ASSERTIONS=1
endif

# On a newly allocated machine, you'll need the following dependencies:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ Building Julia requires that the following software be installed:

Julia uses the following external libraries, which are automatically downloaded (or in a few cases, included in the Julia source repository) and then compiled from source the first time you run `make`:

- **[LLVM]** (3.3) — compiler infrastructure. (3.4 not supported; 3.5+ mostly supported, [with caveats](https://github.com/JuliaLang/julia/issues/9336))
- **[LLVM]** (3.7) — compiler infrastructure.
- **[FemtoLisp]** — packaged with Julia source, and used to implement the compiler front-end.
- **[libuv]** — portable, high-performance event-based I/O library
- **[OpenLibm]** — portable libm library containing elementary math functions.
Expand Down
2 changes: 1 addition & 1 deletion deps/Versions.make
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LLVM_VER = 3.3
LLVM_VER = 3.7.1
LLVM_LIB_SUFFIX =
PCRE_VER = 10.20
DSFMT_VER = 2.2.3
Expand Down
1 change: 0 additions & 1 deletion deps/checksums/llvm-3.3.src.tar.gz/md5

This file was deleted.

1 change: 0 additions & 1 deletion deps/checksums/llvm-3.3.src.tar.gz/sha512

This file was deleted.

0 comments on commit c33cec6

Please sign in to comment.