[Lldb-commits] [PATCH] D32757: Add TaskMap for iterating a function over a set of integers

Scott Smith via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu May 4 20:29:52 PDT 2017


scott.smith updated this revision to Diff 97907.
scott.smith added a comment.

1. Change the API to more closely match parallel_for (begin, end, fn) instead of (end, batch, fn).
2. Fix unit test.  I didn't realize I had to run check-lldb-unit separately from dotest (oops).
3. Fix formatting via git-clang-format.


Repository:
  rL LLVM

https://reviews.llvm.org/D32757

Files:
  include/lldb/Utility/TaskPool.h
  source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  source/Utility/TaskPool.cpp
  unittests/Utility/TaskPoolTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32757.97907.patch
Type: text/x-patch
Size: 11485 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170505/82636083/attachment.bin>


More information about the lldb-commits mailing list