diff options
author | Tristan Ross <tristan.ross@midstall.com> | 2025-01-08 18:57:32 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-08 18:57:32 -0800 |
commit | 783dc59b3ba16a785f48d0b58bf8c9f26a744aac (patch) | |
tree | c2572c84dad57c2b54a76058dcccc8aac9c5b357 /llvm/lib/ProfileData/Coverage/CoverageMapping.cpp | |
parent | 91ab10e8d6c256d841da1a1a1b47c334e08d95b9 (diff) | |
download | llvm-783dc59b3ba16a785f48d0b58bf8c9f26a744aac.zip llvm-783dc59b3ba16a785f48d0b58bf8c9f26a744aac.tar.gz llvm-783dc59b3ba16a785f48d0b58bf8c9f26a744aac.tar.bz2 |
[compiler-rt] Check codesign in path before using (#99837)
Fixes an issue discovered with Nix where codesign is executed but Nix
cannot use codesign without faults. Use `find_program` in CMake to
ensure it is in `$PATH`.
Can be tested on macOS and change your path in such a way that
`codesign` isn't in it.
Related: https://github.com/NixOS/nixpkgs/pull/329058
Diffstat (limited to 'llvm/lib/ProfileData/Coverage/CoverageMapping.cpp')
0 files changed, 0 insertions, 0 deletions