#60 Fix packaging on ppc64le and s390x
Merged 11 months ago by tuliom. Opened 11 months ago by tuliom.
rpms/ tuliom/compiler-rt fix-non-hwasan  into  upstream-snapshot

file modified
+3 -1
@@ -119,12 +119,14 @@ 

  

  %files

  %license LICENSE.TXT

+ %ifarch x86_64 aarch64

  %{_prefix}/lib/clang/%{maj_ver}/bin/*

+ %endif

  %{_prefix}/lib/clang/%{maj_ver}/include/*

  %{_prefix}/lib/clang/%{maj_ver}/lib/*

  %{_prefix}/lib/clang/%{maj_ver}/share/*

  #%ifarch x86_64 aarch64

- #%{_bindir}/hwasan_symbolize

+ #{_bindir}/hwasan_symbolize

  #%endif

  

  %changelog

hwasan is supported only on aarch64 and x86_64.
Also avoid a warning about a macro being expanded inside a comment.

Pull-Request has been merged by tuliom

11 months ago
Metadata