mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
PPU LLVM: simplify module loading
This commit is contained in:
parent
e875c91121
commit
2ef2f0f63b
3 changed files with 29 additions and 14 deletions
|
@ -49,9 +49,12 @@ public:
|
|||
return m_context;
|
||||
}
|
||||
|
||||
// Add module
|
||||
// Add module (path to obj cache dir)
|
||||
void add(std::unique_ptr<llvm::Module> module, const std::string& path);
|
||||
|
||||
// Add object (path to obj file)
|
||||
void add(const std::string& path);
|
||||
|
||||
// Finalize
|
||||
void fin();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue