================
@@ -38,6 +38,12 @@ endif()
include(LLDBConfig)
include(AddLLDB)
+# This has been added to keep the AIX build isolated for now.
+# It will need to be modified later.
+if (UNIX AND ${CMAKE_SYSTEM_NAME} MATCHES "AIX")
+ add_definitions("-D__AIX__")
----------------
DhruvSrivastavaX wrote:
At this point we are not aware of any predefined ones for AIX though. It would
be great if the community can suggest something in this regard. We will also
try to find some alternative accordingly.
https://github.com/llvm/llvm-project/pull/106910
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits