summaryrefslogtreecommitdiff
path: root/cmake/modules/AddLLVM.cmake
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-12-29 16:19:13 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-12-29 16:19:13 +0000
commite44676d92824b78b7a4648873ec0f77016f91770 (patch)
treed773a3b7b4cc1923dccaf5bf6a478fccd3495369 /cmake/modules/AddLLVM.cmake
parentee8b3c30aa377e7c65492ebd9a4810cb569971f4 (diff)
downloadllvm-e44676d92824b78b7a4648873ec0f77016f91770.tar.gz
llvm-e44676d92824b78b7a4648873ec0f77016f91770.tar.bz2
llvm-e44676d92824b78b7a4648873ec0f77016f91770.tar.xz
Fix mis-merging in AddLLVM.cmake. Sorry.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198166 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake/modules/AddLLVM.cmake')
-rw-r--r--cmake/modules/AddLLVM.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/modules/AddLLVM.cmake b/cmake/modules/AddLLVM.cmake
index 460eeb1ba4..a990ca45be 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})