[PATCH] D61599: [Support] Reverted r357058 and r351916, MemoryBlock class now exposes its allocated size instead of requested size.

Machiel van Hooren via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 9 12:02:12 PDT 2019


mvhooren updated this revision to Diff 198880.
mvhooren added a comment.

Applied Clang Format to the changed files. Renamed bufferSize -> BufSize to match naming convention..


Repository:
  rL LLVM

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

https://reviews.llvm.org/D61599

Files:
  include/llvm/Support/Memory.h
  lib/ExecutionEngine/JITLink/JITLink.cpp
  lib/ExecutionEngine/SectionMemoryManager.cpp
  lib/Support/FileOutputBuffer.cpp
  lib/Support/Memory.cpp
  lib/Support/Unix/Memory.inc
  lib/Support/Windows/Memory.inc
  tools/llvm-rtdyld/llvm-rtdyld.cpp
  unittests/Support/MemoryTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61599.198880.patch
Type: text/x-patch
Size: 58768 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190509/ded72e15/attachment.bin>


More information about the llvm-commits mailing list