Factor FDHandle out of the bytecode reader into the FileUtilities.h support
authorChris Lattner <sabre@nondot.org>
Mon, 29 Dec 2003 21:35:05 +0000 (21:35 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 29 Dec 2003 21:35:05 +0000 (21:35 +0000)
commit2d6481cc2a168c4a867f8046119607f72552ef31
tree36f57f499b30326aab5c8aef51b8275d167b3011
parent872ccce0a801930aa370f8d161ceb9d6b1a3bdae
Factor FDHandle out of the bytecode reader into the FileUtilities.h support
routines.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10642 91177308-0d34-0410-b5e6-96231b3b80d8
include/Support/FileUtilities.h
include/llvm/Support/FileUtilities.h
lib/Bytecode/Reader/ReaderWrappers.cpp
lib/Support/FileUtilities.cpp