forked from OSchip/llvm-project
![]() Summary: Currently, MachOWriter::writeSectionData writes dummy data (0xdeadbeef) to fill section data areas in the file even if the section is a virtual one. Since virtual sections don't occupy any space in the file, writing dummy data could results the "OS.tell() - fileStart <= Sec.offset" assertion failure. This patch fixes the bug by simply not writing any dummy data for virtual sections. Reviewers: beanz, jhenderson, rupprecht, alexshap Reviewed By: alexshap Subscribers: compnerd, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D62991 llvm-svn: 363525 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
yaml2coff.cpp | ||
yaml2elf.cpp | ||
yaml2macho.cpp | ||
yaml2minidump.cpp | ||
yaml2obj.cpp | ||
yaml2obj.h | ||
yaml2wasm.cpp |