Support: Add llvm::sys::fs::copy_file
authorJustin Bogner <mail@justinbogner.com>
Thu, 19 Jun 2014 19:35:39 +0000 (19:35 +0000)
committerJustin Bogner <mail@justinbogner.com>
Thu, 19 Jun 2014 19:35:39 +0000 (19:35 +0000)
commitf21de942f3785d86d1f82cd19072ca26de9167da
treee4a27ebc2d97cee9f0cf18a9809ceaa2e4a2f99f
parent581d5d5df8a7811e1dd5c0221dd2e212ef8dd2ac
Support: Add llvm::sys::fs::copy_file

A function to copy one file's contents to another.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211302 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/FileSystem.h
lib/Support/Path.cpp