[PATCH] D61909: Add Clang shared library with C++ exports

Sylvestre Ledru via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 21 23:56:56 PDT 2019


sylvestre.ledru added inline comments.


================
Comment at: tools/clang-shlib/CMakeLists.txt:8
+
+add_clang_library(clang_shared
+                  SHARED
----------------
can we agree on a different name?
we already have licbclang which is a shared library.

Maybe libclangcpp.so ?




Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61909/new/

https://reviews.llvm.org/D61909





More information about the cfe-commits mailing list