diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2014-03-11 18:40:24 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2014-03-11 18:40:24 +0000 |
commit | 83f858e578d3efa07549c1757d675293bc844b9a (patch) | |
tree | e1cfec2ace6af51b8973a1b30d50896d7c470d12 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 698a5bdbba4c01c39a03b23280cd95ecbf153164 (diff) | |
download | llvm-83f858e578d3efa07549c1757d675293bc844b9a.zip llvm-83f858e578d3efa07549c1757d675293bc844b9a.tar.gz llvm-83f858e578d3efa07549c1757d675293bc844b9a.tar.bz2 |
Cleanup the interface for creating soft or hard links.
Before this patch the unix code for creating hardlinks was unused. The code
for creating symbolic links was implemented in lib/Support/LockFileManager.cpp
and the code for creating hard links in lib/Support/*/Path.inc.
The only use we have for these is in LockFileManager.cpp and it can use both
soft and hard links. Just have a create_link function that creates one or the
other depending on the platform.
llvm-svn: 203596
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions