get_or_create_type_array was used on a non-type MDNode.
Add interface for get_or_create_array and use that instead.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM
llvm/bindings/ocaml/debuginfo/llvm_debuginfo.ml | ||
---|---|---|
262 | I wonder if this diff indicates that this data label ought to be e.g. types instead, to help avoid similar mistakes in the future? A counter-argument is that the LLVM-C header uses Data. |
I wonder if this diff indicates that this data label ought to be e.g. types instead, to help avoid similar mistakes in the future? A counter-argument is that the LLVM-C header uses Data.