mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-21 18:24:23 +00:00
Fix a bug in my previous patch which broke building llvm/runtime when using llvm-gcc3.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29041 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -187,7 +187,7 @@ public:
|
|||||||
/// here. It simply releases the module from its provided and frees up our
|
/// here. It simply releases the module from its provided and frees up our
|
||||||
/// state.
|
/// state.
|
||||||
/// @brief Release our hold on the generated module
|
/// @brief Release our hold on the generated module
|
||||||
Module* releaseModule() {
|
Module* releaseModule(std::string *ErrInfo = 0) {
|
||||||
// Since we're losing control of this Module, we must hand it back complete
|
// Since we're losing control of this Module, we must hand it back complete
|
||||||
Module *M = ModuleProvider::releaseModule();
|
Module *M = ModuleProvider::releaseModule();
|
||||||
freeState();
|
freeState();
|
||||||
|
Reference in New Issue
Block a user