Skip to content

Commit

Permalink
Merge pull request #19266 from JuliaLang/yyc/arm/llvm
Browse files Browse the repository at this point in the history
Use LLVM 3.9.0 on ARM by default
  • Loading branch information
yuyichao committed Nov 10, 2016
2 parents a3a78c2 + 57c0b87 commit b1e5c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ endif
ifneq (,$(findstring arm,$(ARCH)))
JCFLAGS += -fsigned-char

LLVM_VER:=3.8.1
LLVM_VER:=3.9.0
USE_BLAS64:=0
OPENBLAS_DYNAMIC_ARCH:=0
OPENBLAS_TARGET_ARCH:=ARMV7
Expand Down

0 comments on commit b1e5c24

Please sign in to comment.