[Lldb-commits] [PATCH] D102208: Remove Windows editline from LLDB

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue May 11 02:45:00 PDT 2021


DavidSpickett added inline comments.


================
Comment at: llvm/lib/Target/Hexagon/HexagonVectorCombine.cpp:302
 
-#if !defined(_MSC_VER) || _MSC_VER >= 1924
+#if !defined(_MSC_VER) || _MSC_VER >= 1926
 // VS2017 has trouble compiling this:
----------------
This should be done in a separate change.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102208



More information about the lldb-commits mailing list