[llvm-commits] [llvm] r129156 - in /llvm/trunk: docs/SourceLevelDebugging.html lib/CodeGen/AsmPrinter/DwarfDebug.cpp test/DebugInfo/array.ll
Duncan Sands
baldrick at free.fr
Fri Apr 8 16:24:09 PDT 2011
Hi Devang,
> Is it possible to have an zero element array with lower bound as 27 ? If not then, yes, we can remove this restriction.
it is certainly possible to declare such types in Ada, but it seems that by the
time it hits the dragonegg plugin this has been changed into a lower bound of 1
and an upper bound of 0.
Ciao, Duncan.
More information about the llvm-commits
mailing list