Deprecate llvm_struct() #2159
Labels
better-when-documented
Issues whose root causes include missing or wrong documentation
documentation
Issues involving documentation
easy
Issues that are expected to be easy to resolve and might therefore be good for new contributors
subsystem: crucible-llvm
Issues related to LLVM bitcode verification with crucible-llvm
tech debt
Issues that document or involve technical debt
type: bug
Issues reporting bugs or unexpected/unwanted behavior
usability
An issue that impedes efficient understanding and use
Milestone
The builtin
llvm_struct
looks up a type alias by name. However, it's easily mistaken forllvm_struct_type
(which constructs a struct type from a list of fields) and was therefore replaced withllvm_alias
.llvm_struct
is however still there to cause confusion. It should get marked deprecated.One of the pieces of such confusion is that it appears in the manual where
llvm_struct_type
should have been used.The text was updated successfully, but these errors were encountered: