diff options
author | Nathan Lanza <nathanlanza@gmail.com> | 2024-04-24 22:26:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-24 22:26:40 -0400 |
commit | 10661ba2403f73cd2c4b76ebd177fdcf9261cbf2 (patch) | |
tree | 8b9c3033129857638a51b73b035d9c3767907902 /clang/lib/Frontend/ASTUnit.cpp | |
parent | d6cc8d45b3da91b8d48c59fa86b6f1dba9c3e87b (diff) | |
download | llvm-10661ba2403f73cd2c4b76ebd177fdcf9261cbf2.zip llvm-10661ba2403f73cd2c4b76ebd177fdcf9261cbf2.tar.gz llvm-10661ba2403f73cd2c4b76ebd177fdcf9261cbf2.tar.bz2 |
[CIR][NFC] Add scaffolding for the CIR dialect and CIROps.td
This adds no real content, it just incrementally adds some scaffolding
necessary to enable a future patch to just add our first few ops.
Test Plan:
```
$ cmake -Sllvm -Bbuild -DCLANG_ENABLE_CIR=1 \
-DLLVM_ENABLE_PROJECTS='clang;mlir' \
-DCMAKE_BUILD_TYPE=Release -GNinja
$ ninja -C build check-clang
$ ninja -C build MLIRCIROpsIncGen
$ ninja -C build MLIRCIR
```
Reviewers: AaronBallman, erichkeane, bcardosolopes
Reviewed By: erichkeane, AaronBallman, bcardosolopes
Pull Request: https://github.com/llvm/llvm-project/pull/86080
Diffstat (limited to 'clang/lib/Frontend/ASTUnit.cpp')
0 files changed, 0 insertions, 0 deletions