mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 15:31:26 +12:00
LLVM: remove false alarm errors
Writable sections ARE supported
This commit is contained in:
parent
bb524db236
commit
b2f29cd4d4
2 changed files with 2 additions and 3 deletions
|
@ -244,7 +244,6 @@ struct MemoryManager : llvm::RTDyldMemoryManager
|
|||
|
||||
if (!is_ro)
|
||||
{
|
||||
LOG_ERROR(GENERAL, "LLVM: Writeable data section not supported!");
|
||||
}
|
||||
|
||||
utils::memory_commit(s_next, size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue