Commits


Augusto Silva authored and Sutou Kouhei committed c52f9cc38a3
ARROW-15200: [C++][Gandiva] Enable RTTI when building LLVM dependency using vcpkg When generating Gandiva's jar file it is possible that an error of UnsatisfiedLinkError may occur based on an LLVM's symbol being used, more specific the llvm::ObjectCache. To fix that problem, it is necessary to compile the LLVM dependency with RTTI enabled when generating the jars in the nightly build. Closes #12130 from anthonylouisbsb/fixbug/fix-problems-with-llvm-linkage Lead-authored-by: Augusto Silva <augusto.a.silva@hotmail.com> Co-authored-by: Anthony Louis <anthony.louis@dremio.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>