File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -97,10 +97,10 @@ if(LLVM_BUILD_LLVM_C_DYLIB AND NOT MSVC)
9797 add_custom_target (libLLVMCExports DEPENDS ${LLVM_EXPORTED_SYMBOL_FILE} )
9898
9999 add_llvm_library(LLVM-C SHARED ${SOURCES} INSTALL_WITH_TOOLCHAIN)
100-
100+
101101 target_link_libraries (LLVM-C PUBLIC LLVM)
102102 add_dependencies (LLVM-C libLLVMCExports)
103-
103+
104104 set_property (TARGET LLVM-C APPEND_STRING PROPERTY
105105 LINK_FLAGS
106106 " -compatibility_version 1 -current_version ${LLVM_VERSION_MAJOR} .${LLVM_VERSION_MINOR} .${LLVM_VERSION_PATCH} -Wl,-reexport_library ${LIB_PATH} " )
@@ -132,7 +132,7 @@ if(LLVM_BUILD_LLVM_C_DYLIB AND MSVC)
132132 list (APPEND FULL_LIB_NAMES ${CMAKE_BINARY_DIR} /${CMAKE_CFG_INTDIR} /lib/${lib} .lib)
133133 endforeach ()
134134
135- # Need to seperate lib names with newlines.
135+ # Need to separate lib names with newlines.
136136 string (REPLACE ";" "\n " FILE_CONTENT "${FULL_LIB_NAMES} " )
137137
138138 if (NOT "${CMAKE_CFG_INTDIR} " STREQUAL "." )
You can’t perform that action at this time.
0 commit comments