llvm-6502/include/llvm/System
Reid Spencer 07f9f4e2a4 Fix a file overwrite bug in llvm-ar introduced by changes to
createTemporaryFile semantics where it doesn't create a fully unique name
if the basename doesn't exist. This functionality is now optionally
provided by the boolean reuse_current parameter to createTemporaryFile and
makeUnique. The default values differ because of the way these functions
are used in LLVM.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18961 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-15 08:32:45 +00:00
..
DynamicLibrary.h Add in some methods for use by the JIT. LoadLibraryPermanently brings the 2004-11-29 13:27:56 +00:00
LICENSE.TXT Initial implementation of the Path operating system concept. 2004-08-25 06:20:07 +00:00
MappedFile.h Make the size() method const 2004-12-13 02:58:51 +00:00
Memory.h Simplify the sys::Memory interface per Chris' request. 2004-09-13 22:38:11 +00:00
Path.h Fix a file overwrite bug in llvm-ar introduced by changes to 2004-12-15 08:32:45 +00:00
Process.h Add methods for detecting different kinds of files by their magic number, 2004-09-11 04:18:05 +00:00
Program.h For PR351: 2004-12-14 04:17:12 +00:00
Signals.h Make the remove*OnSignal functions deal with Paths not strings 2004-11-14 21:53:09 +00:00
SysConfig.h Initial commit for platform independent system configuration support. 2004-08-31 18:13:52 +00:00
TimeValue.h Implement Win32 Path::getStatusInfo(), TimeValue::toString() 2004-12-14 05:26:43 +00:00