[all-commits] [llvm/llvm-project] e97fc5: [flang] Add TODO instead of crashing on assert
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Thu Feb 16 05:06:21 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e97fc5007e72d183085ecd408ad098b5b5e1319e
https://github.com/llvm/llvm-project/commit/e97fc5007e72d183085ecd408ad098b5b5e1319e
Author: Valentin Clement <clementval at gmail.com>
Date: 2023-02-16 (Thu, 16 Feb 2023)
Changed paths:
M flang/lib/Lower/ConvertExpr.cpp
Log Message:
-----------
[flang] Add TODO instead of crashing on assert
Current code are crashing on the assert `assert(seqTy && "must be an array");`.
Add a TODO instead until the support is in.
Reviewed By: jeanPerier
Differential Revision: https://reviews.llvm.org/D144173
More information about the All-commits
mailing list