File llvm4.spec of Package llvm4.8721

#
# spec file for package llvm4
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%define _relver 4.0.1
%define _minor  4.0
%define _sonum  4
# Integer version used by update-alternatives
%define _uaver  401
%define _socxx  1
%define _revsn  305264
%ifarch x86_64
%bcond_without libcxx
%else
%bcond_with libcxx
%endif
%ifarch ppc64 ppc64le %{ix86} x86_64
%bcond_without openmp
%else
%bcond_with openmp
%endif
%ifarch x86_64
%bcond_without lldb
%else
%bcond_with lldb
%endif
%bcond_with ffi
%bcond_with oprofile
%bcond_with valgrind
%bcond_without pyclang

Name:           llvm4
Version:        4.0.1
Release:        0
Summary:        Low Level Virtual Machine
License:        NCSA
Group:          Development/Languages/Other
Url:            http://www.llvm.org
# NOTE: please see README.packaging in the llvm package for details on how to update this package
Source0:        http://llvm.org/releases/%{version}/llvm-%{version}.src.tar.xz
Source1:        http://llvm.org/releases/%{version}/cfe-%{version}.src.tar.xz
Source2:        http://llvm.org/releases/%{version}/clang-tools-extra-%{version}.src.tar.xz
Source3:        http://llvm.org/releases/%{version}/compiler-rt-%{version}.src.tar.xz
Source4:        http://llvm.org/releases/%{version}/libcxx-%{version}.src.tar.xz
Source5:        http://llvm.org/releases/%{version}/libcxxabi-%{version}.src.tar.xz
Source6:        http://llvm.org/releases/%{version}/openmp-%{version}.src.tar.xz
Source7:        http://llvm.org/releases/%{version}/lld-%{version}.src.tar.xz
Source8:        http://llvm.org/releases/%{version}/lldb-%{version}.src.tar.xz
# Docs are created manually, see below
Source50:       llvm-docs-%{version}.src.tar.xz
Source51:       cfe-docs-%{version}.src.tar.xz
Source100:      %{name}-rpmlintrc
Source101:      baselibs.conf
# PATCH-FIX-OPENSUSE set-revision.patch idoenmez@suse.de -- Allow us to set revision
Patch1:         set-revision.patch
# PATCH-FIX-OPENSUSE assume-opensuse.patch idoenmez@suse.de -- Always enable openSUSE/SUSE features
Patch2:         assume-opensuse.patch
# PATCH-FIX-OPENSUSE default-to-i586.patch -- Use i586 as default target for 32bit
Patch3:         default-to-i586.patch
Patch4:         clang-resourcedirs.patch
Patch5:         llvm-remove-clang-only-flags.patch
Patch6:         llvm-fix-find-gcc5-install.patch
Patch7:         aarch64-disable-memorytest.patch
# PATCH-FIX-OPENSUSE arm_suse_support.diff -- Enable ARM suse toolchain support
Patch8:         arm_suse_support.diff
Patch9:         xlocale.patch
Patch10:        libsanitizer.patch
Patch11:        clang-ignore-stack-clash-protector.patch
Patch12:        llvm-add_a_LLVM_USE_LINKER.patch
# PATCH-FIX-OPENSUSE lldb-cmake.patch -- Let us set LLDB_REVISION and fix ncurses include path.
Patch15:        lldb-cmake.patch
# PATCH-FIX-OPENSUSE lldb-add-pthread-dl-libs.patch -- Add -lpthread and -ldl options to the end of LDFLAGS to fix linking problems.
Patch16:        lldb-add-pthread-dl-libs.patch
Patch17:        lldb-gcc7.patch
Patch18:        llvm-normally-versioned-libllvm.patch
Patch19:        llvm-do-not-install-static-libraries.patch
Patch20:        clang-add-python-3-support-to-clang-cindex.patch
Patch21:        clang-bindings-allow-null-strings-in-python-3.patch
Patch22:        llvm-lit-Make-util.executeCommand-python3-friendly.patch
Patch23:        llvm-lit-Re-apply-Fix-some-convoluted-logic-around-Unicod.patch
Patch24:        libcxx-fix-python3-syntax-error.patch
Patch25:        n_clang_allow_BUILD_SHARED_LIBRARY.patch
Patch26:        libcxx.glibc2.27.diff
BuildRequires:  binutils-devel >= 2.21.90
BuildRequires:  binutils-gold
BuildRequires:  cmake3
BuildRequires:  fdupes
BuildRequires:  groff
BuildRequires:  libstdc++-devel
BuildRequires:  libtool
BuildRequires:  ncurses-devel
BuildRequires:  ninja
BuildRequires:  pkgconfig
BuildRequires:  python3
BuildRequires:  pkgconfig(libedit)
BuildRequires:  pkgconfig(zlib)
# Avoid multiple provider errors
Requires:       libLLVM%{_sonum}
Requires(post): update-alternatives
Requires(postun): update-alternatives
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
# llvm does not work on ppc or s390
ExcludeArch:    ppc s390
%if 0%{?sle_version} && 0%{?sle_version} <= 130000 && !0%{?is_opensuse}
BuildRequires:  gcc5
BuildRequires:  gcc5-c++
%else
BuildRequires:  gcc
BuildRequires:  gcc-c++
%endif
%if %{with ffi}
BuildRequires:  pkgconfig(libffi)
%endif
%if %{with valgrind}
BuildRequires:  pkgconfig(valgrind)
%endif
%if %{with oprofile}
BuildRequires:  oprofile-devel
%endif
%if 0%{?sle_version} == 120300 && 0%{?is_opensuse}
Conflicts:      llvm
%endif

%description
LLVM is a compiler infrastructure designed for compile-time,
link-time, runtime, and idle-time optimization of programs from
arbitrary programming languages.

The compiler infrastructure includes mirror sets of programming
tools as well as libraries with equivalent functionality.

%package -n libLLVM%{_sonum}
Summary:        Libraries for LLVM
Group:          Development/Libraries/C and C++

%description -n libLLVM%{_sonum}
This package contains the shared libraries needed for LLVM.

%package devel
Summary:        Header Files for LLVM
Group:          Development/Languages/Other
Requires:       %{name} = %{version}
Requires:       binutils-devel >= 2.21.90
Requires:       bison
Requires:       flex
Requires:       groff
Requires:       libstdc++-devel
Requires:       libtool
Requires:       llvm%{_sonum}-LTO-devel
Requires:       llvm%{_sonum}-gold
Requires:       ncurses-devel
Requires:       pkgconfig
Requires:       pkgconfig(libedit)
Provides:       llvm-devel-provider
Conflicts:      llvm-devel-provider
Conflicts:      cmake(LLVM)
%if %{with ffi}
Requires:       pkgconfig(libffi)
%endif
%if %{with valgrind}
Requires:       pkgconfig(valgrind)
%endif
%if %{with oprofile}
Requires:       oprofile-devel
%endif
%if 0%{?sle_version} == 120300 && 0%{?is_opensuse}
Conflicts:      llvm-devel
%endif

%description devel
This package contains library and header files needed to develop
new native programs that use the LLVM infrastructure.

%package -n clang%{_sonum}
Summary:        CLANG frontend for LLVM
# Avoid multiple provider errors
Group:          Development/Languages/Other
Requires:       libLTO%{_sonum}
Requires:       libclang%{_sonum}
Recommends:     clang%{_sonum}-checker
Recommends:     libc++-devel
Recommends:     libomp%{_sonum}-devel
Recommends:     llvm-gold-devel
Recommends:     scan-build
Recommends:     scan-view
%if %{with cxx}
Requires:       libc++%{_socxx}
%endif
%if 0%{?sle_version} == 120300 && 0%{?is_opensuse}
Conflicts:      llvm-clang
%endif
Requires(post): update-alternatives
Requires(postun): update-alternatives

%description -n clang%{_sonum}
This package contains the clang (C language) frontend for LLVM.

%package -n clang%{_sonum}-checker
Summary:        Static code analyzer for CLANG
# Avoid multiple provider errors
Group:          Development/Languages/Other
Requires:       libclang%{_sonum}
# Due to a packaging error in clang3_8 we have to conflict.
Conflicts:      clang3_8
Conflicts:      scan-build
Conflicts:      scan-view
Provides:       scan-build
Provides:       scan-view
%if 0%{?sle_version} == 120300 && 0%{?is_opensuse}
Conflicts:      llvm-clang
%endif

%description -n clang%{_sonum}-checker
This package contains scan-build and scan-view, command line
static code analyzers for CLANG.

%package -n clang%{_sonum}-include-fixer
Summary:        Automatically add missing includes
# Avoid multiple provider errors
Group:          Development/Languages/Other
Requires:       libclang%{_sonum} = %{version}
Conflicts:      clang-include-fixer
Conflicts:      find-all-symbols
Provides:       clang-include-fixer
Provides:       find-all-symbols

%description -n clang%{_sonum}-include-fixer
One of the major nuisances of C++ compared to other languages
is the manual management of include directives in any file.
clang-include-fixer addresses one aspect of this problem by
providing an automated way of adding include directives for
missing symbols in one translation unit.

While inserting missing includes, clang-include-fixer adds
missing namespace qualifiers to all instances of an
unidentified symbol if the symbol is missing some prefix
namespace qualifiers.

%package -n libclang%{_sonum}
Summary:        Library files needed for clang
# Avoid multiple provider errors
Group:          Development/Libraries/C and C++
Requires:       libLLVM%{_sonum}
Requires:       libstdc++-devel

