[InstrProf] Merge COFF .lprof* and .lcovmap sections into .data/.rdata
authorReid Kleckner <rnk@google.com>
Tue, 5 Feb 2019 21:26:31 +0000 (21:26 +0000)
committerReid Kleckner <rnk@google.com>
Tue, 5 Feb 2019 21:26:31 +0000 (21:26 +0000)
commit0a142346b3e2bebb98b40ff5fc991b0fc83aeea9
tree02074cf7274f5db435ca90e2bb20ed6c553fad81
parent0feb7b76e287aca745bfbfa8377a1ffa626f71c6
[InstrProf] Merge COFF .lprof* and .lcovmap sections into .data/.rdata

There is no reason for these sections to remain separate in the final
DLL or EXE.

I have not yet added a InstrProfilingPlatformWindows.c for these, since
avoiding dynamic profile data registration is a larger project for
later.

llvm-svn: 353221
compiler-rt/lib/profile/InstrProfilingPlatformOther.c