diff --git a/llvm.spec b/llvm.spec index d87deab9852e68e1c41d67da3ec1b279fe8c2dab..50c3c10dd9bba8055093202f9ff00ca3226b2e9a 100644 --- a/llvm.spec +++ b/llvm.spec @@ -44,14 +44,14 @@ %global exec_suffix %{nil} %endif -%global targets_to_build "X86;AMDGPU;AArch64;BPF;WebAssembly" +%global targets_to_build "X86;AMDGPU;AArch64;ARM;BPF;WebAssembly" %global experimental_targets_to_build "" %global build_install_prefix %{buildroot}%{install_prefix} Name: llvm Version: 13.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Low Level Virtual Machine License: NCSA @@ -535,5 +535,8 @@ fi %endif %changelog +* Mon Mar 21 2022 forrest_ly - 13.0.1-2 +- Add arm to targets_to_buid + * Wed Mar 9 2022 forrest_ly - 13.0.1-1 - Init for Anolis OS 23