[PATCH] D59225: [profile] Support for GCDA profiling in Fuchsia

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 11 11:53:55 PDT 2019


phosek created this revision.
phosek added reviewers: davidxl, mcgrathr, jakehehrlich.
Herald added subscribers: llvm-commits, Sanitizers, JDevlieghere.
Herald added projects: LLVM, Sanitizers.

We already support instrumentation based profiling, but some clients
like Rust still use GCDA so we need to support it as well.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D59225

Files:
  compiler-rt/lib/profile/GCDAProfiling.c
  compiler-rt/lib/profile/InstrProfilingPlatformFuchsia.c
  compiler-rt/lib/profile/InstrProfilingUtil.c
  compiler-rt/lib/profile/InstrProfilingUtil.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59225.190134.patch
Type: text/x-patch
Size: 9952 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190311/473e9cea/attachment.bin>


More information about the llvm-commits mailing list