Skip to content

Commit 6b904e4

Browse files
committed
GH-45132 Upgrade LLVM to 18.1 which fixes the unexported orc symbol issu.
1 parent 3ac91f8 commit 6b904e4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ci/docker/java-jni-manylinux-201x.dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
ARG base
1919
FROM ${base}
2020

21+
ARG LLVM=18
22+
2123
# Install the libraries required by the Gandiva to run
2224
# Use enable llvm[enable-rtti] in the vcpkg.json to avoid link problems in Gandiva
2325
RUN vcpkg install \

ci/vcpkg/ports.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ index 000000000..e839c93a4
6262
+ return v & ~(mask << (8 * n));
6363
+-#endif
6464
+ }
65-
+
65+
+
6666
+ static inline bool LeftShiftOverflows(uint8_t value, uint32_t shift) {
6767
diff --git a/ports/thrift/portfile.cmake b/ports/thrift/portfile.cmake
6868
index 1501782..71d2147 100644

0 commit comments

Comments
 (0)