[all-commits] [llvm/llvm-project] 0b2b50: [DebugInfo] Expose Fortran array debug info attrib...
adrian-prantl via All-commits
all-commits at lists.llvm.org
Wed Oct 28 13:13:56 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0b2b50a5d2893af47466f191771d20c9993a1624
https://github.com/llvm/llvm-project/commit/0b2b50a5d2893af47466f191771d20c9993a1624
Author: Adrian Prantl <aprantl at apple.com>
Date: 2020-10-28 (Wed, 28 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 Review: https://reviews.llvm.org/D90323
More information about the All-commits
mailing list