mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
The fortran arrays use 'dataLocation', 'rank', 'allocated' and 'associated' fields of the DICompositeType. These were not available in 'DICompositeTypeAttr'. This PR adds the missing fields. --------- Co-authored-by: Tobias Gysi <tobias.gysi@nextsilicon.com>