llvm-capstone/clang/cmake
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
..
caches [CMake] Replace the sanitizer support in runtimes build with multilib 2019-04-22 23:31:39 +00:00
modules Re-land: Add Clang shared library with C++ exports 2019-05-17 04:20:01 +00:00