From 5a198c0202559e7f78a5d705b332319fb8280677 Mon Sep 17 00:00:00 2001 From: Eduard Abdullin Date: Wed, 7 May 2025 14:01:25 +0300 Subject: [PATCH] Use x86_64-redhat-linux as default gcc triple for x86_64_v2 Add riscv64 support --- llvm.spec | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/llvm.spec b/llvm.spec index a5fdfc7..d122d04 100644 --- a/llvm.spec +++ b/llvm.spec @@ -1286,11 +1286,6 @@ popd %endif #endregion libcxx options -%global runtimes compiler-rt;openmp -%ifnarch riscv64 -%global runtimes %{runtimes};offload -%endif - #region llvm options %global cmake_config_args %{cmake_config_args} \\\ -DLLVM_APPEND_VC_REV:BOOL=OFF \\\ @@ -1937,8 +1932,6 @@ export LIT_XFAIL="$LIT_XFAIL;OpenMP/declare_variant_device_isa_codegen_1.c" test_list_filter_out+=("Clang :: OpenMP/declare_variant_device_isa_codegen_1.c") %endif -export LIT_FILTER_OUT=$(test_list_to_regex test_list_filter_out) - %ifnarch riscv64 %cmake_build --target check-clang %endif @@ -3059,7 +3052,7 @@ fi #region changelog %changelog -* Thu Apr 24 2025 Eduard Abdullin - 20.1.2-1.alma.1 +* Wed May 07 2025 Eduard Abdullin - 20.1.2-1.alma.1 - Use x86_64-redhat-linux as default gcc triple for x86_64_v2 - Add riscv64 support