]> granicus.if.org Git - clang/commit
Add -fsyntax-only to fix failure in read-only directories.
authorDiego Novillo <dnovillo@google.com>
Wed, 16 Dec 2015 19:52:05 +0000 (19:52 +0000)
committerDiego Novillo <dnovillo@google.com>
Wed, 16 Dec 2015 19:52:05 +0000 (19:52 +0000)
commit79f3caa5fe3a30902951ce6f72a5caca278a46c7
tree71b626ba780a6ebc4025734dba4377844118d28c
parent9cfad1d7205d20c61ff1f6eeb4e30d799b753807
Add -fsyntax-only to fix failure in read-only directories.

Internally, this test is executed in a read-only directory, which causes
it to fail because the driver tries to generate a file unnecessarily.
Adding -fsyntax-only fixes the issue (thanks to Artem Belevich for
figuring out the root cause).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@255809 91177308-0d34-0410-b5e6-96231b3b80d8
test/Driver/elfiamcu-header-search.c