[PATCH] D154109: Moved flang to LLVM_ALL_PROJECTS
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 14 15:51:19 PST 2023
mehdi_amini added inline comments.
================
Comment at: llvm/CMakeLists.txt:121
-# The flang project is not yet part of "all" projects (see C++ requirements)
-set(LLVM_EXTRA_PROJECTS "flang")
# List of all known projects in the mono repo
----------------
Might be useful to keep the LLVM_EXTRA_PROJECTS here and below, even if empty for now? Adding a new project to LLVM could then just reuse this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154109/new/
https://reviews.llvm.org/D154109
More information about the llvm-commits
mailing list