]> granicus.if.org Git - clang/commit
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)
commit49db1e4ff2877e17447c49cc05a816d2c61c17f1
treeb061dd900a071390a689519de6f6eedf654642b9
parent45e28963ee1af34aa5becde5463d6c8b68a73150
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@329968 91177308-0d34-0410-b5e6-96231b3b80d8
test/Preprocessor/init.c