]> granicus.if.org Git - llvm/commit
Move SMTSolver dump() methods out-of-line.
authorAdrian Prantl <aprantl@apple.com>
Thu, 7 Feb 2019 21:03:18 +0000 (21:03 +0000)
committerAdrian Prantl <aprantl@apple.com>
Thu, 7 Feb 2019 21:03:18 +0000 (21:03 +0000)
commit6e3888c2a4524cc96ea26a7e10e431e59b5c5a13
tree5e1f589662f802c3b8b904708a80e59b44ea95d4
parent37e240c2fef557b4b1b11ea0aa28ea9db848715c
Move SMTSolver dump() methods out-of-line.

This broke modularized non-local-submodule-visibility builds because
the function bodies pulled in extra dependencies.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@353465 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/SMTAPI.h
lib/Support/Z3Solver.cpp