[Lldb-commits] [lldb] [lldb][AIX] get host info for AIX (PR #134354)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 22 01:55:18 PDT 2025
================
@@ -15,10 +15,10 @@ set (FILES
XMLTest.cpp
)
-if (CMAKE_SYSTEM_NAME MATCHES "Linux|Android")
+if (CMAKE_SYSTEM_NAME MATCHES "Linux|Android|AIX")
----------------
labath wrote:
```suggestion
if (UNIX)
```
If individual tests fail on some systems. We can disable them there.
https://github.com/llvm/llvm-project/pull/134354
More information about the lldb-commits
mailing list