These libraries don't invoke llvm_add_library, so apply touch fix
from D62172 directly.
As noted in D62172, this is due to an old version of libtool on Mac
that doesn't support high-resolution timers, which the latest
version of ninja does. Therefore, static libs almost always end up
with an older timestamp than the last object added or updated,
forcing ninja to update the archive and everything that depends on
it.