%description -n libclang%{_sonum}
This package contains the shared libraries needed for clang.

%package -n clang%{_sonum}-devel
Summary:        CLANG frontend for LLVM (devel package)
Group:          Development/Languages/Other
Requires:       %{name}-devel = %{version}
Requires:       clang%{_sonum} = %{version}
Conflicts:      cmake(Clang)

%description -n clang%{_sonum}-devel
This package contains the clang (C language) frontend for LLVM.
(development files)

%package -n libLTO%{_sonum}
Summary:        Link-time optimizer for LLVM
# Avoid multiple provider errors
Group:          Development/Languages/Other
Requires:       libLLVM%{_sonum}
%if 0%{?sle_version} == 120300 && 0%{?is_opensuse}
Conflicts:      llvm-clang
%endif

%description -n libLTO%{_sonum}
This package contains the link-time optimizer for LLVM.

%package LTO-devel
Summary:        Link-time optimizer for LLVM (devel package)
# Avoid multiple provider errors
Group:          Development/Languages/Other
Requires:       %{name}-devel = %{version}
Requires:       libLTO%{_sonum}
Conflicts:      libLTO.so
Provides:       libLTO.so

%description LTO-devel
This package contains the link-time optimizer for LLVM.
(development files)

%package gold
Summary:        Gold linker plugin for LLVM
# Avoid multiple provider errors
Group:          Development/Languages/Other
Requires:       %{name}-devel = %{version}
Requires:       libLLVM%{_sonum}
Conflicts:      llvm-gold-provider
Provides:       llvm-gold-provider

%description gold
This package contains the Gold linker plugin for LLVM.

%package -n libomp%{_sonum}-devel
Summary:        MPI plugin for LLVM
# Avoid multiple provider errors
Group:          Development/Languages/Other
Requires:       libLLVM%{_sonum}
Conflicts:      libomp-devel
Provides:       libomp-devel

%description -n libomp%{_sonum}-devel
This package contains the OpenMP MPI plugin for LLVM.

%if %{with libcxx}
%package -n libc++%{_socxx}
Summary:        C++ standard library implementation
Group:          Development/Libraries/C and C++
Requires:       libc++abi%{_socxx} = %{version}
%if 0%{?sle_version} == 120300 && 0%{?is_opensuse}
Conflicts:      llvm-clang
%endif

%description -n libc++%{_socxx}
This package contains libc++, a new implementation of the C++
standard library, targeting C++11.

%package -n libc++-devel
Summary:        C++ standard library implementation (devel package)
# Avoid multiple provider errors
Group:          Development/Languages/C and C++
Requires:       libc++%{_socxx} = %{version}
Requires:       libc++abi-devel = %{version}
Conflicts:      libc++.so
Provides:       libc++.so
%if 0%{?sle_version} == 120300 && 0%{?is_opensuse}
Conflicts:      llvm-clang
%endif

%description -n libc++-devel
This package contains libc++, a new implementation of the C++
standard library, targeting C++11. (development files)

%package -n libc++abi%{_socxx}
Summary:        C++ standard library ABI
Group:          Development/Libraries/C and C++
%if 0%{?sle_version} == 120300 && 0%{?is_opensuse}
Conflicts:      llvm-clang
%endif

%description -n libc++abi%{_socxx}
This package contains the ABI for libc++, a new implementation
of the C++ standard library, targeting C++11.

%package -n libc++abi-devel
Summary:        C++ standard library ABI (devel package)
# Avoid multiple provider errors
Group:          Development/Languages/C and C++
Requires:       libc++-devel
Conflicts:      libc++abi.so
Provides:       libc++abi.so
%if 0%{?sle_version} == 120300 && 0%{?is_opensuse}
Conflicts:      llvm-clang
%endif

%description -n libc++abi-devel
This package contains the ABI for libc++, a new implementation
of the C++ standard library, targeting C++11.
(development files)
%endif

%package        vim-plugins
Summary:        Vim plugins for LLVM
Group:          Productivity/Text/Editors
Supplements:    packageand(llvm3_9-devel:vim)
Conflicts:      vim-plugin-llvm
Provides:       vim-plugin-llvm
BuildArch:      noarch

%description    vim-plugins
This package contains vim plugins for LLVM like syntax highlighting.

%package        emacs-plugins
Summary:        Emacs plugins for LLVM
Group:          Productivity/Text/Editors
Supplements:    packageand(llvm3_9-devel:emacs)
Conflicts:      emacs-llvm
Provides:       emacs-llvm
BuildArch:      noarch

%description    emacs-plugins
This package contains Emacs plugins for LLVM like syntax highlighting.

%package -n python3-clang
Summary:        Python bindings for libclang
Group:          Development/Languages/Python
Requires:       clang%{_sonum}-devel = %{version}
BuildArch:      noarch
Provides:       %{python3_sitearch}/clang/
Conflicts:      %{python3_sitearch}/clang/
%if 0%{?sle_version} == 120300 && 0%{?is_opensuse}
Conflicts:      python-clang
%endif

%description -n python3-clang
This package contains the Python bindings to clang (C language)
frontend for LLVM.

%if !0%{?sle_version}
%package -n libFuzzer
Summary:        A library for coverage-guided fuzz testing
Group:          Development/Libraries/C and C++
Requires:       clang%{_sonum}

%description -n libFuzzer
This package contains libFuzzer, an in-process, coverage guided, evolutionary
fuzzing engine.
%endif

%package -n lld%{_sonum}
Summary:        Linker for Clang/LLVM
Group:          Development/Tools/Building
Requires(post): update-alternatives
Requires(postun): update-alternatives

%description -n lld%{_sonum}
LLD is a linker from the LLVM project. That is a drop-in replacement for system linkers and runs much faster than them. It also provides features that are useful for toolchain developers.

%if %{with lldb}
%package -n lldb%{_sonum}
Summary:        Software debugger built using LLVM libraries
Group:          Development/Tools/Debuggers
Url:            http://lldb.llvm.org
BuildRequires:  cmake3
BuildRequires:  fdupes
BuildRequires:  ncurses-devel
BuildRequires:  swig
BuildRequires:  pkgconfig(libedit)
BuildRequires:  pkgconfig(libffi)
BuildRequires:  pkgconfig(libxml-2.0)
BuildRequires:  pkgconfig(python3)
BuildRequires:  pkgconfig(zlib)
# Avoid multiple provider errors
Requires:       liblldb%{_sonum} = %{version}
Requires:       python3
Requires:       python3-six
%if 0%{?sle_version} == 120300 && 0%{?is_opensuse}
Conflicts:      lldb
%endif
ExclusiveArch:  x86_64
Requires(post): update-alternatives
Requires(postun): update-alternatives

%description -n lldb%{_sonum}
LLDB is a next generation, high-performance debugger. It is built as a set
of reusable components which highly leverage existing libraries in the
larger LLVM Project, such as the Clang expression parser and LLVM
disassembler.

%package -n liblldb%{_sonum}
Summary:        LLDB software debugger runtime library
# Avoid multiple provider errors
Group:          System/Libraries
Requires:       libLLVM%{_sonum}
Requires:       libclang%{_sonum}

%description -n liblldb%{_sonum}
This subpackage contains the main LLDB component.

%package -n lldb%{_sonum}-devel
Summary:        Development files for LLDB
# Avoid multiple provider errors
Group:          Development/Languages/Other
Requires:       clang%{_sonum}-devel = %{version}
Requires:       cmake3
Requires:       liblldb%{_sonum} = %{version}
Requires:       llvm%{_sonum}-devel = %{version}
Requires:       ncurses-devel
Requires:       swig
Requires:       pkgconfig(libedit)
Requires:       pkgconfig(libffi)
Requires:       pkgconfig(libxml-2.0)
Requires:       pkgconfig(zlib)
Provides:       lldb-devel-provider
Conflicts:      lldb-devel-provider

%description -n lldb%{_sonum}-devel
This package contains the development files for LLDB.

%package -n python3-lldb%{_sonum}
Summary:        Python bindings for liblldb
# Avoid multiple provider errors
Group:          Development/Languages/Python
Requires:       liblldb%{_sonum} = %{version}
Provides:       %{python3_sitearch}/lldb/
Conflicts:      %{python3_sitearch}/lldb/

%description -n python3-lldb%{_sonum}
This package contains the Python bindings to clang (C language) frontend for LLVM.
%endif

%prep
%setup -q -a 1 -a 2 -a 3 -a 4 -a 5 -a 6 -a 7 -a 8 -b 50 -a 51 -n llvm-%{version}.src
%patch1
%patch2
%patch3
%patch4
%patch5 -p1
%patch6
%ifarch aarch64
%patch7 -p1
%endif
%patch8
%patch9
%patch10
%patch11 -p1
%patch12 -p1
%patch18 -p1
%patch19 -p1
%patch22 -p1
%patch23 -p1
%patch25 -p1

pushd cfe-%{version}.src
%patch20 -p1
%patch21 -p1
popd

pushd libcxx-%{version}.src
%patch24 -p1

%if 0%{?suse_version} > 1500
%patch26 -p2
%endif
popd

%if %{with lldb}
pushd lldb-%{version}.src
%patch15 -p1
%patch16 -p1
%patch17 -p1
# Set LLDB revision
sed -i s,LLDB_REVISION,\"%{_llvm_revision}\",g source/lldb.cpp #"
popd
%endif

