mirror of
https://github.com/apple/container.git
synced 2026-07-12 04:27:05 +00:00
edd6dee2db
- This fixes the LLVM coverage data not properly being emitted for XPC services. It requires piping the `LLVM_PROFILE_FILE` environment variable through to all the services and plugins. The variable itself also required the "%c" formatter to ensure that it continuously emits coverage data, otherwise when XPC services are killed via "bootout" they do not emit coverage.