Chad Rosier
|
30c3463309
|
By default mkstemp() creates a temporary file with mode 0600, but the mode
used for open is 0666. Therefore, add the necessary permission bits for
consistency.
rdar://8621462
llvm-svn: 134430
|
2011-07-05 18:55:31 +00:00 |
Rafael Espindola
|
258a605fce
|
Add r127409 back now that the windows file was updated.
llvm-svn: 127417
|
2011-03-10 18:33:29 +00:00 |
Jakob Stoklund Olesen
|
e413d9d341
|
Revert r127409 which broke all the Windows bots.
llvm-svn: 127413
|
2011-03-10 18:01:43 +00:00 |
Rafael Espindola
|
ea5a137e55
|
Add support for MemoryBuffers that are not null terminated and add
support for creating buffers that cover only a part of a file.
llvm-svn: 127409
|
2011-03-10 16:10:30 +00:00 |
Chris Lattner
|
c37910ea28
|
improve support for OpenBSD, patch by Amit Kulkarni!
llvm-svn: 125943
|
2011-02-18 17:04:56 +00:00 |
Michael J. Spencer
|
0d771edeee
|
Support/Path: Deprecate PathV1::isDirectory and replace all uses with PathV2::is_directory.
llvm-svn: 123209
|
2011-01-11 01:21:55 +00:00 |
Michael J. Spencer
|
58df2e00b2
|
Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::exists.
llvm-svn: 123151
|
2011-01-10 02:34:23 +00:00 |
Michael J. Spencer
|
9e590024f6
|
Support/PathV1: Deprecate GetRootDirectory.
llvm-svn: 122580
|
2010-12-27 03:21:41 +00:00 |
Michael J. Spencer
|
e13f1ead9b
|
Support/PathV1: Deprecate makeAbsolute and remove Unix impl because it annoys people.
llvm-svn: 122553
|
2010-12-25 20:10:11 +00:00 |
Charles Davis
|
54c9eb6fff
|
Now to chant the magical incantation that will exorcise the System library
from LLVM forever:
grep -lR "llvm/System" * | grep -v .svn | xargs sed -ie 's#llvm/System#llvm/Support#g'
llvm-svn: 120314
|
2010-11-29 19:44:50 +00:00 |
Michael J. Spencer
|
447762da85
|
Merge System into Support.
llvm-svn: 120298
|
2010-11-29 18:16:10 +00:00 |