On windows, the section names are limited to 8 chars. This patch fixes PR/32584
The compile-rt part of the change is identical.
Differential D31939
[ProfileData] Support coverage for PE binaries davidxl on Apr 11 2017, 8:32 AM. Authored by
Details On windows, the section names are limited to 8 chars. This patch fixes PR/32584 The compile-rt part of the change is identical.
Diff Detail
Event TimelineComment Actions Thanks, LGTM! I double-checked that we don't refer to __llvm_prf directly in llvm or clang's {lib, tools} directories, but didn't test this on a win32 machine. |