cdisselkoen / llvm-ir

LLVM IR in natural Rust data structures
MIT License
550 stars 46 forks source link

support global ifuncs #61

Closed cdisselkoen closed 8 months ago

cdisselkoen commented 9 months ago

Fixes #57 and adds a test for the same. Global IFuncs have existed since at least LLVM 8, so we can add support for them in all LLVM versions that we support.