[PATCH] D110016: Check for invalid projects passed in LLVM_ENABLE_PROJECTS

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 20 09:45:07 PDT 2021


mehdi_amini added inline comments.


================
Comment at: llvm/CMakeLists.txt:67
 # one for llvm+clang+... using the same sources.
 set(LLVM_ALL_PROJECTS "clang;clang-tools-extra;compiler-rt;cross-project-tests;libc;libclc;libcxx;libcxxabi;libunwind;lld;lldb;mlir;openmp;parallel-libs;polly;pstl")
 # The flang project is not yet part of "all" projects (see C++ requirements)
----------------
mehdi_amini wrote:
> MaskRay wrote:
> > I  added `debuginfo-tests` in 4b80f0125adc876c8ef325f1c0ace4af023f2264
> Wasn't this renamed to cross-project-tests?
See 1364750dadbb56032ef73b4d0d8cbc88a51392da 

```
    Move debuginfo-test into a subdirectory of a new top-level directory,
    called cross-project-tests. The new name replaces "debuginfo-test" as an
    LLVM project enabled via LLVM_ENABLE_PROJECTS.
```


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110016



More information about the llvm-commits mailing list