SIGN IN SIGN UP

Update mtime of libclang_rt.osx.a after moving (#61647)

`mv` preserves the mtime of `libclang_rt.osx.a`, which is older than the
mtime of `$(build_prefix)/manifest/compilerrt`, causing subsequent
builds to fail with `mv: cannot stat 'usr/lib/darwin/libclang_rt.osx.a':
No such file or directory`. Fix this by touching `libclang_rt.osx.a`
after installing it.
S
Sam Schweigel committed
ae6562cdd6f1d9ba1571688f84197dd4baa1c530
Parent: 0cf2e3c
Committed by GitHub <noreply@github.com> on 4/24/2026, 10:59:02 PM