diff options
author | Zachary Turner <zturner@google.com> | 2015-09-02 17:59:19 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-09-02 17:59:19 +0000 |
commit | 022c3c85df68d4089dafece189d681666e33c837 (patch) | |
tree | a6ecc1ed0e9241bcb1e536b40e6856b5d4af8991 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 58e0823ee9c5da4e5ce204eb266ea47af1e8353d (diff) | |
download | llvm-022c3c85df68d4089dafece189d681666e33c837.zip llvm-022c3c85df68d4089dafece189d681666e33c837.tar.gz llvm-022c3c85df68d4089dafece189d681666e33c837.tar.bz2 |
When redirecting stdio, use FILE_SHARE_DELETE.
Some tests were failing because the test would try to delete the
file before inferior had exited, but on Windows this will fail by
default unless you specify FILE_SHARE_DELETE when opening the file.
Can't think of a good reason not to do this, so here it is.
llvm-svn: 246682
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions