[PATCH] D51606: [XRay] Remove the deprecated __xray_log_init API

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 3 17:02:58 PDT 2018


phosek created this revision.
phosek added a reviewer: dberris.
Herald added subscribers: Sanitizers, llvm-commits, jfb, mgorny.

This API has been deprecated three months ago and shouldn't be used
anymore, all clients should migrate to the new string based API.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D51606

Files:
  compiler-rt/include/xray/xray_log_interface.h
  compiler-rt/lib/xray/tests/unit/CMakeLists.txt
  compiler-rt/lib/xray/tests/unit/fdr_logging_test.cc
  compiler-rt/lib/xray/xray_basic_logging.cc
  compiler-rt/lib/xray/xray_basic_logging.h
  compiler-rt/lib/xray/xray_fdr_logging.cc
  compiler-rt/lib/xray/xray_fdr_logging.h
  compiler-rt/lib/xray/xray_log_interface.cc
  compiler-rt/lib/xray/xray_profiling.cc
  compiler-rt/test/xray/TestCases/Posix/fdr-mode.cc
  compiler-rt/test/xray/TestCases/Posix/fdr-single-thread.cc
  compiler-rt/test/xray/TestCases/Posix/fdr-thread-order.cc
  compiler-rt/test/xray/TestCases/Posix/profiling-multi-threaded.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51606.163753.patch
Type: text/x-patch
Size: 26594 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180904/dbe46b83/attachment.bin>


More information about the llvm-commits mailing list