In https://reviews.llvm.org/D41733, the driver was modified such that,
when a user provided a mispelled option such as -hel, it would
suggest a valid option with a nearby edit distance: "did you mean
'-help'?".
Add these suggestions to invocations of clang -cc1as as well.
Test Plan: check-clang