]> granicus.if.org Git - llvm/commit
Pass a FD to resise_file and add a testcase.
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 12 Dec 2014 17:55:12 +0000 (17:55 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 12 Dec 2014 17:55:12 +0000 (17:55 +0000)
commite1136e38a7c5cf84ab16e4f0d50c6a8f4bde0ff4
tree81c4f34bd575ff0a1e8d2387343b5779ff8abc39
parent7291e0706e87ac921f263d16da2a8878d3e47c13
Pass a FD to resise_file and add a testcase.

I will add a real use in another commit.

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