[all-commits] [llvm/llvm-project] a502ac: [OCaml][Test] Do not use Option, expand using match
Vaivaswatha N via All-commits
all-commits at lists.llvm.org
Fri Mar 26 10:14:28 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a502ac383e03af63fa5c5aa4c17c1d3aeade82d6
https://github.com/llvm/llvm-project/commit/a502ac383e03af63fa5c5aa4c17c1d3aeade82d6
Author: Vaivaswatha Nagaraj <vaivaswatha at zilliqa.com>
Date: 2021-03-26 (Fri, 26 Mar 2021)
Changed paths:
M llvm/test/Bindings/OCaml/debuginfo.ml
Log Message:
-----------
[OCaml][Test] Do not use Option, expand using match
Option seems to be unsupported on the buildbot version
of OCaml. So expand the statements using a match.
Fixes buildbot failure due to
https://github.com/llvm/llvm-project/commit/c244cd72172ca8941f9f67fc183ade8afcd61c17
More information about the All-commits
mailing list