The new snippet is similar to the one provided by the doxygen-based
documentation, however no cmake cmd provided (no special flag is
required on the cmake step).
Details
Details
- Reviewers
sscalpone sameeranjoshi kiranchandramohan
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks for this patch. Please see comment inline.
flang/README.md | ||
---|---|---|
333–334 | The LINK_WITH_FIR cmake variable was removed (https://reviews.llvm.org/D96411) and is not used or required now. You can remove the requirement of LINK_WITH_FIR and its usage in the snippet. |
Comment Actions
The documentation is also available in https://flang.llvm.org/docs/FIRLangRef.html.
flang/README.md | ||
---|---|---|
338 |
The LINK_WITH_FIR cmake variable was removed (https://reviews.llvm.org/D96411) and is not used or required now. You can remove the requirement of LINK_WITH_FIR and its usage in the snippet.