[all-commits] [llvm/llvm-project] 3cf280: Emit nested unused enum types with -fno-eliminate-...
ykhatav via All-commits
all-commits at lists.llvm.org
Tue May 13 08:30:14 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3cf280c16aaf93148db9080a47f24ac76c01bde4
https://github.com/llvm/llvm-project/commit/3cf280c16aaf93148db9080a47f24ac76c01bde4
Author: ykhatav <yashasvi.khatavkar at intel.com>
Date: 2025-05-13 (Tue, 13 May 2025)
Changed paths:
M clang/lib/CodeGen/CodeGenModule.cpp
A clang/test/CodeGen/unused_nested_enump.cpp
Log Message:
-----------
Emit nested unused enum types with -fno-eliminate-unused-debug-types (#137818)
Unused types are retained in the debug info when
-fno-eliminate-unused-debug-types is specified.
However, unused nested enums were not being emitted even with this
option.
This patch fixes the missing emission of unused nested enums with
-fno-eliminate-unused-debug-types
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