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

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Thu May 22 06:31:38 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
----------------
DavidSpickett wrote:

Do we in fact use target_compile_options? Or do we leave PIC up to something else.

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


More information about the lldb-commits mailing list