Skip to content

Commit 25ac3a2

Browse files
committed
[cmake] Remove duplicate unncessary work.
Even before my changes, we had been setting this value twice. = /. rdar://26154980
1 parent d31247c commit 25ac3a2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmake/modules/SwiftSharedCMakeConfig.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ macro(swift_common_standalone_build_config product is_cross_compiling)
106106
ABSOLUTE)
107107
endif()
108108

109-
list(APPEND CMAKE_MODULE_PATH "${${product}_PATH_TO_LLVM_BUILD}/share/llvm/cmake")
110-
111109
if(${is_cross_compiling})
112110
find_program(LLVM_TABLEGEN_EXE "llvm-tblgen" "${${product}_NATIVE_LLVM_TOOLS_PATH}"
113111
NO_DEFAULT_PATH)

0 commit comments

Comments
 (0)