[Lldb-commits] [PATCH] D83541: Remove Linux sysroot dependencies of SVE PT macros
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 13 05:30:58 PDT 2020
labath added a comment.
To use this code from Process/elf-core, we also need to move this file. `source/Plugins/Process/Utility` is the best place we got for this right now.
================
Comment at: lldb/source/Plugins/Process/Linux/LinuxPTraceDefines_arm64sve.h:9-10
#ifndef lldb_LinuxPTraceDefines_arm64sve_h
#define lldb_LinuxPTraceDefines_arm64sve_h
----------------
While, moving the file, please also adjust the header guard (`LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_FOO_H`) -- it looks like this has raced with the header guard unification we did in lldb some time ago...
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83541/new/
https://reviews.llvm.org/D83541
More information about the lldb-commits
mailing list