Weirdly, the opaque pointer compatible variants LLVMConstGEP2 and LLVMConstInBoundsGEP2 were already declared in the header, but not actually implemented. This adds the missing implementations and deprecated the incompatible functions.
Details
Details
- Reviewers
deadalnix aeubanks - Group Reviewers
Restricted Project - Commits
- rG68cb111f3a58: [llvm-c] Make LLVMConstGEP/LLVMConstInBoundsGEP opaque pointer compatible
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
it'd be nice if we had tests for these that at least just called them, but none of the other existing LLVMConst* have tests :(