[all-commits] [llvm/llvm-project] 24bbc8: [CIR] Support for static variables (#143980)
Andy Kaylor via All-commits
all-commits at lists.llvm.org
Fri Jun 13 11:20:53 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 24bbc820701b49ab8bc7b9670034e39e11da8a16
https://github.com/llvm/llvm-project/commit/24bbc820701b49ab8bc7b9670034e39e11da8a16
Author: Andy Kaylor <akaylor at nvidia.com>
Date: 2025-06-13 (Fri, 13 Jun 2025)
Changed paths:
M clang/include/clang/CIR/Dialect/Builder/CIRBaseBuilder.h
M clang/lib/CIR/CodeGen/CIRGenBuilder.h
M clang/lib/CIR/CodeGen/CIRGenDecl.cpp
M clang/lib/CIR/CodeGen/CIRGenFunction.h
M clang/lib/CIR/CodeGen/CIRGenModule.h
A clang/test/CIR/CodeGen/static-vars.c
A clang/test/CIR/CodeGen/static-vars.cpp
Log Message:
-----------
[CIR] Support for static variables (#143980)
This adds support for emitting static variables and their initializers.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list