cryos commented on code in PR #40927:
URL: https://github.com/apache/arrow/pull/40927#discussion_r1547888513


##########
cpp/cmake_modules/SetupCxxFlags.cmake:
##########
@@ -653,6 +653,18 @@ if(NOT WIN32 AND NOT APPLE)
     else()
       message(STATUS "Using the default linker because mold isn't found")
     endif()
+  elseif(ARROW_USE_LLD AND CMAKE_CXX_COMPILER_ID STREQUAL "GNU")

Review Comment:
   Ah good to know, I can rework it to account for that.



-- 
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]

Reply via email to