[PATCH] D15830: [PGO] Enable building compiler-rt profile support library on Windows

Nathan Slingerland via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 4 15:14:19 PST 2016


slingn updated this revision to Diff 43931.
slingn added a comment.

Updated for davidxl's comments

-refactor Windows mmap compatibility code to have a header file, not include implementation with static functions directly
-switch to C-style comments in Windows mmap compatibility code


http://reviews.llvm.org/D15830

Files:
  cmake/config-ix.cmake
  lib/profile/CMakeLists.txt
  lib/profile/GCDAProfiling.c
  lib/profile/InstrProfilingFile.c
  lib/profile/WindowsMMap.c
  lib/profile/WindowsMMap.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15830.43931.patch
Type: text/x-patch
Size: 7149 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160104/9ea7f0f6/attachment.bin>


More information about the llvm-commits mailing list