summaryrefslogtreecommitdiff
path: root/clang/test/CIR/CodeGen/lang-c-cpp.cpp
AgeCommit message (Collapse)Author
2025-09-29[CIR] Set the module name to the input filename (#160934)Andy Kaylor
This sets the MLIR module name to the main filename (according to the SourceManager), if one is available. The module name gets used when creating global init functions, so we will need it to be set.
2025-08-21[CIR][Dialect] Add SourceLangAttr (#152511)7mile
This patch upstreams `SourceLangAttr` and its CodeGen logic in the CGM, which encodes the source language in CIR.