diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2009-04-20 20:50:13 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2009-04-20 20:50:13 +0000 |
| commit | 3222b9be0472bb72e1574d8d85bdc712aa8b84fa (patch) | |
| tree | 58364f8692dea0fcaf08df33e15247a1502a3144 /llvm/lib/System/Unix/Process.inc | |
| parent | e84a9daa1614b2b140283015a7308a518188b8c8 (diff) | |
| download | bcm5719-llvm-3222b9be0472bb72e1574d8d85bdc712aa8b84fa.tar.gz bcm5719-llvm-3222b9be0472bb72e1574d8d85bdc712aa8b84fa.zip | |
Make Unix.h:MakeErrMsg separate the prefix and errno string, so we get:
clang: error: unable to make temporary file: /etc/cc: can't make
unique filename: Permission denied
instead of
clang: error: unable to make temporary file: /etc/cc: can't make
unique filenamePermission denied
for example.
Also, audited the uses of MakeErrMsg to make the prefix strings
consistent (not end with newline/punctuation/space/": ").
llvm-svn: 69626
Diffstat (limited to 'llvm/lib/System/Unix/Process.inc')
0 files changed, 0 insertions, 0 deletions

