[Lldb-commits] [lldb] [lldb][AIX] Taking Linux Host Info header's base for AIX (PR #106910)

Dhruv Srivastava via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 4 07:55:10 PDT 2024


================
@@ -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:

Ok Thats helpful 😄 
I will give it go, trying to integrate it with the overall changes. 
Meanwhile, shall I remove `__AIX__` from this PR to keep that discussion separate? 

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


More information about the lldb-commits mailing list