Fix incremental linking with ninja and CMake 3.2+, see LLVM r232662 for details

llvm-svn: 232739
This commit is contained in:
Reid Kleckner 2015-03-19 17:45:12 +00:00
parent bb7002d751
commit e4f77deaeb
1 changed files with 1 additions and 1 deletions

View File

@ -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)