Correct the interface of a function to use the correct typedef for an

argument so that it will always compile.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16284 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2004-09-11 04:29:13 +00:00
parent 0bdc620c16
commit 9cab9e51bb

View File

@ -20,8 +20,8 @@
#define LLVM_BYTECODE_READER_H
#include "llvm/ModuleProvider.h"
#include "llvm/Module.h"
#include <string>
#include <vector>
namespace llvm {
@ -60,7 +60,7 @@ Module* ParseBytecodeBuffer(const unsigned char *Buffer,
/// @returns true on success, false otherwise
/// @brief Get the list of dependent libraries from a bytecode file.
bool GetBytecodeDependentLibraries(const std::string &fileName,
std::vector<std::string>& deplibs);
Module::LibraryListType& deplibs);
/// Read bytecode files from the specfied archive (.a) file, convert them
/// to Module* and provide them in the \p Objects argument. If an error