[all-commits] [llvm/llvm-project] fea159: [llvm][cmake] Do not emit error on `libc`'s use of...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Wed Sep 25 14:32:51 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fea159671ae189fd25f0b01f35160ca31a07f962
https://github.com/llvm/llvm-project/commit/fea159671ae189fd25f0b01f35160ca31a07f962
Author: Joseph Huber <huberjn at outlook.com>
Date: 2024-09-25 (Wed, 25 Sep 2024)
Changed paths:
M llvm/CMakeLists.txt
Log Message:
-----------
[llvm][cmake] Do not emit error on `libc`'s use of project + runtime build (#110038)
Summary:
The `libc` project automatically adds `libc` to the projects list if
it's in the runtimes list. This then causes it to enter the projects
directory to bootstrap a handful of utilities, This usage conflicts
with a new error message with effectively stopped us from doing this.
This patch weakens the error message to permit this single case.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list