Skip to content

Commit

Permalink
bump LLVM version required for ppc
Browse files Browse the repository at this point in the history
(cherry picked from commit c0eedf0)
x-ref:#18557
  • Loading branch information
vchuravy committed Oct 6, 2016
1 parent b542d5b commit 1c78aca
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 @@ -638,7 +638,7 @@ endif
# If we are running on powerpc64le or ppc64le, set certain options automatically
ifneq (,$(filter $(ARCH), powerpc64le ppc64le))
JCFLAGS += -fsigned-char
override LLVM_VER:=3.8.1
override LLVM_VER:=3.9.0
override OPENBLAS_DYNAMIC_ARCH:=0
override OPENBLAS_TARGET_ARCH:=POWER8
# GCC doesn't do -march= on ppc64le
Expand Down

0 comments on commit 1c78aca

Please sign in to comment.