diff --git a/clang.spec b/clang.spec index e969c44..4a7b06a 100644 --- a/clang.spec +++ b/clang.spec @@ -47,6 +47,8 @@ Patch4: 0001-lit.cfg-Remove-substitutions-for-clang-llvm-tools.patch BuildRequires: cmake BuildRequires: llvm-devel = %{version} BuildRequires: libxml2-devel +# llvm-static is required, because clang-tablegen needs libLLVMTableGen, which +# is not included in libLLVM.so. BuildRequires: llvm-static = %{version} BuildRequires: perl-generators BuildRequires: ncurses-devel