================
@@ -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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to