mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12:00
Use LLVM 9
Use new add/sub with saturation intrinsics
This commit is contained in:
parent
7e0b941e9f
commit
d873802b9c
9 changed files with 148 additions and 92 deletions
|
@ -570,7 +570,7 @@ struct EventListener : llvm::JITEventListener
|
|||
{
|
||||
}
|
||||
|
||||
void NotifyObjectEmitted(const llvm::object::ObjectFile& obj, const llvm::RuntimeDyld::LoadedObjectInfo& inf) override
|
||||
void notifyObjectLoaded(ObjectKey K, const llvm::object::ObjectFile& obj, const llvm::RuntimeDyld::LoadedObjectInfo& inf) override
|
||||
{
|
||||
#ifdef _WIN32
|
||||
for (auto it = obj.section_begin(), end = obj.section_end(); it != end; ++it)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue