[all-commits] [llvm/llvm-project] 4121ac: Check for invalid projects passed in LLVM_ENABLE_P...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Fri Sep 17 20:10:11 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4121ac1e7f96d826b793bd7e29c181f1eb8168bf
https://github.com/llvm/llvm-project/commit/4121ac1e7f96d826b793bd7e29c181f1eb8168bf
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.
Differential Revision: https://reviews.llvm.org/D110016
More information about the All-commits
mailing list