cdisselkoen / llvm-ir

LLVM IR in natural Rust data structures
MIT License
539 stars 45 forks source link

followup to comment in #39, remove some todos #54

Closed cdisselkoen closed 8 months ago

cdisselkoen commented 8 months ago

As suggested in this comment on #39, we handle TargetExtType much like BlockAddress -- treat it as opaque due to lack of getters in the C API. This avoids some possible panics (via todo!) in the current code.