forked from OSchip/llvm-project
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:
parent
b2051f176c
commit
7097b4d22d
|
@ -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
|
||||
======================
|
||||
|
||||
|
|
Loading…
Reference in New Issue