[PATCH] D96631: [flang] Detect circularly defined procedures
Peter Klausler via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 12 17:32:24 PST 2021
klausler added a comment.
I think there's ways by which the characteristics of a procedure could be self-dependent besides the use of a dummy procedure, so you might want a less specific error. But that's probably the most common way that a user can get themselves into trouble with this sort of thing, so you might be okay. Improve or change the message as you like, or not. Maybe Tim can suggest better wording.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96631/new/
https://reviews.llvm.org/D96631
More information about the llvm-commits
mailing list