[llvm] Sketch of build and code changes for llvm shared library build using explicit visibility annotations (PR #96630)

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 25 09:56:25 PDT 2024


================
@@ -81,3 +81,8 @@ endif()
 add_library(LLVMSupportBlake3 OBJECT EXCLUDE_FROM_ALL ${LLVM_BLAKE3_FILES})
 set_target_properties(LLVMSupportBlake3 PROPERTIES FOLDER "LLVM/Libraries")
 llvm_update_compile_flags(LLVMSupportBlake3)
+
+# We have to manually set this because this library was not created with llvm_add_library
----------------
tstellar wrote:

Do we know why it doesn't use llvm_add_library?

https://github.com/llvm/llvm-project/pull/96630


More information about the llvm-commits mailing list