File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
python/manylinux1/scripts Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ message(STATUS "Found LLVM ${LLVM_PACKAGE_VERSION}")
4141message (STATUS "Using LLVMConfig.cmake in: ${LLVM_DIR} " )
4242
4343# Find the libraries that correspond to the LLVM components
44- llvm_map_components_to_libnames(LLVM_LIBS core mcjit native ipo bitreader irreader target linker analysis debuginfodwarf support )
44+ llvm_map_components_to_libnames(LLVM_LIBS all )
4545
4646find_program (LLVM_LINK_EXECUTABLE llvm-link
4747 HINTS ${LLVM_TOOLS_BINARY_DIR} )
Original file line number Diff line number Diff line change 1818
1919source /multibuild/manylinux_utils.sh
2020
21- export LLVM_VERSION=" 6 .0.0 "
21+ export LLVM_VERSION=" 7 .0.1 "
2222curl -sL http://releases.llvm.org/${LLVM_VERSION} /llvm-${LLVM_VERSION} .src.tar.xz -o llvm-${LLVM_VERSION} .src.tar.xz
2323unxz llvm-${LLVM_VERSION} .src.tar.xz
2424tar xf llvm-${LLVM_VERSION} .src.tar
You can’t perform that action at this time.
0 commit comments