kou commented on code in PR #39622:
URL: https://github.com/apache/arrow/pull/39622#discussion_r1468669801
##########
cpp/src/gandiva/CMakeLists.txt:
##########
@@ -229,6 +229,15 @@ function(ADD_GANDIVA_TEST REL_TEST_NAME)
set(TEST_NAME gandiva-${REL_TEST_NAME})
string(REPLACE "_" "-" TEST_NAME ${TEST_NAME})
+
+ if(ARG_USE_STATIC_LINKING OR ARROW_TEST_LINKAGE STREQUAL "static")
+ # LLVM 17 or later requires that an executable exports
+ # "llvm_orc_registerEHFrameSectionWrapper()" and
+ # "llvm_orc_unregisterEHFrameSectionWrapper". We need to do
Review Comment:
Sorry... This is my typo...
```suggestion
# "llvm_orc_unregisterEHFrameSectionWrapper()". We need to do
```
--
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]