mirror of
https://abf.rosa.ru/djam/llvm801.git
synced 2025-02-23 09:42:54 +00:00
Updated llvm.spec
This commit is contained in:
parent
bb001e4ff1
commit
d5f8caa91d
1 changed files with 4 additions and 1 deletions
|
@ -119,6 +119,7 @@ Shared library for the LLVM compiler infrastructure.
|
|||
%{_libdir}/libLTO.so.%{lto_maj}*
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
%define devname %mklibname %name -d
|
||||
|
||||
%package -n %{devname}
|
||||
Summary: Development files for LLVM
|
||||
|
@ -201,6 +202,7 @@ short vector instructions as well as dedicated accelerators.
|
|||
%define clang_maj 8
|
||||
%define clang_api %{maj_api}
|
||||
%define libclang %mklibname clang %{clang_maj}
|
||||
%define gcc_version %(gcc -dumpversion)
|
||||
# TODO: %%{_bindir}/clang is linked against static libclang.a, could it be
|
||||
# linked against libclang.so instead, like llvm-* are against livLLVM.so?
|
||||
|
||||
|
@ -230,7 +232,6 @@ as libraries and designed to be loosely-coupled and extensible.
|
|||
%{_bindir}/diagtool
|
||||
%{_bindir}/hmaptool
|
||||
%{_datadir}/clang/bash-autocomplete.sh
|
||||
%{_datadir}/clang/clang-gcc-wrapper.sh
|
||||
%{_datadir}/clang/clang-include-fixer.el
|
||||
%{_datadir}/clang/clang-include-fixer.py
|
||||
%{_datadir}/clang/clang-rename.el
|
||||
|
@ -239,6 +240,7 @@ as libraries and designed to be loosely-coupled and extensible.
|
|||
%{_datadir}/clang/run-clang-tidy.py
|
||||
%{_datadir}/clang/run-find-all-symbols.py
|
||||
%{_libdir}/clang/
|
||||
%{_datadir}/clang/clang-gcc-wrapper.sh
|
||||
%{_sys_macros_dir}/clang-gcc-wrapper.macros
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
@ -257,6 +259,7 @@ programs that are dynamically linked against libclang.
|
|||
%{_libdir}/libclang-%{maj_api}.so
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
%define devclang %mklibname clang -d
|
||||
|
||||
%package -n %{devclang}
|
||||
Summary: Development files for clang
|
||||
|
|
Loading…
Add table
Reference in a new issue