mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-16 14:26:17 +00:00
For PR998:
Fix an infinite loop in the Linker and a few other assorted link problems. Patch contributed by Scott Michel. Thanks, Scott! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31680 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -181,7 +181,7 @@ public:
|
||||
/// @brief Release our hold on the generated module
|
||||
Module* releaseModule(std::string *ErrInfo = 0) {
|
||||
// Since we're losing control of this Module, we must hand it back complete
|
||||
Module *M = ModuleProvider::releaseModule();
|
||||
Module *M = ModuleProvider::releaseModule(ErrInfo);
|
||||
freeState();
|
||||
return M;
|
||||
}
|
||||
|
Reference in New Issue
Block a user