Updated files

This commit is contained in:
Алзим 2020-02-14 00:29:26 +03:00
parent aebae1eb9f
commit cc22e9938f

View file

@ -1,5 +1,6 @@
#%%define _disable_ld_no_undefined 0
#%%define debugcflags %%{nil}
%define debugcflags %%{nil}
%define debug_package %{nil}
# clang header paths are hard-coded at compile time
# and need adjustment whenever there's a new GCC version
@ -120,11 +121,8 @@ LLVM plugins.
%files -n %{plugins}
%{_libdir}/BugpointPasses.so
%{_libdir}/CheckerDependencyHandlingAnalyzerPlugin.so
%{_libdir}/CheckerOptionHandlingAnalyzerPlugin.so
%{_libdir}/LLVMHello.so
%{_libdir}/LLVMgold.so
%{_libdir}/SampleAnalyzerPlugin.so
#----------------------------------------------------------------------------
@ -273,12 +271,14 @@ as libraries and designed to be loosely-coupled and extensible.
%{_datadir}/clang/clang-tidy-diff.py
%{_datadir}/clang/run-clang-tidy.py
%{_datadir}/clang/run-find-all-symbols.py
%if %{mdvver} >= 201910
%{_datadir}/clang/__pycache__/clang-rename.cpython-38.opt-1.pyc
%{_datadir}/clang/__pycache__/clang-rename.cpython-38.pyc
%{_datadir}/clang/__pycache__/clang-tidy-diff.cpython-38.opt-1.pyc
%{_datadir}/clang/__pycache__/clang-tidy-diff.cpython-38.pyc
%{_datadir}/clang/__pycache__/run-clang-tidy.cpython-38.opt-1.pyc
%{_datadir}/clang/__pycache__/run-clang-tidy.cpython-38.pyc
%endif
%{_rpmmacrodir}/*clang-gcc-wrapper*
%endif