From: NAKAMURA Takumi Date: Sun, 29 Dec 2013 16:19:13 +0000 (+0000) Subject: Fix mis-merging in AddLLVM.cmake. Sorry. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e44676d92824b78b7a4648873ec0f77016f91770;p=oota-llvm.git Fix mis-merging in AddLLVM.cmake. Sorry. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198166 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/cmake/modules/AddLLVM.cmake b/cmake/modules/AddLLVM.cmake index 460eeb1ba4e..a990ca45be0 100644 --- a/cmake/modules/AddLLVM.cmake +++ b/cmake/modules/AddLLVM.cmake @@ -50,6 +50,7 @@ function(add_llvm_symbol_exports target_name export_file) else() set_property(TARGET ${target_name} APPEND_STRING PROPERTY LINK_FLAGS " ${CMAKE_CURRENT_BINARY_DIR}/${native_export_file}") + endif() endif() add_custom_target(${target_name}_exports DEPENDS ${native_export_file})