================
@@ -40,6 +40,113 @@ add_custom_target(lldb-sbapi-dwarf-enums
   DEPENDS ${sb_languages_file})
 set_target_properties(lldb-sbapi-dwarf-enums PROPERTIES FOLDER 
"LLDB/Tablegenning")
 
+if(CMAKE_SYSTEM_NAME MATCHES "AIX")
+add_lldb_library(liblldb STATIC ${option_framework}
----------------
DavidSpickett wrote:

I'm sure we can find a way to refactor this, deal with that later, but is there 
a reason that it needs to be static? Is this a property of libraries on AIX 
perhaps.

I know we had someone wanting to build a static library elsewhere but I'm not 
sure if it was this one.

https://github.com/llvm/llvm-project/pull/102601
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to