[all-commits] [llvm/llvm-project] 713c76: Check for invalid projects passed in LLVM_ENABLE_P...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Sat Sep 18 11:11:47 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 713c768a6d0e385be0f14816494d146bd32ea731
https://github.com/llvm/llvm-project/commit/713c768a6d0e385be0f14816494d146bd32ea731
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2021-09-18 (Sat, 18 Sep 2021)
Changed paths:
M llvm/CMakeLists.txt
Log Message:
-----------
Check for invalid projects passed in LLVM_ENABLE_PROJECTS
This is catching misconfiguration. For example one of my automation
had a typo running `-DLLVM_ENABLE_PROJECTS=nlir` and it was just
silently ignored. Instead, an error will now be displayed.
Recommit 4121ac1e after fixing it to not fail on "all"
Differential Revision: https://reviews.llvm.org/D110016
More information about the All-commits
mailing list