LLVM: remove false alarm errors
Writable sections ARE supported
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user