From 33f597aab614294d995ead5370cb2d54c722b43f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Wed, 27 Apr 2022 12:04:32 +0200 Subject: [PATCH] Remove some unused variables --- llvm.spec | 5 ----- 1 file changed, 5 deletions(-) diff --git a/llvm.spec b/llvm.spec index 048776e..380b6ae 100644 --- a/llvm.spec +++ b/llvm.spec @@ -13,8 +13,6 @@ %bcond_with compat_build %bcond_without check -%global llvm_libdir %{_libdir}/%{name} -%global build_llvm_libdir %{buildroot}%{llvm_libdir} #global rc_ver 4 %global maj_ver 14 %global min_ver 0 @@ -339,9 +337,6 @@ rm -rf test/tools/UpdateTestChecks install %{build_libdir}/libLLVMTestingSupport.a %{buildroot}%{_libdir} %global install_srcdir %{buildroot}%{_datadir}/llvm/src -%global lit_cfg test/%{_arch}.site.cfg.py -%global lit_unit_cfg test/Unit/%{_arch}.site.cfg.py -%global lit_fedora_cfg %{_datadir}/llvm/lit.fedora.cfg.py # Install gtest sources so clang can use them for gtest install -d %{install_srcdir}