[all-commits] [llvm/llvm-project] d0ae23: Add RunTimeLang to Class and Enumeration DIBuilder...
Augusto Noronha via All-commits
all-commits at lists.llvm.org
Wed Nov 15 12:46:20 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d0ae2391897033c50225a20fd3024816dffd80b6
https://github.com/llvm/llvm-project/commit/d0ae2391897033c50225a20fd3024816dffd80b6
Author: Augusto Noronha <augusto2112 at me.com>
Date: 2023-11-15 (Wed, 15 Nov 2023)
Changed paths:
M clang/lib/CodeGen/CGDebugInfo.cpp
M llvm/include/llvm/IR/DIBuilder.h
M llvm/lib/IR/DIBuilder.cpp
M llvm/lib/IR/DebugInfo.cpp
Log Message:
-----------
Add RunTimeLang to Class and Enumeration DIBuilder functions (#72011)
RunTimeLang is already supported by DICompositeType, and already used by
structs and unions. Add a new parameter in the class and enumeration
create methods, so they can use the RunTimeLang attribute as well.
More information about the All-commits
mailing list