[Lldb-commits] [PATCH] D35113: Clean up lldb-types.h
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 7 03:29:15 PDT 2017
labath added inline comments.
================
Comment at: source/Plugins/DynamicLoader/POSIX-DYLD/AuxVector.cpp:18
#if defined(__linux__) || defined(__FreeBSD__)
#include "Plugins/Process/elf-core/ProcessElfCore.h"
#endif
----------------
krytarowski wrote:
> Is this needed here?
good point. I'm pretty sure it isn't.
https://reviews.llvm.org/D35113
More information about the lldb-commits
mailing list