aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/LiveDebugVariables.cpp
diff options
context:
space:
mode:
authorAlok Kumar Sharma <AlokKumar.Sharma@amd.com>2020-09-10 11:53:43 +0530
committerAlok Kumar Sharma <AlokKumar.Sharma@amd.com>2020-09-16 14:15:53 +0530
commit159abe09d25b19c24bf23ce50757987c0f25abe4 (patch)
tree7c3d7211793a6e441bcec25b8bf97df8e6097a24 /llvm/lib/CodeGen/LiveDebugVariables.cpp
parentcb1ef0eaff8726a8c1fe4b8440f6734cbbe91630 (diff)
downloadllvm-159abe09d25b19c24bf23ce50757987c0f25abe4.zip
llvm-159abe09d25b19c24bf23ce50757987c0f25abe4.tar.gz
llvm-159abe09d25b19c24bf23ce50757987c0f25abe4.tar.bz2
[DebugInfo][flang] DISubrange support for fortran assumed size array
This is needed to support assumed size array of fortran which can have missing upperBound/count , contrary to current DISubrange support. Example: subroutine sub (array1, array2) integer :: array1 (*) integer :: array2 (4:9, 10:*) array1(7:8) = 9 array2(5, 10) = 10 end subroutine Now the validation check is relaxed for fortran. Reviewed By: aprantl Differential Revision: https://reviews.llvm.org/D87500
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugVariables.cpp')
0 files changed, 0 insertions, 0 deletions