[all-commits] [llvm/llvm-project] 5b3bf8: [DebugInfo] Expose Fortran array debug info attrib...
adrian-prantl via All-commits
all-commits at lists.llvm.org
Mon Oct 26 16:23:56 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5b3bf8b453b8cc00efd5269009a1e63c4442a30e
https://github.com/llvm/llvm-project/commit/5b3bf8b453b8cc00efd5269009a1e63c4442a30e
Author: Adrian Prantl <aprantl at apple.com>
Date: 2020-10-26 (Mon, 26 Oct 2020)
Changed paths:
M llvm/include/llvm/IR/DIBuilder.h
M llvm/lib/IR/DIBuilder.cpp
M llvm/unittests/IR/DebugInfoTest.cpp
Log Message:
-----------
[DebugInfo] Expose Fortran array debug info attributes through DIBuilder.
The support of a few debug info attributes specifically for Fortran
arrays have been added to LLVM recently, but there's no way to take
advantage of them through DIBuilder. This patch extends
DIBuilder::createArrayType to enable the settings of those attributes.
Patch by Chih-Ping Chen!
Differential Revision: https://reviews.llvm.org/D89817
More information about the All-commits
mailing list