This unbreaks our internal build after these tests were turned on in r211738.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
We have these kinds of checks in a lot of the other Driver tests. Should we update those as well (in general, not necessarily for this patch)?
Comment Actions
We have to either specify -no-canonical-prefixes with each clang invocation in tests, or don't check clang binary name. Most of the tests do one of this things already, all the rest should do this. The tests are not consistent in choosing one of these options, so here I've chosen the simplest one.