File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,7 @@ module MetadataKind = struct
144144 | DIArgListMetadataKind
145145 | DIAssignIDMetadataKind
146146 | DISubrangeTypeMetadataKind
147+ | DIFixedPointTypeMetadataKind
147148end
148149
149150(* * The amount of debug information to emit. *)
Original file line number Diff line number Diff line change @@ -148,6 +148,7 @@ module MetadataKind : sig
148148 | DIArgListMetadataKind
149149 | DIAssignIDMetadataKind
150150 | DISubrangeTypeMetadataKind
151+ | DIFixedPointTypeMetadataKind
151152end
152153
153154(* * The amount of debug information to emit. *)
Original file line number Diff line number Diff line change @@ -173,7 +173,6 @@ enum {
173173 LLVMDISubrangeMetadataKind ,
174174 LLVMDIEnumeratorMetadataKind ,
175175 LLVMDIBasicTypeMetadataKind ,
176- LLVMDIFixedPointTypeMetadataKind ,
177176 LLVMDIDerivedTypeMetadataKind ,
178177 LLVMDICompositeTypeMetadataKind ,
179178 LLVMDISubroutineTypeMetadataKind ,
@@ -199,6 +198,7 @@ enum {
199198 LLVMDIArgListMetadataKind ,
200199 LLVMDIAssignIDMetadataKind ,
201200 LLVMDISubrangeTypeMetadataKind ,
201+ LLVMDIFixedPointTypeMetadataKind ,
202202};
203203typedef unsigned LLVMMetadataKind ;
204204
Original file line number Diff line number Diff line change @@ -212,6 +212,7 @@ if(TARGET ocaml_llvm)
212212 ocaml_llvm_analysis
213213 ocaml_llvm_bitreader
214214 ocaml_llvm_bitwriter
215+ ocaml_llvm_debuginfo
215216 ocaml_llvm_executionengine
216217 ocaml_llvm_irreader
217218 ocaml_llvm_linker
You can’t perform that action at this time.
0 commit comments