mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-08 07:55:35 +00:00
Make it possible to build rpcs3 via cmake/vs2015 combo.
This commit is contained in:
parent
e91589cab5
commit
ddff65d288
3 changed files with 39 additions and 11 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue