[PATCH] D120051: [flang][driver] Make `flang-new` always generate run-time type info

Andrzej Warzynski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 17 06:21:52 PST 2022


awarzynski added a comment.

For a bit more context, after https://reviews.llvm.org/D119555 landed, SNAP no longer builds with `flang-new` (see the instructions here <https://github.com/flang-compiler/f18-llvm-project/issues/1341>). This patch fixes that, but we can only be verified with `fir-dev`. I wasn't sure how to go about fixing this, but IIUC, it's preferred to create initial patches here and then cherry-pick them onto `fir-dev`. Also, this change is relatively straightforward (I hope!). Let me know what you think!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120051/new/

https://reviews.llvm.org/D120051



More information about the llvm-commits mailing list