inkwell icon indicating copy to clipboard operation
inkwell copied to clipboard

Added support for and fixes null sections

Open TheDan64 opened this issue 2 years ago • 2 comments

Description

Adds support for nullable sections & checks for null ptrs

Related Issue

Fixes #220

How This Has Been Tested

Unit tests updated

Option<Breaking Changes>

Input/Output types changed to Options

Checklist

TheDan64 avatar Jun 17 '22 05:06 TheDan64

I'm fairly convinced that this just never worked in LLVM 3.x... From what I can tell 3.x would always deref the section ptr without checking if it was set before hand

TheDan64 avatar Jul 09 '22 19:07 TheDan64

Blocked until a decision on #338 is made

TheDan64 avatar Jul 30 '22 15:07 TheDan64