diff --git a/cmake/modules/AddLLVM.cmake b/cmake/modules/AddLLVM.cmake index e121da6786d..8cc8abbbc7d 100644 --- a/cmake/modules/AddLLVM.cmake +++ b/cmake/modules/AddLLVM.cmake @@ -668,7 +668,7 @@ function(export_executable_symbols target) set_target_properties(${target} PROPERTIES ENABLE_EXPORTS 1) if (APPLE) set_property(TARGET ${target} APPEND_STRING PROPERTY - LINK_FLAGS "-rdynamic") + LINK_FLAGS " -rdynamic") endif() endif() endfunction()