X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=cmake%2Fmodules%2FLLVMProcessSources.cmake;h=2cef6cfc3a30ec8e1f5aa265021c65e84fbe493a;hp=0e410edc15fe995422b64ba434ab7aea517b9c4a;hb=e8e6b6b71046e580cf2c94cbe7544aac75dcdfd8;hpb=ee0ce15ce14474bdae1a9bad7a5a1d457ad8d959;ds=sidebyside diff --git a/cmake/modules/LLVMProcessSources.cmake b/cmake/modules/LLVMProcessSources.cmake index 0e410edc15f..2cef6cfc3a3 100644 --- a/cmake/modules/LLVMProcessSources.cmake +++ b/cmake/modules/LLVMProcessSources.cmake @@ -48,7 +48,7 @@ function(llvm_process_sources OUT_VAR) set( f ${CMAKE_CURRENT_SOURCE_DIR}/${s} ) add_file_dependencies( ${f} ${TABLEGEN_OUTPUT} ) endforeach(s) - if( MSVC_IDE ) + if( MSVC_IDE OR XCODE ) # This adds .td and .h files to the Visual Studio solution: # FIXME: Shall we handle *.def here? add_td_sources(sources)