[XRay] Remove the deprecated __xray_log_init API
authorPetr Hosek <phosek@chromium.org>
Sat, 15 Sep 2018 02:55:42 +0000 (02:55 +0000)
committerPetr Hosek <phosek@chromium.org>
Sat, 15 Sep 2018 02:55:42 +0000 (02:55 +0000)
commitd197ebf3edff040be12b11975500f973f7a7e65c
treedb407c2091e59c260cc3dc989336d624191d32b0
parentc40719e335d99d033ea55e24bf673125262a6544
[XRay] Remove the deprecated __xray_log_init API

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

Differential Revision: https://reviews.llvm.org/D51606

llvm-svn: 342318
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 [deleted file]
compiler-rt/lib/xray/xray_basic_logging.cc
compiler-rt/lib/xray/xray_fdr_logging.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