File tree 4 files changed +4
-1
lines changed
4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,7 @@ module MetadataKind = struct
144
144
| DIArgListMetadataKind
145
145
| DIAssignIDMetadataKind
146
146
| DISubrangeTypeMetadataKind
147
+ | DIFixedPointTypeMetadataKind
147
148
end
148
149
149
150
(* * The amount of debug information to emit. *)
Original file line number Diff line number Diff line change @@ -148,6 +148,7 @@ module MetadataKind : sig
148
148
| DIArgListMetadataKind
149
149
| DIAssignIDMetadataKind
150
150
| DISubrangeTypeMetadataKind
151
+ | DIFixedPointTypeMetadataKind
151
152
end
152
153
153
154
(* * The amount of debug information to emit. *)
Original file line number Diff line number Diff line change @@ -173,7 +173,6 @@ enum {
173
173
LLVMDISubrangeMetadataKind ,
174
174
LLVMDIEnumeratorMetadataKind ,
175
175
LLVMDIBasicTypeMetadataKind ,
176
- LLVMDIFixedPointTypeMetadataKind ,
177
176
LLVMDIDerivedTypeMetadataKind ,
178
177
LLVMDICompositeTypeMetadataKind ,
179
178
LLVMDISubroutineTypeMetadataKind ,
@@ -199,6 +198,7 @@ enum {
199
198
LLVMDIArgListMetadataKind ,
200
199
LLVMDIAssignIDMetadataKind ,
201
200
LLVMDISubrangeTypeMetadataKind ,
201
+ LLVMDIFixedPointTypeMetadataKind ,
202
202
};
203
203
typedef unsigned LLVMMetadataKind ;
204
204
Original file line number Diff line number Diff line change @@ -212,6 +212,7 @@ if(TARGET ocaml_llvm)
212
212
ocaml_llvm_analysis
213
213
ocaml_llvm_bitreader
214
214
ocaml_llvm_bitwriter
215
+ ocaml_llvm_debuginfo
215
216
ocaml_llvm_executionengine
216
217
ocaml_llvm_irreader
217
218
ocaml_llvm_linker
You can’t perform that action at this time.
0 commit comments