[PATCH] D57929: [InstrProf] Implement static profdata registration

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 7 15:43:37 PST 2019


rnk updated this revision to Diff 185881.
rnk added a comment.

- Rework InstrProfData.inc to avoid warnings about '$' in identifiers


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57929/new/

https://reviews.llvm.org/D57929

Files:
  compiler-rt/cmake/base-config-ix.cmake
  compiler-rt/lib/profile/CMakeLists.txt
  compiler-rt/lib/profile/InstrProfData.inc
  compiler-rt/lib/profile/InstrProfilingPlatformLinux.c
  compiler-rt/lib/profile/InstrProfilingPlatformOther.c
  compiler-rt/lib/profile/InstrProfilingPlatformWindows.c
  compiler-rt/lib/profile/InstrProfilingValue.c
  compiler-rt/test/profile/coverage-inline.cpp
  compiler-rt/test/profile/lit.cfg
  llvm/include/llvm/ProfileData/InstrProfData.inc
  llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
  llvm/test/Instrumentation/InstrProfiling/PR23499.ll
  llvm/test/Instrumentation/InstrProfiling/comdat.ll
  llvm/test/Instrumentation/InstrProfiling/linkage.ll
  llvm/test/Instrumentation/InstrProfiling/platform.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57929.185881.patch
Type: text/x-patch
Size: 38189 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190207/8cdf18c8/attachment.bin>


More information about the llvm-commits mailing list