This is an archive of the discontinued LLVM Phabricator instance.

Remove LLVMGetTargetMachineData in go-binding.
ClosedPublic

Authored by hokein on Feb 12 2016, 3:24 AM.

Details

Summary

LLVMGetTargetMachineData has been removed, and LLVMGetDataLayout is
suggested to use. The LLVMGetDataLayout is exposed in go bindings.
So it's safe to remove the function.

Diff Detail

Repository
rL LLVM

Event Timeline

hokein updated this revision to Diff 47784.Feb 12 2016, 3:24 AM
hokein retitled this revision from to Remove LLVMGetTargetMachineData in go-binding..
hokein updated this object.
hokein set the repository for this revision to rL LLVM.Feb 12 2016, 3:31 AM
bkramer accepted this revision.Feb 12 2016, 3:33 AM
bkramer added a reviewer: bkramer.
bkramer edited edge metadata.
bkramer added a subscriber: llvm-commits.

LGTM

This revision is now accepted and ready to land.Feb 12 2016, 3:33 AM
This revision was automatically updated to reflect the committed changes.