llvm-project/clang/cmake/modules
Chris Bieneman 876e39937e Re-land: Add Clang shared library with C++ exports
Summary:
This patch adds a libClang_shared library on *nix systems which exports the entire C++ API. In order to support this on Windows we should really refactor llvm-shlib and share code between the two.

This also uses a slightly different method for generating the shared library, which I should back-port to llvm-shlib. Instead of linking the static archives and passing linker flags to force loading the whole libraries, this patch creates object libraries for every library (which has no cost in the build system), and link the object libraries.

llvm-svn: 360985
2019-05-17 04:20:01 +00:00
..
AddClang.cmake Re-land: Add Clang shared library with C++ exports 2019-05-17 04:20:01 +00:00
CMakeLists.txt [clang] Add CMake target for installing clang's CMake exports 2019-02-20 23:16:15 +00:00
ClangConfig.cmake.in [CMake] NFC. Add clang-tablegen-targets utility target 2017-07-28 15:33:47 +00:00
FindZ3.cmake Moved everything SMT-related to LLVM and updated the cmake scripts. 2019-03-25 17:47:45 +00:00
ProtobufMutator.cmake [clang-fuzzer] Include ExternalProject before using it. 2019-04-05 19:47:17 +00:00