[Lldb-commits] [PATCH] D82491: [Apple Silicon] Initial support for Rosetta
Eric Christopher via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jun 24 14:07:45 PDT 2020
echristo added inline comments.
================
Comment at: lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp:20
#include <sys/stat.h>
+#include <sys/sysctl.h>
#include <sys/types.h>
----------------
echristo wrote:
> echristo wrote:
> > This is problematic in that sys/sysctl is deprecated on linux (causing warnings/Werror failures).
> I'm going to #ifdef this only in for apple at the moment matching the use below.
I see you've done that already :)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82491/new/
https://reviews.llvm.org/D82491
More information about the lldb-commits
mailing list