X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FArchive%2FArchiveInternals.h;h=55684f7023d277a12d87885fbfa6ad607963ad32;hb=6c3541d5597033bdb2f26f5ade811b482c32a39a;hp=98f9c896c59cbe4879f1580a7dc0ef590f04ab11;hpb=48b2f3e4850cd27d54224cd42da8a160d6b95984;p=oota-llvm.git diff --git a/lib/Archive/ArchiveInternals.h b/lib/Archive/ArchiveInternals.h index 98f9c896c59..55684f7023d 100644 --- a/lib/Archive/ArchiveInternals.h +++ b/lib/Archive/ArchiveInternals.h @@ -15,7 +15,7 @@ #define LIB_ARCHIVE_ARCHIVEINTERNALS_H #include "llvm/Bitcode/Archive.h" -#include "llvm/System/TimeValue.h" +#include "llvm/Support/TimeValue.h" #include "llvm/ADT/StringExtras.h" #include @@ -31,7 +31,7 @@ namespace llvm { - struct LLVMContext; + class LLVMContext; /// The ArchiveMemberHeader structure is used internally for bitcode /// archives. @@ -77,11 +77,11 @@ namespace llvm { std::vector& symbols, std::string* ErrMsg); - ModuleProvider* GetBitcodeSymbols(const unsigned char*Buffer,unsigned Length, - const std::string& ModuleID, - LLVMContext& Context, - std::vector& symbols, - std::string* ErrMsg); + Module* GetBitcodeSymbols(const char *Buffer, unsigned Length, + const std::string& ModuleID, + LLVMContext& Context, + std::vector& symbols, + std::string* ErrMsg); } #endif