This is an archive of the discontinued LLVM Phabricator instance.

TableGen: include in libLLVM-*.so
Needs ReviewPublic

Authored by nhaehnle on Nov 18 2022, 2:40 AM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

Use of TableGen has grown over the years, so the claim that it is for
internal use only carries less and less water.

The main motivation for adding it to the dylib is to cleanup linking of
tablegen tools outside of llvm itself.

See: https://discourse.llvm.org/t/rfc-cleaning-up-how-we-link-tablegen-tools/66678

Diff Detail

Event Timeline

nhaehnle created this revision.Nov 18 2022, 2:40 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 18 2022, 2:40 AM
nhaehnle requested review of this revision.Nov 18 2022, 2:40 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 18 2022, 2:40 AM
nhaehnle edited the summary of this revision. (Show Details)Nov 18 2022, 3:09 AM