| Crates.io | clang-rt-xray |
| lib.rs | clang-rt-xray |
| version | 0.0.1 |
| created_at | 2023-02-20 13:57:40.434264+00 |
| updated_at | 2023-02-20 13:57:40.434264+00 |
| description | Bindings to Clang XRay runtime library |
| homepage | |
| repository | https://git.sr.ht/~ilammy/clang-rt-xray |
| max_upload_size | |
| id | 789823 |
| size | 29,484 |
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.