clang-rt-xray

Bindings to Clang/LLVM's compiler-rt libraryXRay Runtime Library.

Usage

You have to use a nightly compiler and pass the -Z instrument-xray flag to rustc.

compiler-rt library must be installed in the system.

We will try to locate XRay libraries using clang binary from PATH. If not found automatically, set CLANG_RT_XRAY_DIR environment to the installation directory.

License

This project follows compiler-rt licensing:

See LICENSE for details.