Files
llvm/flang/lib/Lower/PFTBuilder.cpp
Valentin Clement 3f55311a0a [flang] Fix optional assertion in PFTBuilder
D142279 enabled assertion in libstdc++ and one was triggered
in the PFTBuilder because an optional was access even if it was
null.
This patch fix this issue and add a regression test.

Reviewed By: jeanPerier

Differential Revision: https://reviews.llvm.org/D143589
2023-02-08 16:54:36 +01:00

78 KiB