[PATCH] D110016: Check for invalid projects passed in LLVM_ENABLE_PROJECTS
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 20 09:55:29 PDT 2021
MaskRay 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:
> 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.
> ```
Ah, my `LLVM_ENABLE_PROJECTS` had `debuginfo-tests` so my build was broken.
My `debuginfo-tests/` was not empty because there were many `__pycache__` `.pyc` files...
I'll revert the commit. Sorry
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