mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-17 07:50:13 +00:00
Use LLVM 4.0
This commit is contained in:
parent
ad72168143
commit
3e6f9faf71
8 changed files with 13 additions and 23 deletions
|
@ -305,11 +305,6 @@ jit_compiler::jit_compiler(std::unordered_map<std::string, std::uintptr_t> init_
|
|||
m_cpu = llvm::sys::getHostCPUName();
|
||||
}
|
||||
|
||||
if (m_cpu == "skylake")
|
||||
{
|
||||
m_cpu = "haswell";
|
||||
}
|
||||
|
||||
std::string result;
|
||||
|
||||
m_engine.reset(llvm::EngineBuilder(std::make_unique<llvm::Module>("", g_llvm_ctx))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue