docs: don't say that data flow tracing interface is unstable

We are starting to use data flow tracing in kernel.
The interface is not subject to change anymore.

Reviewed in https://reviews.llvm.org/D37303

llvm-svn: 312232
This commit is contained in:
Dmitry Vyukov 2017-08-31 11:02:44 +00:00
parent b2051f176c
commit 7097b4d22d
1 changed files with 0 additions and 2 deletions

View File

@ -281,8 +281,6 @@ the `LLVM GEP instructions <http://llvm.org/docs/GetElementPtr.html>`_
// for every non-constant array index.
void __sanitizer_cov_trace_gep(uintptr_t Idx);
This interface is a subject to change.
Default implementation
======================