Skip to content

Commit 8389dae

Browse files
committed
[cmake] Remove line of code that is setting LLVM_BINARY_DIR to CMAKE_BINARY_DIR (i.e., SWIFT_BINARY_DIR).
This bug was in tree before I began to make my changes. I uncovered the bug when I was thinking about whether or not this line of code was dead and thus looked at how it was used. rdar://26154980
1 parent 6fd8e98 commit 8389dae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmake/modules/SwiftSharedCMakeConfig.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ macro(swift_common_standalone_build_config product is_cross_compiling)
230230

231231
set(LLVM_MAIN_INCLUDE_DIR "${LLVM_MAIN_SRC_DIR}/include")
232232
set(CLANG_MAIN_INCLUDE_DIR "${CLANG_MAIN_SRC_DIR}/include")
233-
set(LLVM_BINARY_DIR ${CMAKE_BINARY_DIR})
234233
set(CMARK_MAIN_INCLUDE_DIR "${CMARK_MAIN_SRC_DIR}/src")
235234
set(CMARK_BUILD_INCLUDE_DIR "${PATH_TO_CMARK_BUILD}/src")
236235

0 commit comments

Comments
 (0)