sys::CopyFile returns void and throws an exception on error which will be
authorReid Spencer <rspencer@reidspencer.com>
Sat, 18 Dec 2004 06:54:21 +0000 (06:54 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 18 Dec 2004 06:54:21 +0000 (06:54 +0000)
commit06c06dbaafbc30e7926b3bcbbe6f8a0887cbfc62
tree507b1c8dc0a473e8854537a10ce9f1f9d4ca2716
parentb2d8c3601859f4bb06afb53aa6f13d65ace394e3
sys::CopyFile returns void and throws an exception on error which will be
caught by llvm-ld's main function.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19030 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-ld/llvm-ld.cpp