From f963f98785f805fc0c31e068f5833c7e91bb4033 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jul 09 2018 17:06:48 +0000 Subject: add BuildRequires: gcc-c++,gcc Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot --- diff --git a/llvm.spec b/llvm.spec index d4e89e8..5f0f6cb 100644 --- a/llvm.spec +++ b/llvm.spec @@ -25,6 +25,8 @@ Patch3: 0001-CMake-Split-static-library-exports-into-their-own-ex.patch Patch7: 0001-Filter-out-cxxflags-not-supported-by-clang.patch Patch9: 0001-Export-LLVM_DYLIB_COMPONENTS-in-LLVMConfig.cmake.patch +BuildRequires: gcc +BuildRequires: gcc-c++ BuildRequires: cmake BuildRequires: ninja-build BuildRequires: zlib-devel