[PATCH] D105527: libclang.so: Make SONAME independent from LLVM version

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 26 18:57:25 PDT 2021


thakis added inline comments.


================
Comment at: clang/tools/libclang/CMakeLists.txt:67
 
 set(LLVM_EXPORTED_SYMBOL_FILE ${CMAKE_CURRENT_SOURCE_DIR}/libclang.exports)
+set(LIBCLANG_VERSION_SCRIPT_FILE ${CMAKE_CURRENT_SOURCE_DIR}/libclang.map)
----------------
This is still set to CURRENT_SOURCE_DIR. Is this set anywhere else, or does the action below create a file in the source dir now?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105527



More information about the cfe-commits mailing list