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

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 20 11:26:19 PDT 2021


thakis added a comment.

This is a problem for us. We inject an extra target at the cmake level and then pass that to LLVM_ENABLE_PROJECTS. That used to work fine, but now it's rejected.

How should we proceed?

- Put this check behind a (default-on) option and turn it off for us
- Add a setting of valid extra project names that's default-empty
- Your idea heere


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