This is an archive of the discontinued LLVM Phabricator instance.

Silence warnings in OCaml bindings
ClosedPublic

Authored by jketema on Mar 30 2016, 4:49 PM.

Details

Summary
  • LLVMDisposeMessage lives in llvm-c/Core.h, include this file where necessary
  • LLVMAddTargetData has been removed, follow suit in the bindings

Diff Detail

Repository
rL LLVM

Event Timeline

jketema updated this revision to Diff 52154.Mar 30 2016, 4:49 PM
jketema retitled this revision from to Silence warnings in OCaml bindings.
jketema updated this object.
jketema added a reviewer: whitequark.
jketema added a subscriber: llvm-commits.
jketema updated this revision to Diff 52164.Mar 30 2016, 5:39 PM

Unbreak the related target test by removing add_to_pass_manager test

whitequark accepted this revision.Mar 30 2016, 6:14 PM
whitequark edited edge metadata.

LGTM

This revision is now accepted and ready to land.Mar 30 2016, 6:14 PM
This revision was automatically updated to reflect the committed changes.