Skip to content

Commit 8794e47

Browse files
nikictbaederr
authored andcommitted
Exclude hwasan_symbolize on i686
1 parent 9e875ae commit 8794e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files.spec.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@
499499

500500
%files -n %{pkg_name_compiler_rt}
501501
%license compiler-rt/LICENSE.TXT
502-
%ifarch x86_64 aarch64 %{ix86}
502+
%ifarch x86_64 aarch64
503503
%{_prefix}/lib/clang/%{maj_ver}/bin/hwasan_symbolize
504504
%endif
505505
%{_prefix}/lib/clang/%{maj_ver}/include/fuzzer

0 commit comments

Comments
 (0)