diff -uNr root-6.08.00.ORIG/interpreter/llvm/src/cmake/modules/AddLLVM.cmake root-6.08.00/interpreter/llvm/src/cmake/modules/AddLLVM.cmake --- root-6.08.00.ORIG/interpreter/llvm/src/cmake/modules/AddLLVM.cmake 2016-11-04 23:01:48.000000000 +0900 +++ root-6.08.00/interpreter/llvm/src/cmake/modules/AddLLVM.cmake 2016-11-17 14:24:18.000000000 +0900 @@ -743,10 +743,6 @@ # the size of the exported symbol table, but on other platforms we can do # it without any trouble. set_target_properties(${target} PROPERTIES ENABLE_EXPORTS 1) - if (APPLE) - set_property(TARGET ${target} APPEND_STRING PROPERTY - LINK_FLAGS " -rdynamic") - endif() endif() endfunction()