Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit e44676d

Browse files
committed
Fix mis-merging in AddLLVM.cmake. Sorry.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198166 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent ee8b3c3 commit e44676d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/modules/AddLLVM.cmake

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ function(add_llvm_symbol_exports target_name export_file)
5050
else()
5151
set_property(TARGET ${target_name} APPEND_STRING PROPERTY
5252
LINK_FLAGS " ${CMAKE_CURRENT_BINARY_DIR}/${native_export_file}")
53+
endif()
5354
endif()
5455

5556
add_custom_target(${target_name}_exports DEPENDS ${native_export_file})

0 commit comments

Comments
 (0)