[all-commits] [llvm/llvm-project] 11f59c: [OCaml][Test] Fix and enable debuginfo.ml test
Vaivaswatha N via All-commits
all-commits at lists.llvm.org
Sat Mar 27 18:14:00 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 11f59c5457d5215071ccd1c07bcdef3cb07d520c
https://github.com/llvm/llvm-project/commit/11f59c5457d5215071ccd1c07bcdef3cb07d520c
Author: Vaivaswatha Nagaraj <vaivaswatha at zilliqa.com>
Date: 2021-03-28 (Sun, 28 Mar 2021)
Changed paths:
M llvm/bindings/ocaml/debuginfo/debuginfo_ocaml.c
M llvm/bindings/ocaml/debuginfo/llvm_debuginfo.ml
M llvm/bindings/ocaml/debuginfo/llvm_debuginfo.mli
A llvm/test/Bindings/OCaml/debuginfo.ml
R llvm/test/Bindings/OCaml/debuginfo.ml.disable
Log Message:
-----------
[OCaml][Test] Fix and enable debuginfo.ml test
`get_or_create_type_array` was used on a non-type MDNode.
Add interface for `get_or_create_array` and use that instead.
Differential Revision: https://reviews.llvm.org/D99450
More information about the All-commits
mailing list