This is an archive of the discontinued LLVM Phabricator instance.

[NFC][OCaml] Fix implicit declaration compilation warnings
ClosedPublic

Authored by jberdine on Sep 17 2018, 6:26 PM.

Details

Summary

2dd4f35c7fc75639920ebc473a4a57ea91864c10 moved LLVMAddLowerSwitchPass
and LLVMAddPromoteMemoryToRegisterPass declarations from
llvm-c/Transforms/Scalar.h to llvm-c/Transforms/Utils.h

Diff Detail

Event Timeline

jberdine created this revision.Sep 17 2018, 6:26 PM
whitequark accepted this revision.Sep 17 2018, 6:46 PM
This revision is now accepted and ready to land.Sep 17 2018, 6:46 PM
This revision was automatically updated to reflect the committed changes.