This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new 96430cc ARROW-11245: [C++][Gandiva] Add support for LLVM 11.1
96430cc is described below
commit 96430ccf7ddcfdffef4855197fa31516528a7aa8
Author: Sutou Kouhei <[email protected]>
AuthorDate: Thu Jan 14 12:43:32 2021 +0900
ARROW-11245: [C++][Gandiva] Add support for LLVM 11.1
It's not released yet but RC1 is available.
Closes #9200 from kou/cpp-llvm-11.1
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
cpp/CMakeLists.txt | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt
index 30f9196..63c4861 100644
--- a/cpp/CMakeLists.txt
+++ b/cpp/CMakeLists.txt
@@ -103,7 +103,8 @@ set(ARROW_CMAKE_INSTALL_DIR
"${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME}")
set(ARROW_DOC_DIR "share/doc/${PROJECT_NAME}")
set(ARROW_LLVM_VERSIONS
- "11"
+ "11.1"
+ "11.0"
"10"
"9"
"8"