Skip to content

Commit

Permalink
Correct comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Newton committed Jan 30, 2024
1 parent 6858650 commit 1e73e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/gandiva/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ function(ADD_GANDIVA_TEST REL_TEST_NAME)
# "llvm_orc_registerEHFrameSectionWrapper()" and
# "llvm_orc_unregisterEHFrameSectionWrapper()". We need to do
# nothing when we use libLLVM.so. But we need to export symbols
# explicitly when we use can do it when we use libLLVM*.a.
# explicitly when we use libLLVM*.a.
set_target_properties(${TEST_NAME} PROPERTIES ENABLE_EXPORTS TRUE)
endif()
endfunction()
Expand Down

0 comments on commit 1e73e9d

Please sign in to comment.