mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-20 14:29:27 +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,
|
bool llvm::GetBytecodeDependentLibraries(const std::string &fname,
|
||||||
std::vector<std::string>& deplibs) {
|
Module::LibraryListType& deplibs) {
|
||||||
try {
|
try {
|
||||||
std::auto_ptr<ModuleProvider> AMP( getBytecodeModuleProvider(fname));
|
std::auto_ptr<ModuleProvider> AMP( getBytecodeModuleProvider(fname));
|
||||||
Module* M = AMP->releaseModule();
|
Module* M = AMP->releaseModule();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user