[PATCH] Add small text file reader facility.

Diego Novillo dnovillo at google.com
Fri Dec 6 06:48:31 PST 2013


  Fix build failures when LLVM_DELETED_FUNCTION is defined.

  MemoryBuffer deletes its copy ctor. This change makes the MemoryBuffer
  instance a pointer to not have to invoke the copy ctor from ::begin
  and ::end.

Hi chandlerc,

http://llvm-reviews.chandlerc.com/D2294

CHANGE SINCE LAST DIFF
  http://llvm-reviews.chandlerc.com/D2294?vs=5881&id=5954#toc

Files:
  include/llvm/Support/FileUtilities.h
  lib/Transforms/Scalar/SampleProfile.cpp
  unittests/Support/CMakeLists.txt
  unittests/Support/FileReaderTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D2294.3.patch
Type: text/x-patch
Size: 14133 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131206/2c9a5fbb/attachment.bin>


More information about the llvm-commits mailing list