This is an archive of the discontinued LLVM Phabricator instance.

[docs] Update outdated ExtendingLLVM.rst
ClosedPublic

Authored by chilledheart on Apr 8 2015, 9:18 AM.

Details

Summary

The document is still incomplete in some degrees, but updated to reflect the
latest changes. Anyway we can detail it if any one think it is not enough. For
the sake of it, some useful examples are listed below:

Refer to r113618 "Add X86 MMX type to bitcode and Type" for how to add a new
type.

One notable change from then is only one thing that `lib/VMCore` is renamed

to `lib/IR`.

Refer to r194760 "Add addrspacecast instruction" for how to add a new
instruction.

Diff Detail

Repository
rL LLVM

Event Timeline

chilledheart retitled this revision from to [docs] Update outdated ExtendingLLVM.rst.
chilledheart updated this object.
chilledheart edited the test plan for this revision. (Show Details)
chilledheart added a subscriber: Unknown Object (MLST).
echristo accepted this revision.Apr 8 2015, 11:27 AM
echristo added a reviewer: echristo.
echristo added a subscriber: echristo.

I think this looks fine. Thanks!

-eric

This revision is now accepted and ready to land.Apr 8 2015, 11:27 AM

Hi eric:

I don't have the right to commit this change, could you do it on behalf of me?

Thank you.

Committed in r234757

This revision was automatically updated to reflect the committed changes.