[Lldb-commits] [PATCH] D24079: Always rely on CFI unwind info for linux vdso
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 31 10:51:52 PDT 2016
labath added inline comments.
================
Comment at: source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp:13-14
@@ +12,4 @@
+
+// Project includes
+#include "AuxVector.h"
+
----------------
tberghammer wrote:
> Why do we need this?
I'm not adding anything. I just took the opportunity to reorganize the headers into the new format while I was touching it. (The only new include is lldb/Symbol/Function.h).
https://reviews.llvm.org/D24079
More information about the lldb-commits
mailing list