[PATCH] D143301: [flang] Handle unsupported warning flags

Slava Zakharin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 21 16:55:03 PST 2023


vzakhari added a comment.

The new tests fail to link:

  flang-new: warning: The warning option '-Wextra' is not supported
  /usr/bin/ld: cannot find -lFortran_main
  /usr/bin/ld: cannot find -lFortranRuntime
  /usr/bin/ld: cannot find -lFortranDecimal

Is the linking really necessary?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143301



More information about the cfe-commits mailing list