mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 09:32:42 +00:00
Use wildcard for sanitizer ignore/abi lists
The list of supported sanitizers differs per target, and depending on that some of these files may or may not be present. Use a wildcard rather than explicitly listing this out.
This commit is contained in:
parent
1846c73b59
commit
c954f67bf3
1 changed files with 1 additions and 5 deletions
|
@ -513,11 +513,7 @@
|
|||
%{_prefix}/lib/clang/%{maj_ver}/include/sanitizer
|
||||
%{_prefix}/lib/clang/%{maj_ver}/include/xray
|
||||
|
||||
%{_prefix}/lib/clang/%{maj_ver}/share/asan_ignorelist.txt
|
||||
%{_prefix}/lib/clang/%{maj_ver}/share/cfi_ignorelist.txt
|
||||
%{_prefix}/lib/clang/%{maj_ver}/share/dfsan_abilist.txt
|
||||
%{_prefix}/lib/clang/%{maj_ver}/share/hwasan_ignorelist.txt
|
||||
%{_prefix}/lib/clang/%{maj_ver}/share/msan_ignorelist.txt
|
||||
%{_prefix}/lib/clang/%{maj_ver}/share/*.txt
|
||||
|
||||
# Files that appear both in x86_64 and i686
|
||||
%{_prefix}/lib/clang/%{maj_ver}/lib/%{llvm_triple}/clang_rt.crtbegin.o
|
||||
|
|
Loading…
Reference in a new issue