Skip to content

Commit

Permalink
bump LLVM version in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Jan 17, 2020
1 parent efe2711 commit 4de439e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ else
JL_PRIVATE_LIBS-$(USE_SYSTEM_ZLIB) += libz
endif
ifeq ($(USE_LLVM_SHLIB),1)
JL_PRIVATE_LIBS-$(USE_SYSTEM_LLVM) += libLLVM libLLVM-8
JL_PRIVATE_LIBS-$(USE_SYSTEM_LLVM) += libLLVM libLLVM-9
endif

ifeq ($(USE_SYSTEM_LIBM),0)
Expand Down

0 comments on commit 4de439e

Please sign in to comment.