NAKAMURA Takumi
126a6c0238
SupportTests.LockFileManagerTest: Add assertions for Win32.
...
- create_link doesn't work for nonexistent file.
- remove cannot remove working directory.
llvm-svn: 204579
2014-03-23 23:55:57 +00:00
NAKAMURA Takumi
d1c22bef6f
Suppress SupportTests.LockFileManagerTest on win32 for investigating.
...
llvm-svn: 204533
2014-03-22 00:27:17 +00:00
Argyrios Kyrtzidis
531a5be4d0
[Support] Make sure LockFileManager works correctly with relative paths.
...
llvm-svn: 204426
2014-03-21 02:31:56 +00:00
Argyrios Kyrtzidis
3757569318
[Support] Make sure sys::fs::remove can remove symbolic links and make sure LockFileManager can handle a symbolic link that points nowhere.
...
llvm-svn: 204422
2014-03-21 01:25:37 +00:00
Rafael Espindola
78dcc03c37
Remove remove_all. A compiler has no need for recursively deleting a directory.
...
llvm-svn: 198955
2014-01-10 20:36:42 +00:00
Chandler Carruth
8a8cd2bab9
Re-sort all of the includes with ./utils/sort_includes.py so that
...
subsequent changes are easier to review. About to fix some layering
issues, and wanted to separate out the necessary churn.
Also comment and sink the include of "Windows.h" in three .inc files to
match the usage in Memory.inc.
llvm-svn: 198685
2014-01-07 11:48:04 +00:00
Reid Kleckner
7de8ea3d00
Fix boolean logic in LockFileManager and test it
...
This fixes a bug from r187826.
Reviewers: hans
Differential Revision: http://llvm-reviews.chandlerc.com/D1304
llvm-svn: 187846
2013-08-07 01:22:04 +00:00