[Lldb-commits] [lldb] [lldb/cmake] Remove a no-op statement (PR #141063)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Thu May 22 06:49:50 PDT 2025


================
@@ -93,13 +93,6 @@ function(add_lldb_library name)
     set(libkind STATIC)
   endif()
 
-  #PIC not needed on Win
-  # FIXME: Setting CMAKE_CXX_FLAGS here is a no-op, use target_compile_options
----------------
labath wrote:

I believe we don't -- and I think that's the right thing to do  (we should leave it to something else to decide)

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


More information about the lldb-commits mailing list