We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d31247c commit 25ac3a2Copy full SHA for 25ac3a2
cmake/modules/SwiftSharedCMakeConfig.cmake
@@ -106,8 +106,6 @@ macro(swift_common_standalone_build_config product is_cross_compiling)
106
ABSOLUTE)
107
endif()
108
109
- list(APPEND CMAKE_MODULE_PATH "${${product}_PATH_TO_LLVM_BUILD}/share/llvm/cmake")
110
-
111
if(${is_cross_compiling})
112
find_program(LLVM_TABLEGEN_EXE "llvm-tblgen" "${${product}_NATIVE_LLVM_TOOLS_PATH}"
113
NO_DEFAULT_PATH)
0 commit comments