Skip to content

Commit 57c0b87

Browse files
committed
Use LLVM 3.9.0 on ARM by default
This is the first known LLVM version that passes all the tests on ARM.
1 parent ca509cd commit 57c0b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Make.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ endif
656656
ifneq (,$(findstring arm,$(ARCH)))
657657
JCFLAGS += -fsigned-char
658658

659-
LLVM_VER:=3.8.1
659+
LLVM_VER:=3.9.0
660660
USE_BLAS64:=0
661661
OPENBLAS_DYNAMIC_ARCH:=0
662662
OPENBLAS_TARGET_ARCH:=ARMV7

0 commit comments

Comments
 (0)