# Move into right place
mv cfe-%{version}.src tools/clang
mv compiler-rt-%{version}.src projects/compiler-rt
mv clang-tools-extra-%{version}.src tools/clang/tools/extra
mv lld-%{version}.src tools/lld

%if %{with lldb}
mv lldb-%{version}.src tools/lldb
%endif

%if %{with openmp}
mv openmp-%{version}.src  projects/openmp
%endif

%if %{with libcxx}
mv libcxx-%{version}.src projects/libcxx
mv libcxxabi-%{version}.src projects/libcxxabi

rm projects/libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/get_monthname.pass.cpp
rm projects/libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/get_monthname_wide.pass.cpp

# These tests often verify timing and can randomly fail if the system is under heavy load. It happens sometimes on our build machines.
rm -rf projects/libcxx/test/std/thread/
%endif

%ifarch aarch64
rm unittests/Support/MemoryTest.cpp
%endif

# We hardcode openSUSE
rm tools/clang/unittests/Driver/DistroTest.cpp

# We hardcode i586
rm tools/clang/test/Driver/x86_features.c
rm tools/clang/test/Driver/nacl-direct.c

sed -i s,SVN_REVISION,\"%{_revsn}\",g tools/clang/lib/Basic/Version.cpp
sed -i s,LLVM_REVISION,\"%{_revsn}\",g tools/clang/lib/Basic/Version.cpp

%build

# Use optflags, but:
# 1) Remove the -D_FORTIFY_SOURCE=2 because llvm does not build correctly with
#    hardening. The problem is in sanitizers from compiler-rt.
# 2) Remove the -g. We don't want it in stage1 and it will be added by cmake in
#    the following stage.
flags=$(echo %{optflags} | sed 's/-D_FORTIFY_SOURCE=./-D_FORTIFY_SOURCE=0/;s/\B-g\b//g')
flags=${flags/-fstack-clash-protection/}

flags+=" -fno-strict-aliasing"

%ifarch armv6hl
flags+=" -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp"
%endif
%ifarch armv7hl
flags+=" -mfloat-abi=hard -march=armv7-a -mtune=cortex-a15 -mfpu=vfpv3-d16"
%endif

# By default build everything
TARGETS_TO_BUILD="all"
%ifarch s390 s390x
# No graphics cards on System z
TARGETS_TO_BUILD="host;BPF"
%endif
%ifarch %arm
# TODO: Document why those.
TARGETS_TO_BUILD="host;ARM;AMDGPU;BPF;NVPTX"
%endif
%ifarch ppc64 ppc64le
# TODO: Document why those.
TARGETS_TO_BUILD="host;AMDGPU;BPF;NVPTX"
%endif

# do not eat all memory
max_link_jobs="%{?jobs:%{jobs}}"
max_compile_jobs="%{?jobs:%{jobs}}"
echo "Available memory:"
cat /proc/meminfo
echo "System limits:"
ulimit -a
max_mem=$(awk '/MemTotal/ { print $2 }' /proc/meminfo)
if test -n "$max_link_jobs" -a "$max_link_jobs" -gt 1 ; then
    mem_per_link_job=3000000
    max_jobs="$(($max_mem / $mem_per_link_job))"
    test "$max_link_jobs" -gt "$max_jobs" && max_link_jobs="$max_jobs" && echo "Warning: Reducing number of link jobs to $max_jobs because of memory limits"
    test "$max_link_jobs" -le 0 && max_link_jobs=1 && echo "Warning: Not linking in parallel at all becuse of memory limits"
fi
if test -n "$max_compile_jobs" -a "$max_compile_jobs" -gt 1 ; then
    mem_per_compile_job=1500000
    max_jobs="$(($max_mem / $mem_per_compile_job))"
    test "$max_compile_jobs" -gt "$max_jobs" && max_compile_jobs="$max_jobs" && echo "Warning: Reducing number of compile jobs to $max_jobs because of memory limits"
    test "$max_compile_jobs" -le 0 && max_compile_jobs=1 && echo "Warning: Not compiling in parallel at all becuse of memory limits"
fi

%if 0%{?sle_version} && 0%{?sle_version} <= 130000 && !0%{?is_opensuse}
export CC=gcc-5
export CXX=g++-5
%endif

%define __builder ninja
%define __builddir stage1
# -z,now is breaking now, it needs to be fixed
%cmake \
    -DCMAKE_BUILD_TYPE=Release \
    -DBUILD_SHARED_LIBS:BOOL=OFF \
    -DLLVM_BUILD_LLVM_DYLIB:BOOL=OFF \
    -DLLVM_LINK_LLVM_DYLIB:BOOL=OFF \
    -DCMAKE_C_FLAGS="$flags" \
    -DCMAKE_CXX_FLAGS="$flags" \
    -DLLVM_PARALLEL_COMPILE_JOBS="$max_compile_jobs" \
    -DLLVM_PARALLEL_LINK_JOBS="$max_link_jobs" \
    -DENABLE_LINKER_BUILD_ID=ON \
    -DLLVM_OPTIMIZED_TABLEGEN:BOOL=ON \
    -DLLVM_BUILD_TOOLS:BOOL=OFF \
    -DLLVM_BUILD_UTILS:BOOL=OFF \
    -DLLVM_BUILD_EXAMPLES:BOOL=OFF \
    -DLLVM_BUILD_TESTS:BOOL=OFF \
    -DLLVM_TOOL_CLANG_TOOLS_EXTRA_BUILD:BOOL=OFF \
    -DLLVM_INCLUDE_TESTS:BOOL=OFF \
    -DLLVM_ENABLE_ASSERTIONS=OFF \
    -DLLVM_TARGETS_TO_BUILD=Native \
    -DLLVM_USE_LINKER=gold \
    -DCLANG_ENABLE_ARCMT:BOOL=OFF \
    -DCLANG_ENABLE_STATIC_ANALYZER:BOOL=OFF \
    -DCOMPILER_RT_BUILD_SANITIZERS:BOOL=OFF \
    -DCOMPILER_RT_BUILD_XRAY:BOOL=OFF \
    -DLLDB_DISABLE_PYTHON=ON \
    -DCMAKE_SKIP_RPATH:BOOL=OFF \
    -DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-keep-memory" \
    -DCMAKE_MODULE_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-keep-memory" \
    -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-keep-memory" \
    -DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python3
ninja -v %{?_smp_mflags} clang
cd ..

# Remove files that won't be needed anymore.
# This reduces the total amount of disk space used during build. (bnc#1074625)
find ./stage1 -name '*.o' -delete
find ./stage1 -name '*.a' \
  -and -not -name 'libclang*.a' \
  -and -not -name 'libFuzzer.a' \
  -and -not -name 'libc++.a' \
  -and -not -name 'libc++experimental.a' \
  -delete

%define __builddir build
export PATH=${PWD}/stage1/bin:$PATH
export CC=${PWD}/stage1/bin/clang
export CXX=${PWD}/stage1/bin/clang++
export LLVM_TABLEGEN=${PWD}/stage1/bin/llvm-tblgen
export CLANG_TABLEGEN=${PWD}/stage1/bin/clang-tblgen
# -z,now is breaking now, it needs to be fixed
%cmake \
    -DBUILD_SHARED_LIBS:BOOL=OFF \
    -DCLANG_BUILD_SHARED_LIBS:BOOL=ON \
    -DLLVM_BUILD_LLVM_DYLIB:BOOL=ON \
    -DLLVM_LINK_LLVM_DYLIB:BOOL=ON \
    -DCMAKE_C_FLAGS="$flags" \
    -DCMAKE_CXX_FLAGS="$flags" \
    -DLLVM_PARALLEL_COMPILE_JOBS="$max_compile_jobs" \
    -DLLVM_PARALLEL_LINK_JOBS="$max_link_jobs" \
%ifarch %{arm} s390 %{ix86}
    -DCMAKE_C_FLAGS_RELWITHDEBINFO="$flags -g1" \
    -DCMAKE_CXX_FLAGS_RELWITHDEBINFO="$flags -g1" \
%endif
    -DENABLE_LINKER_BUILD_ID=ON \
    -DLLVM_TABLEGEN="${LLVM_TABLEGEN}" \
    -DCLANG_TABLEGEN="${CLANG_TABLEGEN}" \
    -DLLVM_REQUIRES_RTTI=ON \
    -DLLVM_ENABLE_TIMESTAMPS=OFF \
    -DLLVM_ENABLE_ASSERTIONS=OFF \
    -DLLVM_ENABLE_PIC=ON \
    -DLLVM_BINUTILS_INCDIR=%{_includedir} \
    -DLLVM_TARGETS_TO_BUILD=${TARGETS_TO_BUILD} \
    -DLLVM_USE_LINKER=gold \
%if "%{_lib}" == "lib64"
    -DLLVM_LIBDIR_SUFFIX=64 \
%endif
%if %{with ffi}
    -DLLVM_ENABLE_FFI=ON \
%endif
%if %{with oprofile}
    -DLLVM_USE_OPROFILE=ON \
%endif
    -DCMAKE_SKIP_RPATH:BOOL=OFF \
    -DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed -Wl,--build-id=sha1" \
    -DCMAKE_MODULE_LINKER_FLAGS="-Wl,--as-needed -Wl,--build-id=sha1" \
    -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -Wl,--build-id=sha1" \
    -DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python3
ninja -v %{?_smp_mflags}
cd ..

