[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
================
@@ -7,21 +7,24 @@
//===----------------------------------------------------------------------===//
#include "lldb/Host/linux/Support.h"
+#include "lldb/Host/posix/Support.h"
#include "llvm/Support/Threading.h"
#include "gtest/gtest.h"
using namespace lldb_private;
TEST(Support, getProcFile_Pid) {
----------------
labath wrote:
And then make this `#ifndef __APPLE__`, as that's the only OS which definitely doesn't have proc. It looks like the BSD should mostly have them. If it turns out to be a problem, we opt them out as well.
https://github.com/llvm/llvm-project/pull/134354
More information about the lldb-commits
mailing list