diff options
author | Jean-Michel Gorius <jean-michel.gorius@ens-rennes.fr> | 2020-04-04 17:15:44 +0000 |
---|---|---|
committer | Mehdi Amini <joker.eph@gmail.com> | 2020-04-04 17:16:43 +0000 |
commit | 160f5aa65fac07d77dc7e7ef715c95b018ac15c9 (patch) | |
tree | 8cf2d245ed185cf028b926df5e4619a795f01610 /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | fc5d8b672b981027436a231f4e431d57bdf81407 (diff) | |
download | llvm-160f5aa65fac07d77dc7e7ef715c95b018ac15c9.zip llvm-160f5aa65fac07d77dc7e7ef715c95b018ac15c9.tar.gz llvm-160f5aa65fac07d77dc7e7ef715c95b018ac15c9.tar.bz2 |
[mlir] Add an out-of-tree dialect example
This adds a minimal out-of-tree dialect template which can be used to start work on a standalone dialect implementation without having to integrate it in the main LLVM tree.
It mostly sets up the directory structure and provides CMakeLists.txt files to build a dialect library, an opt-like tool to operate on that dialect as well as tests. It could be expanded in the future to add examples of more user-defined operations, types, attributes, generated enums, transforms, etc. and linked to a tutorial.
Differential Revision: https://reviews.llvm.org/D77133
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions