[all-commits] [llvm/llvm-project] 8573c2: Add debug support for set types
adrian-prantl via All-commits
all-commits at lists.llvm.org
Mon Mar 29 18:05:09 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8573c28a514f5d06bd5a8854093e461fa6e467a4
https://github.com/llvm/llvm-project/commit/8573c28a514f5d06bd5a8854093e461fa6e467a4
Author: Adrian Prantl <aprantl at apple.com>
Date: 2021-03-29 (Mon, 29 Mar 2021)
Changed paths:
M llvm/include/llvm/BinaryFormat/Dwarf.def
M llvm/include/llvm/IR/DIBuilder.h
M llvm/lib/IR/DIBuilder.cpp
M llvm/lib/IR/Verifier.cpp
A llvm/test/DebugInfo/Generic/set.ll
A llvm/test/Verifier/set1.ll
M llvm/unittests/IR/DebugInfoTest.cpp
Log Message:
-----------
Add debug support for set types
This commit adds debugging support for set types defined in languages
such as Pascal and Modula-2.
Patch by Peter McKinna!
Differential Revision: https://reviews.llvm.org/D76115
More information about the All-commits
mailing list