forked from OSchip/llvm-project
Fix incremental linking with ninja and CMake 3.2+, see LLVM r232662 for details
llvm-svn: 232739
This commit is contained in:
parent
bb7002d751
commit
e4f77deaeb
|
@ -42,7 +42,7 @@ set_target_properties(clang PROPERTIES VERSION ${CLANG_EXECUTABLE_VERSION})
|
|||
|
||||
# Support plugins.
|
||||
if(CLANG_PLUGIN_SUPPORT)
|
||||
set_target_properties(clang PROPERTIES ENABLE_EXPORTS 1)
|
||||
export_executable_symbols(clang)
|
||||
endif()
|
||||
|
||||
add_dependencies(clang clang-headers)
|
||||
|
|
Loading…
Reference in New Issue