Bindings to Clang/LLVM's compiler-rt
library – XRay Runtime Library.
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.
compiler-rt
is installed as a part of the clang
package.compiler-rt
package is available.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.
This project follows compiler-rt
licensing:
See LICENSE
for details.