[PATCH] D54327: Adding debug info to support Fortran (part 3)
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 9 12:49:41 PST 2018
aprantl added a comment.
This will also need assembler roundtrip tests in tests/Assembler.
================
Comment at: lib/IR/LLVMContextImpl.h:805
+ unsigned LineNo;
+ uint32_t AlignInBits;
+
----------------
Why does a common block have an alignment?
Repository:
rL LLVM
https://reviews.llvm.org/D54327
More information about the llvm-commits
mailing list