[Lldb-commits] [PATCH] D12115: [LLDB-MI] Fix -data-info-line and -symbol-list-lines when Windows filenames are used.
Dawn Perchik via lldb-commits
lldb-commits at lists.llvm.org
Wed Nov 4 17:15:36 PST 2015
dawn marked an inline comment as done.
dawn added a comment.
In http://reviews.llvm.org/D12115#248069, @chaoren wrote:
> Could you please take a look at these issues?
>
> TestMiSymbol started to fail on Linux with gcc-4.9:
> http://lab.llvm.org:8011/builders/lldb-x86_64-ubuntu-14.04-cmake/builds/6387
Hi Chaoren,
I believe the issue with gcc was fixed for gcc a while back. Just checking to make sure you're no longer seeing the failure. Let me know otherwise.
================
Comment at: lldb/trunk/tools/lldb-mi/MIUtilParse.h:13
@@ +12,3 @@
+// Third party headers:
+#include "../lib/Support/regex_impl.h"
+
----------------
chaoren wrote:
> This caused a build failure on OS X:
> http://lab.llvm.org:8011/builders/lldb-x86_64-darwin-13.4/builds/5801
This was fixed by Sean - the XCode build wasn't including the full set of include paths when building lldb-mi.
Repository:
rL LLVM
http://reviews.llvm.org/D12115
More information about the lldb-commits
mailing list