[Lldb-commits] [lldb] [lldb/cmake] Remove special handling of OBJECT libraries (PR #141066)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Thu May 22 08:58:10 PDT 2025
================
@@ -100,29 +100,25 @@ function(add_lldb_library name)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC")
----------------
labath wrote:
Yes, kinda, although it's moot while it's unused. However, the idea was that if someone explicitly asks for an OBJECT library, he should get one. Leaving this out would interfere with the `default:=STATIC` logic you quoted.
https://github.com/llvm/llvm-project/pull/141066
More information about the lldb-commits
mailing list