diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-12-24 01:23:48 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-12-24 01:23:48 +0000 |
commit | 6cebf7f8c053796a02e5d593d8edcc1ad277cfd4 (patch) | |
tree | 07784925f2d2a3bb3c890ff33ef65623ed353d7d /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | bd5d1d832a28c7bda9f020940db63998b7e0effe (diff) | |
download | llvm-6cebf7f8c053796a02e5d593d8edcc1ad277cfd4.zip llvm-6cebf7f8c053796a02e5d593d8edcc1ad277cfd4.tar.gz llvm-6cebf7f8c053796a02e5d593d8edcc1ad277cfd4.tar.bz2 |
test/Index/preamble_macro_template.cpp: Tweak for win32.
Using the file immediately after "> file 2>&1" causes weird behavior on win32.
For example, "foo > %t 2>&1; FileCheck --input-file=%t"
Use "foo 2>&1 | tee %t" instead.
Note, mixing stdout and stderr to the same handle might cause unexpected behavior, due to buffering.
llvm-svn: 171009
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions