]> granicus.if.org Git - clang/commit
[driver][test] Update as-options.s to not write to a readonly tree
authorJordan Rupprecht <rupprecht@google.com>
Mon, 29 Jul 2019 19:57:31 +0000 (19:57 +0000)
committerJordan Rupprecht <rupprecht@google.com>
Mon, 29 Jul 2019 19:57:31 +0000 (19:57 +0000)
commitf43f5a608f52a8481d5e243ce5d1b1258da38fb3
treebf1c71e82a6b989f46be4d2dea987feb72d98f7e
parent9e5d110b061b39a271dd73eb8d4b2b7e77780061
[driver][test] Update as-options.s to not write to a readonly tree

The as-options.s test writes to the build tree as of r367165. Some build systems configure this to be readonly, so this fails. Explicitly write to the output tree using `%t` to avoid this.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@367253 91177308-0d34-0410-b5e6-96231b3b80d8
test/Driver/as-options.s