[Lldb-commits] [lldb] [lldb/cmake] Remove special handling of OBJECT libraries (PR #141066)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu May 22 07:04:54 PDT 2025
================
@@ -100,29 +100,25 @@ function(add_lldb_library name)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC")
----------------
DavidSpickett wrote:
> And even if they did, llvm_add_library should know how to handle that.
Oh is this why you left those bits in?
https://github.com/llvm/llvm-project/pull/141066
More information about the lldb-commits
mailing list