[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:13 PDT 2024
================
@@ -38,6 +38,10 @@ endif()
include(LLDBConfig)
include(AddLLDB)
+if (UNIX AND ${CMAKE_SYSTEM_NAME} MATCHES "AIX")
+ add_definitions("-D__AIX__")
----------------
DavidSpickett wrote:
This looks like a macro that a compiler might set for you, is that not the case here?
https://github.com/llvm/llvm-project/pull/102601
More information about the lldb-commits
mailing list