1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-svn: 101035
This commit is contained in:
Benjamin Kramer 2010-04-12 12:22:19 +00:00
parent 9904b07b61
commit 033019690a

View File

@ -909,7 +909,7 @@ static bool TestCodeGenerator(BugDriver &BD, Module *Test, Module *Safe,
}
std::string SharedObject = BD.compileSharedObject(SafeModuleBC.str(), Error);
if (!Error.empty())
return -1;
return false;
delete Safe;
// Run the code generator on the `Test' code, loading the shared library.