[PATCH] D80227: Fix FindZ3.cmake to work with static Z3 libraries
Dominic Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 19 14:53:51 PDT 2020
ddcc added a comment.
I'm not too familiar with this part of CMake, but this mechanism is how CMake themselves implement C++ compilation and testing: https://github.com/Kitware/CMake/blob/master/Modules/CheckCXXSourceRuns.cmake . In fact, this code does include CheckCXXSourceRuns, but seems to reimplement most of the internals. Perhaps @esteffin would know more?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80227/new/
https://reviews.llvm.org/D80227
More information about the llvm-commits
mailing list