[llvm] [llvm][llvm-c] LLVMModuleFlagEntry should be of struct pointer type (PR #99800)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 21 03:32:23 PDT 2024


https://github.com/nikic requested changes to this pull request.

This is incorrect. The type is used as ``LLVMModuleFlagEntry *` and should indeed be just the struct.

If this were a pointer type, it would be called `LLVMModuleFlagEntryRef`.

https://github.com/llvm/llvm-project/pull/99800


More information about the llvm-commits mailing list