[llvm-dev] Organization of LLVM utilities

Matt Arsenault via llvm-dev llvm-dev at lists.llvm.org
Tue Aug 4 11:40:36 PDT 2020



> On Aug 4, 2020, at 14:31, Paul C. Anagnostopoulos via llvm-dev <llvm-dev at lists.llvm.org> wrote:
> 
> I was confused by the lack of TableGen backends in the llvm/lib/tablegen directory until I stumbled upon the llvm/utils/tablegen directory. Could someone explain why TableGen is divided into these two directories?


Lib is for the core implementation of the language. The different features in utils are the different backends that all interpret it in different ways.

-Matt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200804/3e083796/attachment.html>


More information about the llvm-dev mailing list