LLVM: remove false alarm errors

Writable sections ARE supported
This commit is contained in:
Nekotekina 2018-09-25 21:10:55 +03:00
parent bb524db236
commit b2f29cd4d4
2 changed files with 2 additions and 3 deletions

View file

@ -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);