From 6e24d20038fef0e1db17477bffcceca792ab615f Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Wed, 12 Oct 2022 14:29:20 +0800 Subject: dependency: add LLVM (w/ Clang) as external dependency of kernel Some kernel features (like, building the kernel with LTO) already requires Clang. --- appendices/dependencies.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appendices/dependencies.xml b/appendices/dependencies.xml index 69c676394..99b84c385 100644 --- a/appendices/dependencies.xml +++ b/appendices/dependencies.xml @@ -1863,7 +1863,9 @@ &external; - cpio + cpio and + LLVM + (with Clang) -- cgit v1.2.3-54-g00ecf