diff options
author | Shoaib Meenai <smeenai@fb.com> | 2024-11-08 10:41:39 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-08 10:41:39 -0800 |
commit | 40e545098e8bb5a18988316331e46c4557378afa (patch) | |
tree | d10d438ffc96a8bd7dc0477e998df8becec0f393 /clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp | |
parent | 86405ed1012c97b063cbde12350fdea141e1ab78 (diff) | |
download | llvm-40e545098e8bb5a18988316331e46c4557378afa.zip llvm-40e545098e8bb5a18988316331e46c4557378afa.tar.gz llvm-40e545098e8bb5a18988316331e46c4557378afa.tar.bz2 |
[clang][CIR] Move CIRGen types into clang::CIRGen (#115385)
https://github.com/llvm/clangir/issues/1025 explains why we want to move
the CIR dialect from the `mlir::cir` to the `cir` namespace. To avoid
overloading the `cir` namespace too much afterwards, move all symbols
whose equivalents live inside the `clang::CodeGen` namespace to a new
`clang::CIRGen` namespace, so that we match the original CodeGen's
structure more closely.
Diffstat (limited to 'clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions