[all-commits] [llvm/llvm-project] c593e3: [Flang][Driver] Add a flag to control zero initial...
Kiran Chandramohan via All-commits
all-commits at lists.llvm.org
Wed Jan 15 07:07:18 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c593e3d0f77509ce65a6f5bd744f2d1ea9935c47
https://github.com/llvm/llvm-project/commit/c593e3d0f77509ce65a6f5bd744f2d1ea9935c47
Author: Kiran Chandramohan <kiran.chandramohan at arm.com>
Date: 2025-01-15 (Wed, 15 Jan 2025)
Changed paths:
M clang/include/clang/Driver/Options.td
M clang/lib/Driver/ToolChains/Flang.cpp
M flang/include/flang/Lower/LoweringOptions.def
M flang/lib/Frontend/CompilerInvocation.cpp
M flang/lib/Lower/ConvertVariable.cpp
A flang/test/Driver/fno-zero-init.f90
A flang/test/Lower/zero_init.f90
A flang/test/Lower/zero_init_default_init.f90
Log Message:
-----------
[Flang][Driver] Add a flag to control zero initialization of global v… (#122144)
…ariables
Patch adds a flag to control zero initialization of global variables
without default initialization. The default is to zero initialize.
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