inkwell
inkwell copied to clipboard
Added support for and fixes null sections
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
- [x] I have read the Contributing Guide
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
Blocked until a decision on #338 is made