Skip to content

Commit

Permalink
apacheGH-45132 Upgrade LLVM to 18.1 which fixes the unexported orc sy…
Browse files Browse the repository at this point in the history
…mbol issu.
  • Loading branch information
lriggs committed Jan 30, 2025
1 parent 3ac91f8 commit 6b904e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ci/docker/java-jni-manylinux-201x.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
ARG base
FROM ${base}

ARG LLVM=18

# Install the libraries required by the Gandiva to run
# Use enable llvm[enable-rtti] in the vcpkg.json to avoid link problems in Gandiva
RUN vcpkg install \
Expand Down
2 changes: 1 addition & 1 deletion ci/vcpkg/ports.patch
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ index 000000000..e839c93a4
+ return v & ~(mask << (8 * n));
+-#endif
+ }
+
+
+ static inline bool LeftShiftOverflows(uint8_t value, uint32_t shift) {
diff --git a/ports/thrift/portfile.cmake b/ports/thrift/portfile.cmake
index 1501782..71d2147 100644
Expand Down

0 comments on commit 6b904e4

Please sign in to comment.