raulcd commented on code in PR #49429: URL: https://github.com/apache/arrow/pull/49429#discussion_r2882214860
########## cpp/src/gandiva/engine.cc: ########## @@ -72,7 +72,11 @@ #if LLVM_VERSION_MAJOR >= 14 # include <llvm/IR/PassManager.h> # include <llvm/MC/TargetRegistry.h> -# include <llvm/Passes/PassPlugin.h> +# if LLVM_VERSION_MAJOR >= 22 +# include "llvm/Plugins/PassPlugin.h" Review Comment: Woah! Thanks @kou not sure how I missed that, I think I just copy pasted from their PR and didn't even noticed. Thanks for fixing it! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
