mirror of
https://abf.rosa.ru/djam/llvm12.git
synced 2025-02-23 15:22:50 +00:00
Updated files
This commit is contained in:
parent
aebae1eb9f
commit
cc22e9938f
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue