mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 03:38:38 +12:00
Update LLVM commit, use small code model
This commit is contained in:
parent
be5c18cc85
commit
a77896c1b6
3 changed files with 5 additions and 3 deletions
|
@ -841,8 +841,8 @@ class spu_llvm_runtime
|
|||
// All dispatchers
|
||||
std::array<atomic_t<spu_function_t>, 0x10000> m_dispatcher;
|
||||
|
||||
// JIT instance (TODO: use small code model)
|
||||
jit_compiler m_jit{{}, jit_compiler::cpu(g_cfg.core.llvm_cpu), true};
|
||||
// JIT instance
|
||||
jit_compiler m_jit{{}, jit_compiler::cpu(g_cfg.core.llvm_cpu)};
|
||||
|
||||
// Debug module output location
|
||||
std::string m_cache_path;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue