mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-26 06:14:42 +00:00
Change interface to use correct typedef so it will always compile.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16281 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
249403f5fa
commit
46a981c3e2
@ -332,7 +332,7 @@ Module* llvm::AnalyzeBytecodeBuffer(
|
||||
}
|
||||
|
||||
bool llvm::GetBytecodeDependentLibraries(const std::string &fname,
|
||||
std::vector<std::string>& deplibs) {
|
||||
Module::LibraryListType& deplibs) {
|
||||
try {
|
||||
std::auto_ptr<ModuleProvider> AMP( getBytecodeModuleProvider(fname));
|
||||
Module* M = AMP->releaseModule();
|
||||
|
Loading…
x
Reference in New Issue
Block a user