mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 20:36:05 +00:00

Create the skeleton framework for lowering from ClangIR to LLVM IR. This initial implementation just creates an empty LLVM IR module. Actual lowering of even minimal ClangIR is deferred to a later patch.