From eb7d925b8d63d537dc86111d6a23ed04b3735439 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 23 May 2026 17:02:18 +0100 Subject: [PATCH] Revert "profiles/features/llvm: fix CPP definition" This reverts commit d9ab7b4d4ab7f11bf9e33aaaa9551f4a1bf84d22. Bug: https://bugs.gentoo.org/975778 Signed-off-by: Sam James --- profiles/features/llvm/make.defaults | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/features/llvm/make.defaults b/profiles/features/llvm/make.defaults index c3569aecea6d8..8fd345137416b 100644 --- a/profiles/features/llvm/make.defaults +++ b/profiles/features/llvm/make.defaults @@ -1,4 +1,4 @@ -# Copyright 2021-2026 Gentoo Authors +# Copyright 2021-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # this is for now highly experimental -dilfridge @@ -19,7 +19,7 @@ LDFLAGS="${LDFLAGS} -Wl,--as-needed" # use LLVM-provided binutils AR="llvm-ar" AS="clang -c" -CPP="clang-cpp -E" +CPP="clang-cpp" NM="llvm-nm" STRIP="llvm-strip" RANLIB="llvm-ranlib"