[flang-commits] [flang] [mlir] [mlir] Add missing fields in DICompositeTypeAttr. (PR #93226)
Abid Qadeer via flang-commits
flang-commits at lists.llvm.org
Tue May 28 02:41:03 PDT 2024
abidh wrote:
> The #92568 introduced call of [DICompositeTypeAttr::get](https://github.com/llvm/llvm-project/blob/1383cb6e648ba9f4516fa2317f948116c4f35c10/flang/lib/Optimizer/Transforms/DebugTypeGenerator.cpp#L72) in flang
After opening of this PR, #92568 went in which added a call to DICompositeTypeAttr::get in flang that was causing the build failure. I have pushed a commit to adjust the call. I will wait for bots to turn green before landing.
https://github.com/llvm/llvm-project/pull/93226
More information about the flang-commits
mailing list