We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bd6db6 commit 19f228aCopy full SHA for 19f228a
CMakeLists.txt
@@ -289,7 +289,7 @@ if(NOT EXISTS "${CLANG_MAIN_INCLUDE_DIR}/clang/AST/Decl.h")
289
endif()
290
291
# This could be computed using ${CMAKE_CFG_INTDIR} if we want to link Swift
292
-# against a mathing LLVM build configuration. However, we usually want to be
+# against a matching LLVM build configuration. However, we usually want to be
293
# flexible and allow linking a debug Swift against optimized LLVM.
294
set(LLVM_RUNTIME_OUTPUT_INTDIR "${LLVM_BINARY_DIR}")
295
set(LLVM_LIBRARY_OUTPUT_INTDIR "${LLVM_LIBRARY_DIR}")
0 commit comments