Revert "profiles/features/llvm: fix CPP definition"

This reverts commit d9ab7b4d4a.

Bug: https://bugs.gentoo.org/975778
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-05-23 17:02:18 +01:00
parent 880fa8f8eb
commit eb7d925b8d

View File

@@ -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"