Skip to content

Commit

Permalink
[CMake] Uniquify LLVM_ABI_BREAKING_CHECKS. It reverts r233784, "[CMak…
Browse files Browse the repository at this point in the history
…e] Cache in LLVMConfig.cmake."

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234720 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
chapuni committed Apr 13, 2015
1 parent 10a56a2 commit 032f4a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmake/modules/LLVMConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ set(LLVM_ABI_BREAKING_CHECKS @LLVM_ABI_BREAKING_CHECKS@)

set(LLVM_ENABLE_ASSERTIONS @LLVM_ENABLE_ASSERTIONS@)

set(LLVM_ABI_BREAKING_CHECKS @LLVM_ABI_BREAKING_CHECKS@)

set(LLVM_ENABLE_EH @LLVM_ENABLE_EH@)

set(LLVM_ENABLE_RTTI @LLVM_ENABLE_RTTI@)
Expand Down

0 comments on commit 032f4a9

Please sign in to comment.