[PATCH] D16371: [compiler-rt/profile] Added Hostname to .profdata file

David Li via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 28 10:38:55 PST 2016


davidxl added a comment.

Vedant brought up a good point -- which skipped me initially. We should not scatter #ifdef _MSC_VER in random files -- try to define portability macros in InstrProfilingPort.h.


http://reviews.llvm.org/D16371





More information about the llvm-commits mailing list