[PATCH] D54327: Adding debug info to support Fortran (part 3)
Eric Schweitz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 9 13:21:13 PST 2018
schweitz added inline comments.
================
Comment at: lib/IR/LLVMContextImpl.h:805
+ unsigned LineNo;
+ uint32_t AlignInBits;
+
----------------
aprantl wrote:
> Why does a common block have an alignment?
Good point. It seems like the alignment of the global storage would suffice.
Repository:
rL LLVM
https://reviews.llvm.org/D54327
More information about the llvm-commits
mailing list