[Lldb-commits] [clang] [lldb] [llvm] Extending LLDB to work on AIX (PR #102601)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 9 07:41:14 PDT 2024
================
@@ -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
More information about the lldb-commits
mailing list