[PATCH] D20572: [profile] clean up file handling code

David Li via llvm-commits llvm-commits at lists.llvm.org
Tue May 24 09:51:31 PDT 2016


davidxl created this revision.
davidxl added a reviewer: vsk.
davidxl added a subscriber: llvm-commits.

1. Split file name setting code into two parts -- parsing code and the getter code
2. better warning/error handling
3. Removed the last dependence on malloc in profile runtime (the default path)

http://reviews.llvm.org/D20572

Files:
  lib/profile/InstrProfilingFile.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20572.58254.patch
Type: text/x-patch
Size: 11035 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160524/aba521d8/attachment.bin>


More information about the llvm-commits mailing list