mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-28 18:36:50 +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
b9e4db6642
commit
e0a9a93370
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/sanitizer
|
||||||
%{_prefix}/lib/clang/%{maj_ver}/include/xray
|
%{_prefix}/lib/clang/%{maj_ver}/include/xray
|
||||||
|
|
||||||
%{_prefix}/lib/clang/%{maj_ver}/share/asan_ignorelist.txt
|
%{_prefix}/lib/clang/%{maj_ver}/share/*.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
|
|
||||||
|
|
||||||
# Files that appear both in x86_64 and i686
|
# Files that appear both in x86_64 and i686
|
||||||
%{_prefix}/lib/clang/%{maj_ver}/lib/%{llvm_triple}/clang_rt.crtbegin.o
|
%{_prefix}/lib/clang/%{maj_ver}/lib/%{llvm_triple}/clang_rt.crtbegin.o
|
||||||
|
|
Loading…
Reference in a new issue