Skip to content
Commit 40762fec authored by Gabor Greif's avatar Gabor Greif
Browse files

issue a friendlier error if someone tries to send precompiled header to '-' (stdout)

this brings the error on
  clang -c foo.h -o -
closer to
  clang -c foo.h -o /dev/null

llvm-svn: 89948
parent 334af999
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment