OSDN Git Service

Moved everything SMT-related to LLVM and updated the cmake scripts.
authorMikhail R. Gadelha <mikhail.ramalho@gmail.com>
Mon, 25 Mar 2019 17:47:45 +0000 (17:47 +0000)
committerMikhail R. Gadelha <mikhail.ramalho@gmail.com>
Mon, 25 Mar 2019 17:47:45 +0000 (17:47 +0000)
commit987a6ac4c90d0d87161474256eea9edb18859e9a
tree24b4e11523fbd384335b1839f82e5edaa366fc95
parent58dc6ce2d062d8eafd253900ff3ab254040650a1
Moved everything SMT-related to LLVM and updated the cmake scripts.

Differential Revision: https://reviews.llvm.org/D54978

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@356929 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt
cmake/modules/FindZ3.cmake [new file with mode: 0644]
cmake/modules/LLVMConfig.cmake.in
include/llvm/Config/config.h.cmake
include/llvm/Support/SMTAPI.h [new file with mode: 0644]
lib/Support/CMakeLists.txt
lib/Support/Z3Solver.cpp [new file with mode: 0644]