Skip to content

Commit 8c3bc0a

Browse files
committed
[cmake] Remove dead variable.
This variable was added in 2015 to set a value that was needed given upstream changes. In Feb 2016, we started importing LLVMConfig.cmake. LLVMConfig.cmake provides this value for us. Thus we can remove the dead variable. rdar://26154980
1 parent 6fd8e98 commit 8c3bc0a

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
@@ -212,8 +212,6 @@ macro(swift_common_standalone_build_config product is_cross_compiling)
212212

213213
list(APPEND CMAKE_MODULE_PATH "${${product}_PATH_TO_LLVM_BUILD}/share/llvm/cmake")
214214

215-
set(LLVM_ABI_BREAKING_CHECKS "WITH_ASSERTS")
216-
217215
include(AddLLVM)
218216
include(TableGen)
219217
include(HandleLLVMOptions)

0 commit comments

Comments
 (0)