Updated Travis CI configuration to compile LLVM

This commit is contained in:
S Gopal Rajagopal 2014-10-20 01:48:05 +05:30 committed by S Gopal Rajagopal
parent 024c15d4d3
commit 4514fc12bd
4 changed files with 20 additions and 3 deletions

View file

@ -4892,7 +4892,7 @@ PPULLVMEmulator::PPULLVMEmulator(PPUThread & ppu)
s_num_instances++;
if (!s_recompiler) {
s_recompiler = new PPULLVMRecompiler();
//s_recompiler->RunAllTests(&m_ppu, m_interpreter);
s_recompiler->RunAllTests(&m_ppu, m_interpreter);
}
}