llvm-6502/lib/Support/Windows
Paul Robinson 038e20451d Improve long path name support on Windows.
Windows normally limits the length of an absolute path name to 260
characters; directories can have lower limits.  These limits increase
to about 32K if you use absolute paths with the special '\\?\'
prefix. Teach Support\Windows\Path.inc to use that prefix as needed.

TODO: Other parts of Support could also learn to use this prefix.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221841 91177308-0d34-0410-b5e6-96231b3b80d8
2014-11-13 00:12:14 +00:00
..
DynamicLibrary.inc Windows/DynamicLibrary.inc: Remove 'extern "C"' in ELM_Callback. 2014-09-23 01:09:46 +00:00
explicit_symbols.inc
Host.inc Windows/Host.inc: Reformat the header to fit 80-col. 2014-09-24 04:45:14 +00:00
Memory.inc
Mutex.inc
Path.inc Improve long path name support on Windows. 2014-11-13 00:12:14 +00:00
Process.inc Support: Don't call close again if we get EINTR 2014-10-07 05:48:40 +00:00
Program.inc Remove FindProgramByName. NFC. 2014-11-04 12:35:47 +00:00
RWMutex.inc PR21202: Memory leak in Windows RWMutexImpl when using SRWLOCK 2014-10-21 00:34:39 +00:00
Signals.inc
ThreadLocal.inc Fix a -Wunused-local-typedefs warning 2014-07-14 22:46:45 +00:00
TimeValue.inc
Watchdog.inc
WindowsSupport.h Add writeFileWithSystemEncoding to LibLLVMSuppor. 2014-09-03 20:02:00 +00:00