%if !0%{?sle_version}
# Build libFuzzer
pushd lib/Fuzzer
./build.sh
popd
%endif

%install
%cmake_install

# Docs are prebuilt due to sphinx dependency
#
# pushd llvm-4.0.1.src/docs
# make -f Makefile.sphinx man html
# popd
# pushd cfe-4.0.1.src/docs
# make -f Makefile.sphinx man html
# popd
# tar cvJf llvm-docs-4.0.1.src.tar.xz llvm-4.0.1.src/docs/_build/{man,html}
# tar cvJf cfe-docs-4.0.1.src.tar.xz cfe-4.0.1.src/docs/_build/{man,html}

# Build man/html pages
pushd docs
rm -rf %{buildroot}%{_prefix}/docs
mkdir -p %{buildroot}%{_docdir}/llvm/html
mkdir -p %{buildroot}%{_mandir}/man1
cp -r _build/man/* %{buildroot}%{_mandir}/man1
cp -r _build/html/* %{buildroot}%{_docdir}/llvm/html
popd

pushd tools/clang/docs
mkdir -p %{buildroot}%{_docdir}/llvm-clang/html
cp -r _build/man/* %{buildroot}%{_mandir}/man1
cp -r _build/html/* %{buildroot}%{_docdir}/llvm-clang/html
popd

# install python bindings
# The python bindings use the unversioned libclang.so,
# so it doesn't make sense to have multiple versions of it
%if %{with pyclang}
install -d %{buildroot}%{python3_sitelib}/clang
pushd tools/clang/bindings/python
cp clang/*.py %{buildroot}%{python3_sitelib}/clang
install -d %{buildroot}%{_docdir}/python-clang/examples/cindex
cp -r examples %{buildroot}%{_docdir}/python-clang
install -d %{buildroot}%{_docdir}/python-clang/tests/cindex/INPUTS
cp -r tests %{buildroot}%{_docdir}/python-clang
popd
%endif

# Note that bfd-plugins is always in /usr/lib/bfd-plugins, no matter what _libdir is.
mkdir -p %{buildroot}/usr/lib/bfd-plugins
ln -s %{_libdir}/LLVMgold.so %{buildroot}/usr/lib/bfd-plugins/

install -m 755 -d %{buildroot}%{_datadir}/vim/site/
for i in ftdetect ftplugin indent syntax; do
    cp -r utils/vim/$i %{buildroot}%{_datadir}/vim/site/
done
mv utils/vim/README utils/vim/README.vim

mv %{buildroot}%{_prefix}/libexec/{c++,ccc}-analyzer %{buildroot}%{_bindir}
mv %{buildroot}%{_datadir}/clang/clang-format-diff.py %{buildroot}%{_bindir}/clang-format-diff
mv %{buildroot}%{_datadir}/clang/clang-tidy-diff.py %{buildroot}%{_bindir}/clang-tidy-diff
mv %{buildroot}%{_datadir}/clang/run-clang-tidy.py %{buildroot}%{_bindir}/run-clang-tidy
chmod -x %{buildroot}%{_mandir}/man1/scan-build.1

%if %{with lldb}
# Python: fix binary libraries location.
rm %{buildroot}%{python3_sitearch}/lldb/_lldb.so
liblldb=$(basename $(readlink -e %{buildroot}%{_libdir}/liblldb.so))
ln -vsf "../../../${liblldb}" %{buildroot}%{python3_sitearch}/lldb/_lldb.so
ln -vsf "../../${liblldb}"    %{buildroot}%{python3_sitearch}/_lldb.so

# Remove bundled six.py.
rm -f %{buildroot}%{python3_sitearch}/six.*

# Make consistent with the rest of the executables
mv %{buildroot}%{_bindir}/lldb-argdumper %{buildroot}%{_bindir}/lldb-argdumper-%{version}
ln -s %{_bindir}/lldb-argdumper-%{version} %{buildroot}%{_bindir}/lldb-argdumper

# Change lldb symlinks to work with update-alternatives
for p in lldb lldb-argdumper lldb-mi lldb-server ; do
    ln -s -f "%{_sysconfdir}/alternatives/$p" "%{buildroot}%{_bindir}/$p"
done
%endif

# Stuff we don't want to include
rm %{buildroot}%{_mandir}/man1/lit.1

rm -rf %{buildroot}%{_includedir}/lld

%if %{with libcxx}
rm  %{buildroot}%{_libdir}/libc++abi.a
%endif

%if %{with openmp}
rm  %{buildroot}%{_libdir}/libgomp.so
rm  %{buildroot}%{_libdir}/libiomp*.so
%endif

# We don't care about applescript or sublime text
rm %{buildroot}%{_datadir}/clang/*.applescript
rm %{buildroot}%{_datadir}/clang/clang-format-sublime.py

# XXX: FIXME we should put these in a sub-package
rm %{buildroot}%{_datadir}/clang/run-find-all-symbols.py

# Prepare for update-alternatives usage
mkdir -p %{buildroot}%{_sysconfdir}/alternatives
binfiles=( bugpoint llc lli \
           llvm-ar llvm-as llvm-bcanalyzer llvm-cat llvm-c-test llvm-cov \
           llvm-cxxdump llvm-cxxfilt llvm-diff llvm-dis llvm-dsymutil
           llvm-dwarfdump llvm-dwp llvm-extract llvm-lib llvm-link llvm-lto \
           llvm-lto2 llvm-mc llvm-mcmarkup llvm-modextract llvm-nm \
           llvm-objdump llvm-opt-report llvm-pdbdump llvm-profdata \
           llvm-ranlib llvm-readobj llvm-rtdyld llvm-size llvm-split \
           llvm-stress llvm-strings llvm-symbolizer llvm-tblgen llvm-xray \
           obj2yaml opt sancov sanstats verify-uselistorder yaml2obj \
           c-index-test clang clang++ clang-apply-replacements \
           clang-change-namespace clang-check clang-cl clang-format \
           clang-import-test clang-include-fixer clang-format-diff \
           clang-offload-bundler clang-query clang-rename \
           clang-reorder-fields clang-tidy clang-tidy-diff find-all-symbols \
           git-clang-format modularize run-clang-tidy \
           ld.lld lld lld-link )
manfiles=( FileCheck bugpoint llc lli \
           llvm-ar llvm-as llvm-bcanalyzer llvm-build llvm-cov llvm-diff \
           llvm-dis llvm-dwarfdump llvm-extract llvm-lib llvm-link llvm-nm \
           llvm-profdata llvm-readobj llvm-stress llvm-symbolizer opt tblgen \
           clang )
# Fix the clang -> clang-X.Y symlink to work with update-alternatives
mv %{buildroot}%{_bindir}/clang-%{_minor} %{buildroot}%{_bindir}/clang
ln -s %{_bindir}/clang-%{version} %{buildroot}%{_bindir}/clang-%{_minor}

# Add clang++-X.Y symbolic link as well - it seems to be expected by some
# software. https://bugzilla.opensuse.org/show_bug.cgi?id=1012260
ln -s %{_bindir}/clang++-%{version} %{buildroot}%{_bindir}/clang++-%{_minor}

# Rewrite symlinks to point to new location
for p in "${binfiles[@]}" ; do
    if [ -h "%{buildroot}%{_bindir}/$p" ] ; then
        ln -f -s %{_bindir}/$(readlink %{buildroot}%{_bindir}/$p)-%{version} %{buildroot}%{_bindir}/$p
    fi
done
for p in "${binfiles[@]}" ; do
    mv %{buildroot}%{_bindir}/$p %{buildroot}%{_bindir}/$p-%{version}
    ln -s -f %{_sysconfdir}/alternatives/$p %{buildroot}%{_bindir}/$p
done
for p in "${manfiles[@]}" ; do
    mv %{buildroot}%{_mandir}/man1/$p.1 %{buildroot}%{_mandir}/man1/$p-%{version}.1
    ln -s -f %{_sysconfdir}/alternatives/$p.1%{ext_man} %{buildroot}%{_mandir}/man1/$p.1%{ext_man}
done

# rpm macro for version checking
mkdir -p %{buildroot}%{_sysconfdir}/rpm
cat > %{buildroot}%{_sysconfdir}/rpm/macros.llvm <<EOF
#
# RPM macros for LLVM/Clang packaging
#

# Version information
_llvm_version %{version}
_llvm_relver %{_relver}
_llvm_minorver %{_minor}
_llvm_sonum  %{_sonum}
_libcxx_sonum %{_socxx}
_llvm_revision  %{_revsn}

# Build information
_llvm_with_libcxx %{with libcxx}
_llvm_with_openmp %{with openmp}
_llvm_with_ffi %{with ffi}
_llvm_with_oprofile %{with oprofile}
_llvm_with_valgrind %{with valgrind}
_llvm_with_pyclang %{with pyclang}
_llvm_with_lldb %{with lldb}

EOF

%fdupes -s %{buildroot}%{_docdir}/%{name}
%fdupes -s %{buildroot}%{_docdir}/%{name}-doc
%fdupes %{_includedir}/%{name}/Host/

%if !0%{?sle_version}
# Install libFuzzer
pushd lib/Fuzzer
cp libFuzzer.a %{buildroot}%{_libdir}
popd
%endif

%check

# LLVM test suite is written in python and has troubles with encoding if
# python 3 is used because it is written with assumption that python will
# default to UTF-8 encoding. However, it only does if the current locale is
# UTF-8.
export LANG=C.UTF-8

cd build
%ifnarch armv6hl armv7hl armv7l
%if !0%{?qemu_user_space_build:1}
# we just do not have enough memory with qemu emulation

#ninja -v %{?_smp_mflags} check || true
ninja -v %{?_smp_mflags} clang-test || true

%if %{with libcxx}
#ninja -v %{?_smp_mflags} check-libcxx || true
#ninja -v %{?_smp_mflags} check-libcxxabi || true
%endif

%endif
%endif

# Remove files that won't be needed anymore.
# This reduces the total amount of disk space used during build. (bnc#1074625)
# This is meant to happen after build, install and check, but before
# extracting debuginfos or creating the final RPMs.
rm -rf ./stage1 ./build

%post -n libLLVM%{_sonum} -p /sbin/ldconfig
%postun -n libLLVM%{_sonum} -p /sbin/ldconfig
%post -n libclang%{_sonum} -p /sbin/ldconfig
%postun -n libclang%{_sonum} -p /sbin/ldconfig
%post -n libLTO%{_sonum} -p /sbin/ldconfig
%postun -n libLTO%{_sonum} -p /sbin/ldconfig
%post -n clang%{_sonum}-devel -p /sbin/ldconfig
%postun -n clang%{_sonum}-devel -p /sbin/ldconfig

%if %{with lldb}
%post -n liblldb%{_sonum} -p /sbin/ldconfig
%postun -n liblldb%{_sonum} -p /sbin/ldconfig
%endif

%post gold -p /sbin/ldconfig
%postun gold -p /sbin/ldconfig
%post devel -p /sbin/ldconfig
%postun devel -p /sbin/ldconfig
%post LTO-devel -p /sbin/ldconfig
%postun LTO-devel -p /sbin/ldconfig

%if %{with openmp}
%post -n libomp%{_sonum}-devel -p /sbin/ldconfig
%postun -n libomp%{_sonum}-devel -p /sbin/ldconfig
%endif

%if %{with libcxx}
%post -n libc++%{_socxx} -p /sbin/ldconfig
%postun -n libc++%{_socxx} -p /sbin/ldconfig
%post -n libc++abi%{_socxx} -p /sbin/ldconfig
%postun -n libc++abi%{_socxx} -p /sbin/ldconfig
%post -n libc++-devel -p /sbin/ldconfig
%postun -n libc++-devel -p /sbin/ldconfig
%post -n libc++abi-devel -p /sbin/ldconfig
%postun -n libc++abi-devel -p /sbin/ldconfig
%endif

%post
%{_sbindir}/update-alternatives \
   --install %{_bindir}/llvm-ar llvm-ar %{_bindir}/llvm-ar-%{version} %{_uaver} \
   --slave %{_bindir}/bugpoint bugpoint %{_bindir}/bugpoint-%{version} \
   --slave %{_bindir}/llc llc %{_bindir}/llc-%{version} \
   --slave %{_bindir}/lli lli %{_bindir}/lli-%{version} \
   --slave %{_bindir}/llvm-as llvm-as %{_bindir}/llvm-as-%{version} \
   --slave %{_bindir}/llvm-bcanalyzer llvm-bcanalyzer %{_bindir}/llvm-bcanalyzer-%{version} \
   --slave %{_bindir}/llvm-c-test llvm-c-test %{_bindir}/llvm-c-test-%{version} \
   --slave %{_bindir}/llvm-cat llvm-cat %{_bindir}/llvm-cat-%{version} \
   --slave %{_bindir}/llvm-cov llvm-cov %{_bindir}/llvm-cov-%{version} \
   --slave %{_bindir}/llvm-cxxdump llvm-cxxdump %{_bindir}/llvm-cxxdump-%{version} \
   --slave %{_bindir}/llvm-cxxfilt llvm-cxxfilt %{_bindir}/llvm-cxxfilt-%{version} \
   --slave %{_bindir}/llvm-diff llvm-diff %{_bindir}/llvm-diff-%{version} \
   --slave %{_bindir}/llvm-dis llvm-dis %{_bindir}/llvm-dis-%{version} \
   --slave %{_bindir}/llvm-dsymutil llvm-dsymutil %{_bindir}/llvm-dsymutil-%{version} \
   --slave %{_bindir}/llvm-dwarfdump llvm-dwarfdump %{_bindir}/llvm-dwarfdump-%{version} \
   --slave %{_bindir}/llvm-dwp llvm-dwp %{_bindir}/llvm-dwp-%{version} \
   --slave %{_bindir}/llvm-extract llvm-extract %{_bindir}/llvm-extract-%{version} \
   --slave %{_bindir}/llvm-lib llvm-lib %{_bindir}/llvm-lib-%{version} \
   --slave %{_bindir}/llvm-link llvm-link %{_bindir}/llvm-link-%{version} \
   --slave %{_bindir}/llvm-lto llvm-lto %{_bindir}/llvm-lto-%{version} \
   --slave %{_bindir}/llvm-lto2 llvm-lto2 %{_bindir}/llvm-lto2-%{version} \
   --slave %{_bindir}/llvm-mc llvm-mc %{_bindir}/llvm-mc-%{version} \
   --slave %{_bindir}/llvm-mcmarkup llvm-mcmarkup %{_bindir}/llvm-mcmarkup-%{version} \
   --slave %{_bindir}/llvm-modextract llvm-modextract %{_bindir}/llvm-modextract-%{version} \
   --slave %{_bindir}/llvm-nm llvm-nm %{_bindir}/llvm-nm-%{version} \
   --slave %{_bindir}/llvm-objdump llvm-objdump %{_bindir}/llvm-objdump-%{version} \
   --slave %{_bindir}/llvm-opt-report llvm-opt-report %{_bindir}/llvm-opt-report-%{version} \
   --slave %{_bindir}/llvm-pdbdump llvm-pdbdump %{_bindir}/llvm-pdbdump-%{version} \
   --slave %{_bindir}/llvm-profdata llvm-profdata %{_bindir}/llvm-profdata-%{version} \
   --slave %{_bindir}/llvm-ranlib llvm-ranlib %{_bindir}/llvm-ranlib-%{version} \
   --slave %{_bindir}/llvm-readobj llvm-readobj %{_bindir}/llvm-readobj-%{version} \
   --slave %{_bindir}/llvm-rtdyld llvm-rtdyld %{_bindir}/llvm-rtdyld-%{version} \
   --slave %{_bindir}/llvm-size llvm-size %{_bindir}/llvm-size-%{version} \
   --slave %{_bindir}/llvm-split llvm-split %{_bindir}/llvm-split-%{version} \
   --slave %{_bindir}/llvm-stress llvm-stress %{_bindir}/llvm-stress-%{version} \
   --slave %{_bindir}/llvm-strings llvm-strings %{_bindir}/llvm-strings-%{version} \
   --slave %{_bindir}/llvm-symbolizer llvm-symbolizer %{_bindir}/llvm-symbolizer-%{version} \
   --slave %{_bindir}/llvm-tblgen llvm-tblgen %{_bindir}/llvm-tblgen-%{version} \
   --slave %{_bindir}/llvm-xray llvm-xray %{_bindir}/llvm-xray-%{version} \
   --slave %{_bindir}/obj2yaml obj2yaml %{_bindir}/obj2yaml-%{version} \
   --slave %{_bindir}/opt opt %{_bindir}/opt-%{version} \
   --slave %{_bindir}/sancov sancov %{_bindir}/sancov-%{version} \
   --slave %{_bindir}/sanstats sanstats %{_bindir}/sanstats-%{version} \
   --slave %{_bindir}/verify-uselistorder verify-uselistorder %{_bindir}/verify-uselistorder-%{version} \
   --slave %{_bindir}/yaml2obj yaml2obj %{_bindir}/yaml2obj-%{version} \
   --slave %{_mandir}/man1/FileCheck.1%{ext_man} FileCheck.1%{ext_man} %{_mandir}/man1/FileCheck-%{version}.1%{ext_man} \
   --slave %{_mandir}/man1/bugpoint.1%{ext_man} bugpoint.1%{ext_man} %{_mandir}/man1/bugpoint-%{version}.1%{ext_man} \
   --slave %{_mandir}/man1/llc.1%{ext_man} llc.1%{ext_man} %{_mandir}/man1/llc-%{version}.1%{ext_man} \
   --slave %{_mandir}/man1/lli.1%{ext_man} lli.1%{ext_man} %{_mandir}/man1/lli-%{version}.1%{ext_man} \
   --slave %{_mandir}/man1/llvm-ar.1%{ext_man} llvm-ar.1%{ext_man} %{_mandir}/man1/llvm-ar-%{version}.1%{ext_man} \
   --slave %{_mandir}/man1/llvm-as.1%{ext_man} llvm-as.1%{ext_man} %{_mandir}/man1/llvm-as-%{version}.1%{ext_man} \
   --slave %{_mandir}/man1/llvm-bcanalyzer.1%{ext_man} llvm-bcanalyzer.1%{ext_man} %{_mandir}/man1/llvm-bcanalyzer-%{version}.1%{ext_man} \
   --slave %{_mandir}/man1/llvm-build.1%{ext_man} llvm-build.1%{ext_man} %{_mandir}/man1/llvm-build-%{version}.1%{ext_man} \
   --slave %{_mandir}/man1/llvm-cov.1%{ext_man} llvm-cov.1%{ext_man} %{_mandir}/man1/llvm-cov-%{version}.1%{ext_man} \
   --slave %{_mandir}/man1/llvm-diff.1%{ext_man} llvm-diff.1%{ext_man} %{_mandir}/man1/llvm-diff-%{version}.1%{ext_man} \
   --slave %{_mandir}/man1/llvm-dis.1%{ext_man} llvm-dis.1%{ext_man} %{_mandir}/man1/llvm-dis-%{version}.1%{ext_man} \
   --slave %{_mandir}/man1/llvm-dwarfdump.1%{ext_man} llvm-dwarfdump.1%{ext_man} %{_mandir}/man1/llvm-dwarfdump-%{version}.1%{ext_man} \
   --slave %{_mandir}/man1/llvm-extract.1%{ext_man} llvm-extract.1%{ext_man} %{_mandir}/man1/llvm-extract-%{version}.1%{ext_man} \
   --slave %{_mandir}/man1/llvm-lib.1%{ext_man} llvm-lib.1%{ext_man} %{_mandir}/man1/llvm-lib-%{version}.1%{ext_man} \
   --slave %{_mandir}/man1/llvm-link.1%{ext_man} llvm-link.1%{ext_man} %{_mandir}/man1/llvm-link-%{version}.1%{ext_man} \
   --slave %{_mandir}/man1/llvm-nm.1%{ext_man} llvm-nm.1%{ext_man} %{_mandir}/man1/llvm-nm-%{version}.1%{ext_man} \
   --slave %{_mandir}/man1/llvm-profdata.1%{ext_man} llvm-profdata.1%{ext_man} %{_mandir}/man1/llvm-profdata-%{version}.1%{ext_man} \
   --slave %{_mandir}/man1/llvm-readobj.1%{ext_man} llvm-readobj.1%{ext_man} %{_mandir}/man1/llvm-readobj-%{version}.1%{ext_man} \
   --slave %{_mandir}/man1/llvm-stress.1%{ext_man} llvm-stress.1%{ext_man} %{_mandir}/man1/llvm-stress-%{version}.1%{ext_man} \
   --slave %{_mandir}/man1/llvm-symbolizer.1%{ext_man} llvm-symbolizer.1%{ext_man} %{_mandir}/man1/llvm-symbolizer-%{version}.1%{ext_man} \
   --slave %{_mandir}/man1/opt.1%{ext_man} opt.1%{ext_man} %{_mandir}/man1/opt-%{version}.1%{ext_man} \
   --slave %{_mandir}/man1/tblgen.1%{ext_man} tblgen.1%{ext_man} %{_mandir}/man1/tblgen-%{version}.1%{ext_man}

%postun
if [ ! -f %{_bindir}/llvm-ar-%{version} ] ; then
    %{_sbindir}/update-alternatives --remove llvm-ar %{_bindir}/llvm-ar-%{version}
fi

%post -n clang%{_sonum}
%{_sbindir}/update-alternatives \
   --install %{_bindir}/clang clang %{_bindir}/clang-%{version} %{_uaver} \
   --slave %{_bindir}/c-index-test c-index-test %{_bindir}/c-index-test-%{version} \
   --slave %{_bindir}/clang++ clang++ %{_bindir}/clang++-%{version} \
   --slave %{_bindir}/clang-apply-replacements clang-apply-replacements %{_bindir}/clang-apply-replacements-%{version} \
   --slave %{_bindir}/clang-change-namespace clang-change-namespace %{_bindir}/clang-change-namespace-%{version} \
   --slave %{_bindir}/clang-check clang-check %{_bindir}/clang-check-%{version} \
   --slave %{_bindir}/clang-cl clang-cl %{_bindir}/clang-cl-%{version} \
   --slave %{_bindir}/clang-format clang-format %{_bindir}/clang-format-%{version} \
   --slave %{_bindir}/clang-format-diff clang-format-diff %{_bindir}/clang-format-diff-%{version} \
   --slave %{_bindir}/clang-import-test clang-import-test %{_bindir}/clang-import-test-%{version} \
   --slave %{_bindir}/clang-include-fixer clang-include-fixer %{_bindir}/clang-include-fixer-%{version} \
   --slave %{_bindir}/clang-offload-bundler clang-offload-bundler %{_bindir}/clang-offload-bundler-%{version} \
   --slave %{_bindir}/clang-query clang-query %{_bindir}/clang-query-%{version} \
   --slave %{_bindir}/clang-rename clang-rename %{_bindir}/clang-rename-%{version} \
   --slave %{_bindir}/clang-reorder-fields clang-reorder-fields %{_bindir}/clang-reorder-fields-%{version} \
   --slave %{_bindir}/clang-tidy clang-tidy %{_bindir}/clang-tidy-%{version} \
   --slave %{_bindir}/clang-tidy-diff clang-tidy-diff %{_bindir}/clang-tidy-diff-%{version} \
   --slave %{_bindir}/find-all-symbols find-all-symbols %{_bindir}/find-all-symbols-%{version} \
   --slave %{_bindir}/git-clang-format git-clang-format %{_bindir}/git-clang-format-%{version} \
   --slave %{_bindir}/modularize modularize %{_bindir}/modularize-%{version} \
   --slave %{_bindir}/run-clang-tidy run-clang-tidy %{_bindir}/run-clang-tidy-%{version} \
   --slave %{_mandir}/man1/clang.1%{ext_man} clang.1%{ext_man} %{_mandir}/man1/clang-%{version}.1%{ext_man}

%postun -n clang%{_sonum}
if [ ! -f %{_bindir}/clang-%{version} ] ; then
    %{_sbindir}/update-alternatives --remove clang %{_bindir}/clang-%{version}
fi

%post -n lld%{_sonum}
%{_sbindir}/update-alternatives \
   --install %{_bindir}/lld lld %{_bindir}/lld-%{version} %{_uaver} \
   --slave %{_bindir}/ld.lld ld.lld %{_bindir}/lld-%{version} \
   --slave %{_bindir}/lld-link lld-link %{_bindir}/lld-%{version} \

%postun -n lld%{_sonum}
if [ ! -f %{_bindir}/lld-%{version} ] ; then
    %{_sbindir}/update-alternatives --remove lld %{_bindir}/lld-%{version}
fi

%if %{with lldb}
%post -n lldb%{_sonum}
%_sbindir/update-alternatives \
   --install %{_bindir}/lldb lldb %{_bindir}/lldb-%{version} %{_uaver} \
   --slave %{_bindir}/lldb-argdumper lldb-argdumper %{_bindir}/lldb-argdumper-%{version} \
   --slave %{_bindir}/lldb-mi lldb-mi %{_bindir}/lldb-mi-%{version} \
   --slave %{_bindir}/lldb-server lldb-server %{_bindir}/lldb-server-%{version}

%postun -n lldb%{_sonum}
if [ $1 -eq 0 ] ; then
    %_sbindir/update-alternatives --remove lldb %{_bindir}/lldb-%{version}
fi
%endif

%files
%defattr(-,root,root)
%doc CREDITS.TXT LICENSE.TXT

%{_bindir}/bugpoint
%{_bindir}/llc
%{_bindir}/lli
%{_bindir}/llvm-ar
%{_bindir}/llvm-as
%{_bindir}/llvm-bcanalyzer
%{_bindir}/llvm-c-test
%{_bindir}/llvm-cat
%{_bindir}/llvm-cov
%{_bindir}/llvm-cxxdump
%{_bindir}/llvm-cxxfilt
%{_bindir}/llvm-diff
%{_bindir}/llvm-dis
%{_bindir}/llvm-dsymutil
%{_bindir}/llvm-dwarfdump
%{_bindir}/llvm-dwp
%{_bindir}/llvm-extract
%{_bindir}/llvm-lib
%{_bindir}/llvm-link
%{_bindir}/llvm-lto
%{_bindir}/llvm-lto2
%{_bindir}/llvm-mc
%{_bindir}/llvm-mcmarkup
%{_bindir}/llvm-modextract
%{_bindir}/llvm-nm
%{_bindir}/llvm-objdump
%{_bindir}/llvm-opt-report
%{_bindir}/llvm-pdbdump
%{_bindir}/llvm-profdata
%{_bindir}/llvm-ranlib
%{_bindir}/llvm-readobj
%{_bindir}/llvm-rtdyld
%{_bindir}/llvm-size
%{_bindir}/llvm-split
%{_bindir}/llvm-stress
%{_bindir}/llvm-strings
%{_bindir}/llvm-symbolizer
%{_bindir}/llvm-tblgen
%{_bindir}/llvm-xray
%{_bindir}/obj2yaml
%{_bindir}/opt
%{_bindir}/sancov
%{_bindir}/sanstats
%{_bindir}/verify-uselistorder
%{_bindir}/yaml2obj

%{_bindir}/bugpoint-%{version}
%{_bindir}/llc-%{version}
%{_bindir}/lli-%{version}
%{_bindir}/llvm-ar-%{version}
%{_bindir}/llvm-as-%{version}
%{_bindir}/llvm-bcanalyzer-%{version}
%{_bindir}/llvm-c-test-%{version}
%{_bindir}/llvm-cat-%{version}
%{_bindir}/llvm-cov-%{version}
%{_bindir}/llvm-cxxdump-%{version}
%{_bindir}/llvm-cxxfilt-%{version}
%{_bindir}/llvm-diff-%{version}
%{_bindir}/llvm-dis-%{version}
%{_bindir}/llvm-dsymutil-%{version}
%{_bindir}/llvm-dwarfdump-%{version}
%{_bindir}/llvm-dwp-%{version}
%{_bindir}/llvm-extract-%{version}
%{_bindir}/llvm-lib-%{version}
%{_bindir}/llvm-link-%{version}
%{_bindir}/llvm-lto-%{version}
%{_bindir}/llvm-lto2-%{version}
%{_bindir}/llvm-mc-%{version}
%{_bindir}/llvm-mcmarkup-%{version}
%{_bindir}/llvm-modextract-%{version}
%{_bindir}/llvm-nm-%{version}
%{_bindir}/llvm-objdump-%{version}
%{_bindir}/llvm-opt-report-%{version}
%{_bindir}/llvm-pdbdump-%{version}
%{_bindir}/llvm-profdata-%{version}
%{_bindir}/llvm-ranlib-%{version}
%{_bindir}/llvm-readobj-%{version}
%{_bindir}/llvm-rtdyld-%{version}
%{_bindir}/llvm-size-%{version}
%{_bindir}/llvm-split-%{version}
%{_bindir}/llvm-stress-%{version}
%{_bindir}/llvm-strings-%{version}
%{_bindir}/llvm-symbolizer-%{version}
%{_bindir}/llvm-tblgen-%{version}
%{_bindir}/llvm-xray-%{version}
%{_bindir}/obj2yaml-%{version}
%{_bindir}/opt-%{version}
%{_bindir}/sancov-%{version}
%{_bindir}/sanstats-%{version}
%{_bindir}/verify-uselistorder-%{version}
%{_bindir}/yaml2obj-%{version}

%ghost %{_sysconfdir}/alternatives/bugpoint
%ghost %{_sysconfdir}/alternatives/llc
%ghost %{_sysconfdir}/alternatives/lli
%ghost %{_sysconfdir}/alternatives/llvm-ar
%ghost %{_sysconfdir}/alternatives/llvm-as
%ghost %{_sysconfdir}/alternatives/llvm-bcanalyzer
%ghost %{_sysconfdir}/alternatives/llvm-c-test
%ghost %{_sysconfdir}/alternatives/llvm-cat
%ghost %{_sysconfdir}/alternatives/llvm-cov
%ghost %{_sysconfdir}/alternatives/llvm-cxxdump
%ghost %{_sysconfdir}/alternatives/llvm-cxxfilt
%ghost %{_sysconfdir}/alternatives/llvm-diff
%ghost %{_sysconfdir}/alternatives/llvm-dis
%ghost %{_sysconfdir}/alternatives/llvm-dsymutil
%ghost %{_sysconfdir}/alternatives/llvm-dwarfdump
%ghost %{_sysconfdir}/alternatives/llvm-dwp
%ghost %{_sysconfdir}/alternatives/llvm-extract
%ghost %{_sysconfdir}/alternatives/llvm-lib
%ghost %{_sysconfdir}/alternatives/llvm-link
%ghost %{_sysconfdir}/alternatives/llvm-lto
%ghost %{_sysconfdir}/alternatives/llvm-lto2
%ghost %{_sysconfdir}/alternatives/llvm-mc
%ghost %{_sysconfdir}/alternatives/llvm-mcmarkup
%ghost %{_sysconfdir}/alternatives/llvm-modextract
%ghost %{_sysconfdir}/alternatives/llvm-nm
%ghost %{_sysconfdir}/alternatives/llvm-objdump
%ghost %{_sysconfdir}/alternatives/llvm-opt-report
%ghost %{_sysconfdir}/alternatives/llvm-pdbdump
%ghost %{_sysconfdir}/alternatives/llvm-profdata
%ghost %{_sysconfdir}/alternatives/llvm-ranlib
%ghost %{_sysconfdir}/alternatives/llvm-readobj
%ghost %{_sysconfdir}/alternatives/llvm-rtdyld
%ghost %{_sysconfdir}/alternatives/llvm-size
%ghost %{_sysconfdir}/alternatives/llvm-split
%ghost %{_sysconfdir}/alternatives/llvm-stress
%ghost %{_sysconfdir}/alternatives/llvm-strings
%ghost %{_sysconfdir}/alternatives/llvm-symbolizer
%ghost %{_sysconfdir}/alternatives/llvm-tblgen
%ghost %{_sysconfdir}/alternatives/llvm-xray
%ghost %{_sysconfdir}/alternatives/obj2yaml
%ghost %{_sysconfdir}/alternatives/opt
%ghost %{_sysconfdir}/alternatives/sancov
%ghost %{_sysconfdir}/alternatives/sanstats
%ghost %{_sysconfdir}/alternatives/verify-uselistorder
%ghost %{_sysconfdir}/alternatives/yaml2obj

%{_mandir}/man1/FileCheck.1%{ext_man}
%{_mandir}/man1/bugpoint.1%{ext_man}
%{_mandir}/man1/llc.1%{ext_man}
%{_mandir}/man1/lli.1%{ext_man}
%{_mandir}/man1/llvm-ar.1%{ext_man}
%{_mandir}/man1/llvm-as.1%{ext_man}
%{_mandir}/man1/llvm-bcanalyzer.1%{ext_man}
%{_mandir}/man1/llvm-build.1%{ext_man}
%{_mandir}/man1/llvm-cov.1%{ext_man}
%{_mandir}/man1/llvm-diff.1%{ext_man}
%{_mandir}/man1/llvm-dis.1%{ext_man}
%{_mandir}/man1/llvm-dwarfdump.1%{ext_man}
%{_mandir}/man1/llvm-extract.1%{ext_man}
%{_mandir}/man1/llvm-lib.1%{ext_man}
%{_mandir}/man1/llvm-link.1%{ext_man}
%{_mandir}/man1/llvm-nm.1%{ext_man}
%{_mandir}/man1/llvm-profdata.1%{ext_man}
%{_mandir}/man1/llvm-readobj.1%{ext_man}
%{_mandir}/man1/llvm-stress.1%{ext_man}
%{_mandir}/man1/llvm-symbolizer.1%{ext_man}
%{_mandir}/man1/opt.1%{ext_man}
%{_mandir}/man1/tblgen.1%{ext_man}

%{_mandir}/man1/FileCheck-%{version}.1%{ext_man}
%{_mandir}/man1/bugpoint-%{version}.1%{ext_man}
%{_mandir}/man1/llc-%{version}.1%{ext_man}
%{_mandir}/man1/lli-%{version}.1%{ext_man}
%{_mandir}/man1/llvm-ar-%{version}.1%{ext_man}
%{_mandir}/man1/llvm-as-%{version}.1%{ext_man}
%{_mandir}/man1/llvm-bcanalyzer-%{version}.1%{ext_man}
%{_mandir}/man1/llvm-build-%{version}.1%{ext_man}
%{_mandir}/man1/llvm-cov-%{version}.1%{ext_man}
%{_mandir}/man1/llvm-diff-%{version}.1%{ext_man}
%{_mandir}/man1/llvm-dis-%{version}.1%{ext_man}
%{_mandir}/man1/llvm-dwarfdump-%{version}.1%{ext_man}
%{_mandir}/man1/llvm-extract-%{version}.1%{ext_man}
%{_mandir}/man1/llvm-lib-%{version}.1%{ext_man}
%{_mandir}/man1/llvm-link-%{version}.1%{ext_man}
%{_mandir}/man1/llvm-nm-%{version}.1%{ext_man}
%{_mandir}/man1/llvm-profdata-%{version}.1%{ext_man}
%{_mandir}/man1/llvm-readobj-%{version}.1%{ext_man}
%{_mandir}/man1/llvm-stress-%{version}.1%{ext_man}
%{_mandir}/man1/llvm-symbolizer-%{version}.1%{ext_man}
%{_mandir}/man1/opt-%{version}.1%{ext_man}
%{_mandir}/man1/tblgen-%{version}.1%{ext_man}

%ghost %{_sysconfdir}/alternatives/FileCheck.1%{ext_man}
%ghost %{_sysconfdir}/alternatives/bugpoint.1%{ext_man}
%ghost %{_sysconfdir}/alternatives/llc.1%{ext_man}
%ghost %{_sysconfdir}/alternatives/lli.1%{ext_man}
%ghost %{_sysconfdir}/alternatives/llvm-ar.1%{ext_man}
%ghost %{_sysconfdir}/alternatives/llvm-as.1%{ext_man}
%ghost %{_sysconfdir}/alternatives/llvm-bcanalyzer.1%{ext_man}
%ghost %{_sysconfdir}/alternatives/llvm-build.1%{ext_man}
%ghost %{_sysconfdir}/alternatives/llvm-cov.1%{ext_man}
%ghost %{_sysconfdir}/alternatives/llvm-diff.1%{ext_man}
%ghost %{_sysconfdir}/alternatives/llvm-dis.1%{ext_man}
%ghost %{_sysconfdir}/alternatives/llvm-dwarfdump.1%{ext_man}
%ghost %{_sysconfdir}/alternatives/llvm-extract.1%{ext_man}
%ghost %{_sysconfdir}/alternatives/llvm-lib.1%{ext_man}
%ghost %{_sysconfdir}/alternatives/llvm-link.1%{ext_man}
%ghost %{_sysconfdir}/alternatives/llvm-nm.1%{ext_man}
%ghost %{_sysconfdir}/alternatives/llvm-profdata.1%{ext_man}
%ghost %{_sysconfdir}/alternatives/llvm-readobj.1%{ext_man}
%ghost %{_sysconfdir}/alternatives/llvm-stress.1%{ext_man}
%ghost %{_sysconfdir}/alternatives/llvm-symbolizer.1%{ext_man}
%ghost %{_sysconfdir}/alternatives/opt.1%{ext_man}
%ghost %{_sysconfdir}/alternatives/tblgen.1%{ext_man}

%files -n clang%{_sonum}
%defattr(-,root,root)
%{_bindir}/clang-%{_minor}
%{_bindir}/clang++-%{_minor}
%{_bindir}/c-index-test
%{_bindir}/clang
%{_bindir}/clang++
%{_bindir}/clang-apply-replacements
%{_bindir}/clang-change-namespace
%{_bindir}/clang-check
%{_bindir}/clang-cl
%{_bindir}/clang-cpp
%{_bindir}/clang-format
%{_bindir}/clang-format-diff
%{_bindir}/clang-import-test
%{_bindir}/clang-include-fixer
%{_bindir}/clang-offload-bundler
%{_bindir}/clang-query
%{_bindir}/clang-rename
%{_bindir}/clang-reorder-fields
%{_bindir}/clang-tidy
%{_bindir}/clang-tidy-diff
%{_bindir}/find-all-symbols
%{_bindir}/git-clang-format
%{_bindir}/modularize
%{_bindir}/run-clang-tidy
%{_bindir}/c-index-test-%{version}
%{_bindir}/clang-%{version}
%{_bindir}/clang++-%{version}
%{_bindir}/clang-apply-replacements-%{version}
%{_bindir}/clang-change-namespace-%{version}
%{_bindir}/clang-check-%{version}
%{_bindir}/clang-cl-%{version}
%{_bindir}/clang-format-%{version}
%{_bindir}/clang-format-diff-%{version}
%{_bindir}/clang-import-test-%{version}
%{_bindir}/clang-include-fixer-%{version}
%{_bindir}/clang-offload-bundler-%{version}
%{_bindir}/clang-query-%{version}
%{_bindir}/clang-rename-%{version}
%{_bindir}/clang-reorder-fields-%{version}
%{_bindir}/clang-tidy-%{version}
%{_bindir}/clang-tidy-diff-%{version}
%{_bindir}/find-all-symbols-%{version}
%{_bindir}/git-clang-format-%{version}
%{_bindir}/modularize-%{version}
%{_bindir}/run-clang-tidy-%{version}
%ghost %{_sysconfdir}/alternatives/c-index-test
%ghost %{_sysconfdir}/alternatives/clang
%ghost %{_sysconfdir}/alternatives/clang++
%ghost %{_sysconfdir}/alternatives/clang-apply-replacements
%ghost %{_sysconfdir}/alternatives/clang-change-namespace
%ghost %{_sysconfdir}/alternatives/clang-check
%ghost %{_sysconfdir}/alternatives/clang-cl
%ghost %{_sysconfdir}/alternatives/clang-format
%ghost %{_sysconfdir}/alternatives/clang-format-diff
%ghost %{_sysconfdir}/alternatives/clang-import-test
%ghost %{_sysconfdir}/alternatives/clang-include-fixer
%ghost %{_sysconfdir}/alternatives/clang-offload-bundler
%ghost %{_sysconfdir}/alternatives/clang-query
%ghost %{_sysconfdir}/alternatives/clang-rename
%ghost %{_sysconfdir}/alternatives/clang-reorder-fields
%ghost %{_sysconfdir}/alternatives/clang-tidy
%ghost %{_sysconfdir}/alternatives/clang-tidy-diff
%ghost %{_sysconfdir}/alternatives/find-all-symbols
%ghost %{_sysconfdir}/alternatives/git-clang-format
%ghost %{_sysconfdir}/alternatives/modularize
%ghost %{_sysconfdir}/alternatives/run-clang-tidy
%{_mandir}/man1/clang.1%{ext_man}
%{_mandir}/man1/clang-%{version}.1%{ext_man}
%ghost %{_sysconfdir}/alternatives/clang.1%{ext_man}
%dir %{_libdir}/clang/
%{_libdir}/clang/%{_relver}/

%files -n clang%{_sonum}-checker
%defattr(-,root,root)
%{_bindir}/c++-analyzer
%{_bindir}/ccc-analyzer
%{_bindir}/scan-build
%{_bindir}/scan-view
%{_datadir}/scan-build/
%{_datadir}/scan-view/
%{_mandir}/man1/scan-build.1%{ext_man}

%files -n libLLVM%{_sonum}
%defattr(-,root,root,-)
%{_libdir}/libLLVM*.so.*

%files -n libclang%{_sonum}
%defattr(-,root,root,-)
%{_libdir}/libclang*.so.*
%{_libdir}/libfindAllSymbols.so.*

%files -n libLTO%{_sonum}
%defattr(-,root,root)
%{_libdir}/libLTO.so.*

%files gold
%defattr(-,root,root)
%{_libdir}/LLVMgold.so
# Note that bfd-plugins is always in /usr/lib/bfd-plugins, no matter what _libdir is.
%dir /usr/lib/bfd-plugins/
/usr/lib/bfd-plugins/LLVMgold.so

%if %{with openmp}
%files -n libomp%{_sonum}-devel
%defattr(-,root,root)
%{_libdir}/libomp.so
%endif

%if %{with libcxx}
%files -n libc++%{_socxx}
%defattr(-,root,root)
%{_libdir}/libc++.so.*

%files -n libc++abi%{_socxx}
%defattr(-,root,root)
%{_libdir}/libc++abi.so.*

%files -n libc++-devel
%defattr(-,root,root)
%{_libdir}/libc++.a
%{_libdir}/libc++experimental.a
%{_libdir}/libc++.so
%{_libdir}/libc++abi.so
%{_includedir}/c++/

%files -n libc++abi-devel
%defattr(-,root,root)
%{_libdir}/libc++abi.so
%endif

%files devel
%defattr(-,root,root,-)
%{_bindir}/llvm-config
%{_libdir}/libLLVM.so
%{_libdir}/BugpointPasses.*
%{_libdir}/LLVMHello.*
%{_includedir}/llvm/
%{_includedir}/llvm-c/
%{_libdir}/cmake/llvm
%{_docdir}/llvm/
%{_mandir}/man1/llvm-config.1%{ext_man}
%config(noreplace) %{_sysconfdir}/rpm/macros.llvm

%files -n clang%{_sonum}-devel
%defattr(-,root,root)
%{_libdir}/libclang*.so
%{_libdir}/libfindAllSymbols.so
%{_includedir}/clang/
%{_includedir}/clang-c/
%{_libdir}/cmake/clang
%exclude %{_libdir}/cmake/clang/ClangStaticTargets*.cmake
%{_docdir}/llvm-clang/

%files LTO-devel
%defattr(-,root,root)
%{_libdir}/libLTO.so

%files emacs-plugins
%defattr(-,root,root,-)
%dir %{_datadir}/clang/
%{_datadir}/clang/clang-format.el
%{_datadir}/clang/clang-include-fixer.el
%{_datadir}/clang/clang-rename.el

%files vim-plugins
%defattr(-,root,root,-)
%doc utils/vim/README.vim
%{_datadir}/vim/
%dir %{_datadir}/clang/
%{_datadir}/clang/clang-format.py
%{_datadir}/clang/clang-rename.py
%{_datadir}/clang/clang-include-fixer.py

%if %{with pyclang}
%files -n python3-clang
%defattr(-,root,root)
%{python3_sitelib}/clang/
%{_docdir}/python-clang/
%endif

%if !0%{?sle_version}
%files -n libFuzzer
%{_libdir}/libFuzzer.a
%endif

%files -n lld%{_sonum}
%defattr(-,root,root,-)
%doc LICENSE.TXT
%{_bindir}/ld.lld
%{_bindir}/lld
%{_bindir}/lld-link
%{_bindir}/ld.lld-%{version}
%{_bindir}/lld-%{version}
%{_bindir}/lld-link-%{version}
%ghost %{_sysconfdir}/alternatives/ld.lld
%ghost %{_sysconfdir}/alternatives/lld
%ghost %{_sysconfdir}/alternatives/lld-link

%if %{with lldb}
%files -n lldb%{_sonum}
%defattr(-,root,root,-)
%doc LICENSE.TXT
%{_bindir}/lldb
%{_bindir}/lldb-argdumper
%{_bindir}/lldb-mi
%{_bindir}/lldb-server
%{_bindir}/lldb-%{version}
%{_bindir}/lldb-argdumper-%{version}
%{_bindir}/lldb-mi-%{version}
%{_bindir}/lldb-server-%{version}
%ghost %{_sysconfdir}/alternatives/lldb
%ghost %{_sysconfdir}/alternatives/lldb-argdumper
%ghost %{_sysconfdir}/alternatives/lldb-mi
%ghost %{_sysconfdir}/alternatives/lldb-server

%files -n python3-lldb%{_sonum}
%defattr(-,root,root)
%{python3_sitearch}/_lldb.so
%{python3_sitearch}/lldb/
%{python3_sitearch}/readline.so

%files -n liblldb%{_sonum}
%defattr(-,root,root)
%{_libdir}/liblldb.so.*

%files -n lldb%{_sonum}-devel
%defattr(-,root,root,-)
%{_includedir}/lldb/
%{_libdir}/liblldb.so
%endif

%changelog
openSUSE Build Service is sponsored by