[Lldb-commits] [PATCH] D50336: Add support for ARM and ARM64 breakpad generated minidump files (version 2).

Zachary Turner via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 6 08:19:50 PDT 2018


zturner added a subscriber: clayborg.
zturner added a comment.

Did you see my comments on the first round about how the CMake build didn’t
work? Because I don’t see any changes to CMakeLists.txt here, which means
it still won’t work.

The easiest way to make sure you get all the fixes that may have gone in
after your initial commit is to revert the revert and build your
modifications on top of that. Then, for example, the fixes to
CMakeLists.txt would already be here.


https://reviews.llvm.org/D50336





More information about the lldb-commits mailing list