[Lldb-commits] [PATCH] D23883: Remove MIUtilParse (no longer used)
Kamil Rytarowski via lldb-commits
lldb-commits at lists.llvm.org
Sat Sep 10 14:43:48 PDT 2016
krytarowski added a comment.
It looks good. Remaining TODO for standalone builds:
- sanitize six.py usage (it's installed into system-wide directory, where standard py-six lands)
- bump cmake_minimum_required(VERSION 2.8.12.2) to 3.4.3 in cmake/modules/LLDBStandalone.cmake
Final bits for Windows:
- eliminate the usage of ../lib/Support/regex_impl.h in RegularExpression.h
https://reviews.llvm.org/D23883
More information about the lldb-commits
mailing list