Make it possible to build rpcs3 via cmake/vs2015 combo.

This commit is contained in:
Danila Malyutin 2015-08-07 03:35:43 +03:00
parent e91589cab5
commit ddff65d288
3 changed files with 39 additions and 11 deletions

View file

@ -1,4 +1,5 @@
#include "stdafx.h"
#ifdef LLVM_AVAILABLE
#include "Utilities/Log.h"
#include "Emu/Cell/PPULLVMRecompiler.h"
#include "llvm/Support/Host.h"
@ -981,4 +982,5 @@ void Compiler::RunAllTests() {
m_recompilation_engine.Log() << "Finished Unit Tests\n";
Emu.GetIdManager().remove<PPUThread>(s_ppu_state->get_id());
#endif // PPU_LLVM_RECOMPILER_UNIT_TESTS
}
}
#endif // LLVM_AVAILABLE