Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[flang][debug] Correct pointer size. (llvm#120781)
We were passing size in bytes for the sizeInBits field in DIDerivedTypeAttr with DW_TAG_pointer_type. Although this field is un-used in this case but better to be accurate.
- Loading branch information