You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 22, 2025. It is now read-only.
But that was unappealing to us because of the hardcoded LLVM paths and versions. However, in the nightly build, they added a -Zprofile which points the compiler to its own copy of LLVM.
@ofek Same as https://jbp.io/2017/07/19/measuring-test-coverage-of-rust-programs, but use -Zprofile instead of -Cpasses=insert-gcov-profiling -L/usr/lib/llvm-3.8/lib/clang/3.8.1/lib/linux/ -lclang_rt.profile-x86_64.
But per rust-lang/rust#42524, it looks like we an expect trouble if we don't pin down the nightly version: