Fix test failure caused by r329965.
authorEli Friedman <efriedma@codeaurora.org>
Thu, 12 Apr 2018 22:50:50 +0000 (22:50 +0000)
committerEli Friedman <efriedma@codeaurora.org>
Thu, 12 Apr 2018 22:50:50 +0000 (22:50 +0000)
commit29fd52da509c7398f58260a83f8ce21decf03756
treebdefd46079140bd516d3f1dc012ede021bac0e43
parent6551d405dcca11d9db1257d64e8d9ab21aeae827
Fix test failure caused by r329965.

"-mllvm" options get parsed slightly earlier, and -arm-restrict-it is
only available if the ARM target is compiled in. Invoke "clang -cc1"
directly to avoid the issue.

llvm-svn: 329968
clang/test/Preprocessor/init.c