labath added a comment.

Everything except the `CoreUpdated` part LGTM. The CoreUpdated part could use 
another look from someone more familiar with what exactly that code was trying 
to achieve. And a test... I'd consider breaking that off into a separate patch.



================
Comment at: lldb/packages/Python/lldbsuite/test/make/Makefile.rules:242
        endif
-       ifeq "$(ARCH)" "arm"
+        ifeq "$(findstring arm,$(ARCH))" "arm"
                override ARCH :=
----------------
Whitespace issues? If the file uses spaces/tabs inconsistently, feel free to 
reformat in in a separate NFC patch.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69904/new/

https://reviews.llvm.org/D69904



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
  • [Lldb-commits] [PAT... Muhammad Omair Javaid via Phabricator via lldb-commits
    • [Lldb-commits]... Pavel Labath via Phabricator via lldb-commits
    • [Lldb-commits]... Muhammad Omair Javaid via Phabricator via lldb-commits
    • [Lldb-commits]... Muhammad Omair Javaid via Phabricator via lldb-commits

Reply via email to