Browse Source

updated 9 packages

clang-12.0.0-1

compiler-rt-12.0.0-1

lld-12.0.0-1

lldb-12.0.0-1

llvm-12.0.0-1

libomp-12.0.0-1

mesa-21.0.2-1

postgresql-13.2-3

rust-1.51.0-2
Tomohiro "Tomo-p" KATO 4 years ago
parent
commit
9d262870e8

+ 526 - 0
c/clang/clang-vl.spec

@@ -0,0 +1,526 @@
+%bcond_with test
+
+%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
+
+%define ver_suffix %(echo "%{version}" | cut -d . -f 1)
+
+%define _unpackaged_files_terminate_build 1
+
+# Documentation install path
+%global llvmdocdir() %{_docdir}/%1-%{version}
+
+%define _unpackaged_files_terminate_build 1
+
+Summary:        A C language family front-end for LLVM
+Summary(ja):    LLVM の C 言語フロントエンド
+Name:           clang
+Version:        12.0.0
+Release:        1%{?_dist_release}
+Group:          programming
+Vendor:         Project Vine
+Distribution:   Vine Linux
+
+License:        NCSA
+URL:            https://llvm.org/
+Source0:        https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/clang-%{version}.src.tar.xz
+Source1:        https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/clang-tools-extra-%{version}.src.tar.xz
+
+# multilib fixes
+Source11:   clang-config.h
+
+# Patches for clang
+Patch0:     0001-PATCH-clang-Reorganize-gtest-integration.patch
+Patch1:     0002-PATCH-clang-Make-funwind-tables-the-default-on-all-a.patch
+Patch2:     0003-PATCH-clang-Don-t-install-static-libraries.patch
+Patch3:     0004-PATCH-clang-Prefer-gcc-toolchains-with-libgcc_s.so-w.patch
+Patch4:     0005-PATCH-clang-Partially-Revert-scan-view-Remove-Report.patch
+Patch5:     0006-PATCH-clang-Allow-__ieee128-as-an-alias-to-__float12.patch
+
+# Patches for clang-tools-extra
+Patch201:   0001-PATCH-clang-tools-extra-Make-clangd-CompletionModel-.patch
+
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires:  cmake
+BuildRequires:  ninja
+BuildRequires:  llvm-devel = %{version}
+BuildRequires:  llvm-static = %{version}
+BuildRequires:  libatomic
+BuildRequires:  libxml2-devel
+BuildRequires:  perl
+BuildRequires:  ncurses-devel
+BuildRequires:  python3
+BuildRequires:  python3-devel
+
+Requires:       llvm = %{version}-%{release}
+# clang requires gcc, clang++ requires libstdc++-devel
+Requires:       libstdc++-devel
+
+# LLVM is not supported on PPC64
+# http://llvm.org/bugs/show_bug.cgi?id=3729
+ExcludeArch:    ppc64
+
+%description
+clang: noun
+    1. A loud, resonant, metallic sound.
+    2. The strident call of a crane or goose.
+    3. C-language family front-end toolkit.
+
+The goal of the Clang project is to create a new C, C++, Objective C
+and Objective C++ front-end for the LLVM compiler. Its tools are built
+as libraries and designed to be loosely-coupled and extensible.
+
+
+%Package libs
+Summary:        Runtime library for clang
+Summary(ja):    Clang のランタイムライブラリ
+Group:          system
+
+%description libs
+Runtime library for clang.
+
+%description libs -l ja
+Clang のランタイムライブラリです.
+
+
+%package devel
+Summary:        Header files for clang
+Summary(ja):    Clang のヘッダファイル
+Group:          programming
+Requires:       clang = %{version}-%{release}
+
+%description devel
+This package contains header files for the Clang compiler.
+
+%description devel -l ja
+Clang コンパイラのヘッダファイル集です.
+
+
+%package analyzer
+Summary:        A source code analysis framework
+Summary(ja):    ソースコード分析フレームワーク
+License:        NCSA
+Group:          programming
+Requires:       clang = %{version}-%{release}
+# not picked up automatically since files are currently not instaled
+# in standard Python hierarchies yet
+Requires:       python3
+
+%description analyzer
+The Clang Static Analyzer consists of both a source code analysis
+framework and a standalone tool that finds bugs in C and Objective-C
+programs. The standalone tool is invoked from the command-line, and is
+intended to run in tandem with a build of a project or code base.
+
+
+%package -n python3-clang
+Summary: Python3 bindings for clang
+Group:          programming
+Requires: %{name}-libs%{?_isa} = %{version}-%{release}
+Requires: python3
+
+%description -n python3-clang
+Python3 bindings for clang
+
+
+%package tools-extra
+Summary:	Extra tools for clang
+Group:          programming
+Requires:	%{name}-libs%{?_isa} = %{version}-%{release}
+
+%description tools-extra
+A set of extra tools built using Clang's tooling API.
+
+
+%debug_package
+
+
+%prep
+%setup -T -q -b 1 -n clang-tools-extra-%{version}.src
+%autopatch -m200 -p2
+
+# failing test case
+rm test/clang-tidy/checkers/altera-struct-pack-align.cpp
+
+pathfix%{python3_version}.py -i %{__python3} -pn \
+    clang-tidy/tool/*.py \
+    clang-include-fixer/find-all-symbols/tool/run-find-all-symbols.py
+
+%setup -q -n clang-%{version}.src
+%autopatch -M200 -p2
+
+# failing test case
+rm test/CodeGen/profile-filter.c
+
+pathfix%{python3_version}.py -i %{__python3} -pn \
+    tools/clang-format/*.py \
+    tools/clang-format/git-clang-format \
+    utils/hmaptool/hmaptool \
+    tools/scan-view/bin/scan-view
+
+sed -i -e 's/"i686-linux-gnu",/"i686-linux-gnu","i686-vine-linux","i686-vine-linux-gnu",/' lib/Driver/ToolChains/Gnu.cpp
+sed -i -e 's/"x86_64-linux-gnu",/"x86_64-linux-gnu","x86_64-vine-linux","x86_64-vine-linux-gnu",/' lib/Driver/ToolChains/Gnu.cpp
+
+sed -i -e 's/"ld"/"ld.gold"/' include/clang/Driver/ToolChain.h
+
+
+%build
+# lto builds with gcc 11 fail while running the lit tests.
+%define _lto_cflags %{nil}
+
+%ifarch s390 s390x %{arm} %ix86
+# Decrease debuginfo verbosity to reduce memory consumption during final library linking
+%global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
+%endif
+
+%cmake \
+    -GNinja \
+    -DLLVM_PARALLEL_LINK_JOBS=1 \
+    -DLLVM_LINK_LLVM_DYLIB:BOOL=ON \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DPYTHON_EXECUTABLE=%{__python3} \
+    -DCMAKE_INSTALL_RPATH:BOOL=";" \
+    -DLLVM_EXTERNAL_CLANG_TOOLS_EXTRA_SOURCE_DIR=../clang-tools-extra-%{version}.src \
+%if 0%{?__isa_bits} == 64
+    -DLLVM_LIBDIR_SUFFIX=64 \
+%else
+    -DLLVM_LIBDIR_SUFFIX= \
+%endif
+    \
+    -DLLVM_TABLEGEN_EXE:FILEPATH=%{_bindir}/llvm-tblgen \
+    -DCLANG_ENABLE_ARCMT:BOOL=ON \
+    -DCLANG_ENABLE_STATIC_ANALYZER:BOOL=ON \
+    -DCLANG_ENABLE_ARCMT:BOOL=ON \
+    -DCLANG_ENABLE_STATIC_ANALYZER:BOOL=ON \
+    -DCLANG_INCLUDE_DOCS:BOOL=ON \
+    -DCLANG_INCLUDE_TESTS:BOOL=ON \
+    -DCLANG_PLUGIN_SUPPORT:BOOL=ON \
+    \
+    -DCLANG_INCLUDE_DOCS:BOOL=ON \
+    -DCLANG_PLUGIN_SUPPORT:BOOL=ON \
+    -DENABLE_LINKER_BUILD_ID:BOOL=ON \
+    -DLLVM_ENABLE_EH=ON \
+    -DLLVM_ENABLE_RTTI=ON \
+    -DLLVM_BUILD_DOCS=ON \
+    -DLLVM_ENABLE_SPHINX=OFF \
+    -DCLANG_LINK_CLANG_DYLIB=ON \
+    \
+    -DCLANG_LINK_CLANG_DYLIB=ON \
+    -DCLANG_BUILD_EXAMPLES:BOOL=OFF \
+    -DBUILD_SHARED_LIBS=OFF \
+    -DCLANG_REPOSITORY_STRING="Vine Linux %{version}-%{release}" \
+    -DCLANG_DEFAULT_UNWINDLIB=libgcc
+
+%cmake_build
+
+
+%install
+rm -rf %{buildroot}
+
+%cmake_install
+
+# remove static libraries
+rm -fv %{buildroot}%{_libdir}/libclang*.a
+
+# install clang python bindings
+mkdir -p %{buildroot}%{python3_sitelib}/clang/
+install -p -m644 bindings/python/clang/* %{buildroot}%{python3_sitelib}/clang/
+
+mv -v %{buildroot}%{_includedir}/clang/Config/config{,-%{__isa_bits}}.h
+install -m 0644 %{SOURCE11} %{buildroot}%{_includedir}/clang/Config/config.h
+
+# TODO: Package html docs
+rm -Rvf %{buildroot}%{_docdir}/clang/html
+rm -Rvf %{buildroot}%{_datadir}/clang/clang-doc-default-stylesheet.css
+rm -Rvf %{buildroot}%{_datadir}/clang/index.js
+
+# remove git integration
+rm -vf %{buildroot}%{_bindir}/git-clang-format
+
+# remove editor integrations (bbedit, sublime, emacs, vim)
+rm -vf %{buildroot}%{_datadir}/clang/clang-format-bbedit.applescript
+rm -vf %{buildroot}%{_datadir}/clang/clang-format-sublime.py*
+rm -vf %{buildroot}%{_datadir}/clang/clang-format.el
+rm -vf %{buildroot}%{_datadir}/clang/clang-format.py*
+# remove diff reformatter
+rm -vf %{buildroot}%{_datadir}/clang/clang-format-diff.py*
+
+rm -f %{buildroot}%{_datadir}/clang/bash-autocomplete.sh
+rm -f %{buildroot}%{_datadir}/clang/clang-rename.el
+rm -f %{buildroot}%{_datadir}/clang/clang-rename.py
+
+rm -f %{buildroot}%{_datadir}/clang/clang-include-fixer.el
+rm -f %{buildroot}%{_datadir}/clang/clang-include-fixer.py
+
+# Remove clang-tidy headers.  We don't ship the libraries for these.
+rm -Rvf %{buildroot}%{_includedir}/clang-tidy/
+
+
+%if %{with test}
+%check
+%ctest check-clang
+%endif
+
+
+%clean
+rm -rf %{buildroot}
+
+
+%files
+%defattr(-,root,root,-)
+#doc %{llvmdocdir clang}/
+%{_bindir}/clang
+%{_bindir}/clang++
+%{_bindir}/clang-%{ver_suffix}
+%{_bindir}/clang-cl
+%{_bindir}/clang-cpp
+
+%files libs
+%defattr(-,root,root,-)
+%{_libdir}/clang
+%{_libdir}/libclang.so.*
+%{_libdir}/libclang-cpp.so.*
+
+%files devel
+%defattr(-,root,root,-)
+#doc %{llvmdocdir clang-devel}/
+%{_libdir}/libclang.so
+%{_libdir}/libclang-cpp.so
+%{_includedir}/clang
+%{_includedir}/clang-c
+%dir %{_datadir}/clang/
+%{_libdir}/cmake/*
+
+%files analyzer
+%defattr(-,root,root,-)
+%{_bindir}/scan-build
+%{_bindir}/scan-view
+#%{_libdir}/CheckerDependencyHandlingAnalyzerPlugin.so
+#%{_libdir}/CheckerOptionHandlingAnalyzerPlugin.so
+#%{_libdir}/SampleAnalyzerPlugin.so
+%{_libexecdir}/ccc-analyzer
+%{_libexecdir}/c++-analyzer
+%{_datadir}/scan-view
+%{_datadir}/scan-build
+%{_mandir}/man1/scan-build.1.*
+
+%files -n python3-clang
+%{python3_sitelib}/clang/
+
+%files tools-extra
+%{_bindir}/c-index-test
+%{_bindir}/clang*
+%exclude %{_bindir}/clang
+%exclude %{_bindir}/clang++
+%exclude %{_bindir}/clang-%{ver_suffix}
+%exclude %{_bindir}/clang-cl
+%exclude %{_bindir}/clang-cpp
+%{_bindir}/diagtool
+%{_bindir}/find-all-symbols
+%{_bindir}/hmaptool
+%{_bindir}/modularize
+%{_bindir}/pp-trace
+%{_datadir}/clang/clang-tidy-diff.py*
+%{_datadir}/clang/run-clang-tidy.py*
+%{_datadir}/clang/run-find-all-symbols.py*
+
+
+%changelog
+* Sat Apr 17 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 12.0.0-1
+- devided clang from llvm.
+- new upstream release.
+
+* Fri Oct 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 11.0.0-2
+- enabled to build utils.
+
+* Thu Oct 15 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 11.0.0-1
+- new upstream release.
+
+* Mon Aug 17 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.1-1
+- new upstream release.
+
+* Thu Apr 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.0-2
+- rebuilt with libffi-3.3.
+
+* Fri Mar 27 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.0-1
+- new upstream release.
+
+* Sun Dec 22 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.0.1-1
+- new upstream release.
+
+* Sun Sep 22 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.0.0-2
+- dropped all patches.
+- switched build-system to ninja.
+- switched python to python3.
+
+* Fri Sep 20 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.0.0-1
+- new upstream release.
+- added OpenMP.
+
+* Sun Dec 16 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.0.1-1
+- fixed %%files.
+
+* Wed Dec 05 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.0.0-1
+- new upstream release.
+- dropped Patch0, 4, 5, 100 and 200.
+- imported Patch3, 7, 12, 15, 100, 101, 102 and 400 from rawhide.
+- renamed a subpackage "llvm-libs".
+- added a subpackage "lld".
+
+* Tue Jan 02 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.0.1-2
+- added subpackages "llvm-static", "python-lldb" and "python-clang".
+
+* Mon Jan 01 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.0.1-1
+- new upstream release.
+- dropped Patch1 and 2: fixed in upstream.
+- imported Patch0, 3-5, 100 and 200 from rawhide.
+- disabled Patch1002: no longer needed?
+
+* Fri Aug  5 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.8.1-1
+- new upstream release.
+- switched to cmake.
+- disable ocaml binding as default.
+- updated Patch1000 and 1002.
+- disabled Patch1000 as default.
+- cleanup patches.
+
+* Thu Jun 30 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-2
+- rebuild with gcc-5.4.0
+
+* Sat Sep  5 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.6.2-1
+- new upstream release
+- added BR: ocaml-ctypes
+
+* Thu Jun  4 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.6.1-1
+- new upstream release
+- dropt Patch 1, 201 and 1001
+- updated Patch 1000
+
+* Tue Mar 24 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.5.1-1
+- updated to 3.5.1
+- added Patch1, 2, 100, 101, 200, 201 and 202 from Fedora 
+- added clang-libs, lldb, lldb-devel and compat32-llvm-libs subpackage
+- obsoleted clang-doc
+- built with ocaml 4.02.1
+
+* Sat Nov 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.5.0-2
+- fix <BTS:2832>
+  - fix configure option "--with-c-include-dirs"
+  - update Patch1000: clang-3.5.0-driver-ld.gold.patch
+  - update Patch1001: clang-3.5.0-driver-lib64.patch
+  - update Patch1002: clang-3.5.0-driver-vine.patch
+
+* Tue Oct 28 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.5.0-1
+- update to 3.5.0
+- remove Patch11 (clang-hardfloat-hack.patch)
+
+* Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.3-2
+- rebuild with libffi-3.0.13
+
+* Mon Oct 28 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 3.3-1
+- update to 3.3
+
+* Mon Dec 03 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.1-2
+- ld.gold (patch1000,1001)
+- add /%{_lib} to ld search path
+- add support *-vine-linux gcc (patch1002)
+
+* Fri Nov 30 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.1-1
+- update to 3.1
+
+* Tue Jan 24 2012 NAKAMURA Kenta <kenta@vinelinux.org> - 3.0-1
+- updated to 3.0 release
+
+* Sun Jan 15 2012 NAKAMURA Kenta <kenta@vinelinux.org> - 2.9-3
+- added patch 2-4 to support -O4 link-time optimization
+
+* Fri Sep  9 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.9-2
+- disable -fno-var-tracking-assignments on ppc
+  (seems like gcc-4.4.5 still doesn't support this)
+
+* Thu Aug 25 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.9-1
+- new upstream release
+- add BR: libffi-devel
+- add R: libffi-devel to -devel
+
+* Sun May 23 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7-1
+- initial build for Vine Linux
+
+* Sun May  2 2010 Michel Salim <salimma@fedoraproject.org> - 2.7-1
+- Update to final 2.7 release
+
+* Sun Mar 28 2010 Michel Salim <salimma@fedoraproject.org> - 2.7-0.1.pre1
+- Update to first 2.7 pre-release
+
+* Fri Sep 18 2009 Michel Salim <salimma@fedoraproject.org> - 2.6-0.6.pre2
+- Update to 2.6 pre-release2
+- -devel subpackage now virtually provides -static
+
+* Wed Sep  9 2009 Michel Salim <salimma@fedoraproject.org> - 2.6-0.5.pre1
+- Disable var tracking assignments on PPC
+
+* Wed Sep  9 2009 Michel Salim <salimma@fedoraproject.org> - 2.6-0.4.pre1
+- Don't adjust clang include dir; files there are noarch (bz#521893)
+- Enable clang unit tests
+- clang and clang-analyzer renamed; no longer depend on llvm at runtime
+
+* Mon Sep  7 2009 Michel Salim <salimma@fedoraproject.org> - 2.6-0.3.pre1
+- Package Clang's static analyzer tools
+
+* Mon Sep  7 2009 Michel Salim <salimma@fedoraproject.org> - 2.6-0.2.pre1
+- PIC is now enabled by default; explicitly disable on %%{ix86}
+
+* Mon Sep  7 2009 Michel Salim <salimma@fedoraproject.org> - 2.6-0.1.pre1
+- First 2.6 prerelease
+- Enable Clang front-end
+- Enable debuginfo generation
+
+* Sat Sep  5 2009 Michel Salim <salimma@fedoraproject.org> - 2.5-6
+- Disable assertions (needed by OpenGTL, bz#521261)
+- Align spec file with upstream build instructions
+- Enable unit tests
+
+* Sat Aug 22 2009 Michel Salim <salimma@fedoraproject.org> - 2.5-5
+- Only disable PIC on %%ix86; ppc actually needs it
+
+* Sat Aug 22 2009 Michel Salim <salimma@fedoraproject.org> - 2.5-4
+- Disable use of position-independent code on 32-bit platforms
+  (buggy in LLVM <= 2.5)
+
+* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Wed Mar  4 2009 Michel Salim <salimma@fedoraproject.org> - 2.5-2
+- Remove build scripts; they require the build directory to work
+
+* Wed Mar  4 2009 Michel Salim <salimma@fedoraproject.org> - 2.5-1
+- Update to 2.5
+- Package build scripts (bug #457881)
+
+* Tue Dec  2 2008 Michel Salim <salimma@fedoraproject.org> - 2.4-2
+- Patched build process for the OCaml binding
+
+* Tue Dec  2 2008 Michel Salim <salimma@fedoraproject.org> - 2.4-1
+- Update to 2.4
+- Package Ocaml binding
+
+* Wed Jun 18 2008 Bryan O'Sullivan <bos@serpentine.com> - 2.3-2
+- Add dependency on groff
+
+* Wed Jun 18 2008 Bryan O'Sullivan <bos@serpentine.com> - 2.3-1
+- LLVM 2.3
+
+* Thu May 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.2-4
+- fix license tags
+
+* Wed Mar  5 2008 Bryan O'Sullivan <bos@serpentine.com> - 2.2-3
+- Fix compilation problems with gcc 4.3
+
+* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.2-2
+- Autorebuild for GCC 4.3
+
+* Sun Jan 20 2008 Bryan O'Sullivan <bos@serpentine.com> - 2.1-2
+- Fix review comments
+
+* Sun Jan 20 2008 Bryan O'Sullivan <bos@serpentine.com> - 2.1-1
+- Initial version

+ 313 - 0
c/compiler-rt/compiler-rt-vl.spec

@@ -0,0 +1,313 @@
+%bcond_with test
+
+%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
+
+%define ver_suffix %(echo "%{version}" | cut -d . -f 1)
+
+%define _unpackaged_files_terminate_build 1
+
+%define _unpackaged_files_terminate_build 1
+
+Summary:        LLVM "compiler-rt" runtime libraries
+Summary(ja):    LLVM "compiler-rt" ランタイムライブラリ
+Name:           compiler-rt
+Version:        12.0.0
+Release:        1%{?_dist_release}
+Group:          programming
+Vendor:         Project Vine
+Distribution:   Vine Linux
+
+License:        NCSA
+URL:            https://llvm.org/
+Source0:        https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/compiler-rt-%{version}.src.tar.xz
+
+# patches
+Patch0:         0001-PATCH-compiler-rt-Workaround-libstdc-limitation-wrt..patch
+
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires:  cmake
+BuildRequires:  ninja
+BuildRequires:  python3
+BuildRequires:  python3-devel
+BuildRequires:	llvm-devel = %{version}
+BuildRequires:	llvm-static = %{version}
+
+Requires:       clang = %{version}-%{release}
+
+# LLVM is not supported on PPC64
+# http://llvm.org/bugs/show_bug.cgi?id=3729
+ExcludeArch:    ppc64
+
+%description
+The compiler-rt project is a part of the LLVM project. It provides
+implementation of the low-level target-specific hooks required by
+code generation, sanitizer runtimes and profiling library for code
+instrumentation, and Blocks C language extension.
+
+
+%debug_package
+
+
+%prep
+%autosetup -n compiler-rt-%{version}.src -p2
+pathfix%{python3_version}.py -i %{__python3} -pn lib/hwasan/scripts/hwasan_symbolize
+
+
+%build
+%cmake \
+        -GNinja \
+        -DCMAKE_BUILD_TYPE=Release \
+        -DCMAKE_INSTALL_RPATH=";" \
+%if 0%{?__isa_bits} == 64
+        -DLLVM_LIBDIR_SUFFIX=64 \
+%else
+        -DLLVM_LIBDIR_SUFFIX= \
+%endif
+        -DCOMPILER_RT_INCLUDE_TESTS:BOOL=OFF # could be on?
+
+%cmake_build
+
+
+%install
+rm -rf %{buildroot}
+
+%cmake_install
+
+# compiler-rt
+
+# move sanitizer lists to better place
+mkdir -p %{buildroot}%{_libdir}/clang/%{version}/share
+        mv -v %{buildroot}%{_datadir}/*list.txt %{buildroot}%{_libdir}/clang/%{version}/share/
+
+# move sanitizer libs to better place
+%global libclang_rt_installdir lib/linux
+mkdir -p %{buildroot}%{_libdir}/clang/%{version}/lib
+mv -v %{buildroot}%{_prefix}/%{libclang_rt_installdir}/*clang_rt* %{buildroot}%{_libdir}/clang/%{version}/lib
+mkdir -p %{buildroot}%{_libdir}/clang/%{version}/lib/linux/
+pushd %{buildroot}%{_libdir}/clang/%{version}/lib
+for i in *.a *.so
+do
+	ln -s ../$i linux/$i
+done
+
+
+%if %{with test}
+%check
+#cmake_build --target check-compiler-rt
+%endif
+
+
+%clean
+rm -rf %{buildroot}
+
+
+%files
+%license LICENSE.TXT
+%{_includedir}/*
+%{_libdir}/clang/%{version}/lib/*
+%{_libdir}/clang/%{version}/share/*
+%ifarch x86_64 aarch64
+%{_bindir}/hwasan_symbolize
+%endif
+
+
+%changelog
+* Sat Apr 17 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 12.0.0-1
+- devided compiler-rt from llvm.
+- new upstream release.
+
+* Fri Oct 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 11.0.0-2
+- enabled to build utils.
+
+* Thu Oct 15 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 11.0.0-1
+- new upstream release.
+
+* Mon Aug 17 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.1-1
+- new upstream release.
+
+* Thu Apr 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.0-2
+- rebuilt with libffi-3.3.
+
+* Fri Mar 27 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.0-1
+- new upstream release.
+
+* Sun Dec 22 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.0.1-1
+- new upstream release.
+
+* Sun Sep 22 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.0.0-2
+- dropped all patches.
+- switched build-system to ninja.
+- switched python to python3.
+
+* Fri Sep 20 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.0.0-1
+- new upstream release.
+- added OpenMP.
+
+* Sun Dec 16 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.0.1-1
+- fixed %%files.
+
+* Wed Dec 05 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.0.0-1
+- new upstream release.
+- dropped Patch0, 4, 5, 100 and 200.
+- imported Patch3, 7, 12, 15, 100, 101, 102 and 400 from rawhide.
+- renamed a subpackage "llvm-libs".
+- added a subpackage "lld".
+
+* Tue Jan 02 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.0.1-2
+- added subpackages "llvm-static", "python-lldb" and "python-clang".
+
+* Mon Jan 01 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.0.1-1
+- new upstream release.
+- dropped Patch1 and 2: fixed in upstream.
+- imported Patch0, 3-5, 100 and 200 from rawhide.
+- disabled Patch1002: no longer needed?
+
+* Fri Aug  5 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.8.1-1
+- new upstream release.
+- switched to cmake.
+- disable ocaml binding as default.
+- updated Patch1000 and 1002.
+- disabled Patch1000 as default.
+- cleanup patches.
+
+* Thu Jun 30 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-2
+- rebuild with gcc-5.4.0
+
+* Sat Sep  5 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.6.2-1
+- new upstream release
+- added BR: ocaml-ctypes
+
+* Thu Jun  4 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.6.1-1
+- new upstream release
+- dropt Patch 1, 201 and 1001
+- updated Patch 1000
+
+* Tue Mar 24 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.5.1-1
+- updated to 3.5.1
+- added Patch1, 2, 100, 101, 200, 201 and 202 from Fedora 
+- added clang-libs, lldb, lldb-devel and compat32-llvm-libs subpackage
+- obsoleted clang-doc
+- built with ocaml 4.02.1
+
+* Sat Nov 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.5.0-2
+- fix <BTS:2832>
+  - fix configure option "--with-c-include-dirs"
+  - update Patch1000: clang-3.5.0-driver-ld.gold.patch
+  - update Patch1001: clang-3.5.0-driver-lib64.patch
+  - update Patch1002: clang-3.5.0-driver-vine.patch
+
+* Tue Oct 28 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.5.0-1
+- update to 3.5.0
+- remove Patch11 (clang-hardfloat-hack.patch)
+
+* Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.3-2
+- rebuild with libffi-3.0.13
+
+* Mon Oct 28 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 3.3-1
+- update to 3.3
+
+* Mon Dec 03 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.1-2
+- ld.gold (patch1000,1001)
+- add /%{_lib} to ld search path
+- add support *-vine-linux gcc (patch1002)
+
+* Fri Nov 30 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.1-1
+- update to 3.1
+
+* Tue Jan 24 2012 NAKAMURA Kenta <kenta@vinelinux.org> - 3.0-1
+- updated to 3.0 release
+
+* Sun Jan 15 2012 NAKAMURA Kenta <kenta@vinelinux.org> - 2.9-3
+- added patch 2-4 to support -O4 link-time optimization
+
+* Fri Sep  9 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.9-2
+- disable -fno-var-tracking-assignments on ppc
+  (seems like gcc-4.4.5 still doesn't support this)
+
+* Thu Aug 25 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.9-1
+- new upstream release
+- add BR: libffi-devel
+- add R: libffi-devel to -devel
+
+* Sun May 23 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7-1
+- initial build for Vine Linux
+
+* Sun May  2 2010 Michel Salim <salimma@fedoraproject.org> - 2.7-1
+- Update to final 2.7 release
+
+* Sun Mar 28 2010 Michel Salim <salimma@fedoraproject.org> - 2.7-0.1.pre1
+- Update to first 2.7 pre-release
+
+* Fri Sep 18 2009 Michel Salim <salimma@fedoraproject.org> - 2.6-0.6.pre2
+- Update to 2.6 pre-release2
+- -devel subpackage now virtually provides -static
+
+* Wed Sep  9 2009 Michel Salim <salimma@fedoraproject.org> - 2.6-0.5.pre1
+- Disable var tracking assignments on PPC
+
+* Wed Sep  9 2009 Michel Salim <salimma@fedoraproject.org> - 2.6-0.4.pre1
+- Don't adjust clang include dir; files there are noarch (bz#521893)
+- Enable clang unit tests
+- clang and clang-analyzer renamed; no longer depend on llvm at runtime
+
+* Mon Sep  7 2009 Michel Salim <salimma@fedoraproject.org> - 2.6-0.3.pre1
+- Package Clang's static analyzer tools
+
+* Mon Sep  7 2009 Michel Salim <salimma@fedoraproject.org> - 2.6-0.2.pre1
+- PIC is now enabled by default; explicitly disable on %%{ix86}
+
+* Mon Sep  7 2009 Michel Salim <salimma@fedoraproject.org> - 2.6-0.1.pre1
+- First 2.6 prerelease
+- Enable Clang front-end
+- Enable debuginfo generation
+
+* Sat Sep  5 2009 Michel Salim <salimma@fedoraproject.org> - 2.5-6
+- Disable assertions (needed by OpenGTL, bz#521261)
+- Align spec file with upstream build instructions
+- Enable unit tests
+
+* Sat Aug 22 2009 Michel Salim <salimma@fedoraproject.org> - 2.5-5
+- Only disable PIC on %%ix86; ppc actually needs it
+
+* Sat Aug 22 2009 Michel Salim <salimma@fedoraproject.org> - 2.5-4
+- Disable use of position-independent code on 32-bit platforms
+  (buggy in LLVM <= 2.5)
+
+* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Wed Mar  4 2009 Michel Salim <salimma@fedoraproject.org> - 2.5-2
+- Remove build scripts; they require the build directory to work
+
+* Wed Mar  4 2009 Michel Salim <salimma@fedoraproject.org> - 2.5-1
+- Update to 2.5
+- Package build scripts (bug #457881)
+
+* Tue Dec  2 2008 Michel Salim <salimma@fedoraproject.org> - 2.4-2
+- Patched build process for the OCaml binding
+
+* Tue Dec  2 2008 Michel Salim <salimma@fedoraproject.org> - 2.4-1
+- Update to 2.4
+- Package Ocaml binding
+
+* Wed Jun 18 2008 Bryan O'Sullivan <bos@serpentine.com> - 2.3-2
+- Add dependency on groff
+
+* Wed Jun 18 2008 Bryan O'Sullivan <bos@serpentine.com> - 2.3-1
+- LLVM 2.3
+
+* Thu May 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.2-4
+- fix license tags
+
+* Wed Mar  5 2008 Bryan O'Sullivan <bos@serpentine.com> - 2.2-3
+- Fix compilation problems with gcc 4.3
+
+* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.2-2
+- Autorebuild for GCC 4.3
+
+* Sun Jan 20 2008 Bryan O'Sullivan <bos@serpentine.com> - 2.1-2
+- Fix review comments
+
+* Sun Jan 20 2008 Bryan O'Sullivan <bos@serpentine.com> - 2.1-1
+- Initial version

+ 362 - 0
l/lld/lld-vl.spec

@@ -0,0 +1,362 @@
+%bcond_without lld_libs
+%bcond_with test
+
+%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
+
+%define ver_suffix %(echo "%{version}" | cut -d . -f 1)
+%define _unpackaged_files_terminate_build 1
+
+Summary:        The LLVM Linker
+Summary(ja):    LLVMリンカー
+Name:           lld
+Version:        12.0.0
+Release:        1%{?_dist_release}
+Group:          programming
+Vendor:         Project Vine
+Distribution:   Vine Linux
+
+License:        NCSA
+URL:            https://llvm.org/
+Source0:        https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/lld-%{version}.src.tar.xz
+
+# patches
+
+Patch0:         0001-PATCH-lld-CMake-Check-for-gtest-headers-even-if-lit..patch
+# Bundle libunwind header need during build for MachO support
+Patch1:         0002-PATCH-lld-Import-compact_unwind_encoding.h-from-libu.patch
+
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires:  cmake
+BuildRequires:  ninja
+BuildRequires:  llvm-devel
+BuildRequires:  llvm-static
+BuildRequires:  ncurses-devel
+BuildRequires:  zlib-devel
+
+Requires:       lld-libs = %{version}-%{release}
+Requires(post): alternatives
+Requires(preun): alternatives
+
+%description
+The LLVM project linker.
+
+%if %{with lld_libs}
+%package -n lld-libs
+Summary:        LLD shared libraries
+Summary(ja):    LLD 共有ライブラリ
+License:        NCSA
+Group:          programming
+
+%description -n lld-libs
+Shared libraries for LLD.
+
+
+%package -n lld-devel
+Summary:        Libraries and header files for LLD
+Summary(ja):    LLD 用ライブラリとヘッダファイル
+License:        NCSA
+Group:          programming
+Requires:       lld-libs = %{version}-%{release}
+
+%description -n lld-devel
+This package contains library and header files needed to develop new native
+programs that use the LLD infrastructure.
+%endif
+
+
+%debug_package
+
+
+%prep
+%setup -q  -n lld-%{version}.src 
+%autopatch -p2
+
+
+%build
+# Disable lto since it causes the COFF/libpath.test lit test to crash.
+%global _lto_cflags %{nil}
+
+%cmake \
+        -GNinja \
+        -DCMAKE_BUILD_TYPE=Release \
+        -DLLVM_LINK_LLVM_DYLIB:BOOL=ON \
+%if %{with lld_libs}
+        -DLLVM_DYLIB_COMPONENTS="all" \
+%endif
+        -DCMAKE_SKIP_RPATH:BOOL=ON \
+        -DPYTHON_EXECUTABLE:STRING=%{__python3} \
+        -DLLVM_INCLUDE_TESTS:BOOL=ON \
+        -DLLVM_LIT_ARGS="-sv \
+        --path %{_libdir}/llvm" \
+%if 0%{?__isa_bits} == 64
+        -DLLVM_LIBDIR_SUFFIX=64 \
+%else
+        -DLLVM_LIBDIR_SUFFIX= \
+%endif
+        %{nil}
+
+%cmake_build
+
+%if %{with test}
+# Build the unittests so we can install them.
+%cmake_build --target lld-test-depends
+%endif
+
+
+%install
+rm -rf %{buildroot}
+
+%cmake_install
+
+# This is generated by Patch1 during build and (probably) must be removed afterward
+rm %{buildroot}%{_includedir}/mach-o/compact_unwind_encoding.h
+
+# Required when using update-alternatives:
+# https://docs.fedoraproject.org/en-US/packaging-guidelines/Alternatives/
+touch %{buildroot}%{_bindir}/ld
+
+%if !%{with lld_libs}
+  rm -rf %{buildroot}%{_includedir}/lld
+%endif
+
+
+%if %{with test}
+%check
+%cmake_build --target check-lld
+%endif
+
+
+%clean
+rm -rf %{buildroot}
+
+
+%post
+  /sbin/alternatives --install /usr/bin/ld ld \
+  /usr/bin/ld.lld 20
+
+%postun
+if [ $1 = 0 ]; then
+  /sbin/alternatives --remove ld /usr/bin/ld.lld
+fi
+
+
+%files
+%defattr(-,root,root,-)
+%{_bindir}/lld*
+%{_bindir}/ld.lld
+%{_bindir}/ld64.lld
+%{_bindir}/ld64.lld.darwinnew
+%{_bindir}/wasm-ld
+%ghost %{_bindir}/ld
+
+%if %{with lld_libs}
+%files libs
+%{_libdir}/liblld*.so.*
+
+%files devel
+%{_includedir}/lld
+%{_libdir}/liblld*.so
+%{_libdir}/cmake/lld/
+%endif
+
+
+%changelog
+* Sat Apr 17 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 12.0.0-1
+- devided lld from llvm.
+- new upstream release.
+
+* Fri Oct 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 11.0.0-2
+- enabled to build utils.
+
+* Thu Oct 15 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 11.0.0-1
+- new upstream release.
+
+* Mon Aug 17 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.1-1
+- new upstream release.
+
+* Thu Apr 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.0-2
+- rebuilt with libffi-3.3.
+
+* Fri Mar 27 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.0-1
+- new upstream release.
+
+* Sun Dec 22 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.0.1-1
+- new upstream release.
+
+* Sun Sep 22 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.0.0-2
+- dropped all patches.
+- switched build-system to ninja.
+- switched python to python3.
+
+* Fri Sep 20 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.0.0-1
+- new upstream release.
+- added OpenMP.
+
+* Sun Dec 16 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.0.1-1
+- fixed %%files.
+
+* Wed Dec 05 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.0.0-1
+- new upstream release.
+- dropped Patch0, 4, 5, 100 and 200.
+- imported Patch3, 7, 12, 15, 100, 101, 102 and 400 from rawhide.
+- renamed a subpackage "llvm-libs".
+- added a subpackage "lld".
+
+* Tue Jan 02 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.0.1-2
+- added subpackages "llvm-static", "python-lldb" and "python-clang".
+
+* Mon Jan 01 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.0.1-1
+- new upstream release.
+- dropped Patch1 and 2: fixed in upstream.
+- imported Patch0, 3-5, 100 and 200 from rawhide.
+- disabled Patch1002: no longer needed?
+
+* Fri Aug  5 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.8.1-1
+- new upstream release.
+- switched to cmake.
+- disable ocaml binding as default.
+- updated Patch1000 and 1002.
+- disabled Patch1000 as default.
+- cleanup patches.
+
+* Thu Jun 30 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-2
+- rebuild with gcc-5.4.0
+
+* Sat Sep  5 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.6.2-1
+- new upstream release
+- added BR: ocaml-ctypes
+
+* Thu Jun  4 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.6.1-1
+- new upstream release
+- dropt Patch 1, 201 and 1001
+- updated Patch 1000
+
+* Tue Mar 24 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.5.1-1
+- updated to 3.5.1
+- added Patch1, 2, 100, 101, 200, 201 and 202 from Fedora 
+- added clang-libs, lldb, lldb-devel and compat32-llvm-libs subpackage
+- obsoleted clang-doc
+- built with ocaml 4.02.1
+
+* Sat Nov 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.5.0-2
+- fix <BTS:2832>
+  - fix configure option "--with-c-include-dirs"
+  - update Patch1000: clang-3.5.0-driver-ld.gold.patch
+  - update Patch1001: clang-3.5.0-driver-lib64.patch
+  - update Patch1002: clang-3.5.0-driver-vine.patch
+
+* Tue Oct 28 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.5.0-1
+- update to 3.5.0
+- remove Patch11 (clang-hardfloat-hack.patch)
+
+* Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.3-2
+- rebuild with libffi-3.0.13
+
+* Mon Oct 28 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 3.3-1
+- update to 3.3
+
+* Mon Dec 03 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.1-2
+- ld.gold (patch1000,1001)
+- add /%{_lib} to ld search path
+- add support *-vine-linux gcc (patch1002)
+
+* Fri Nov 30 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.1-1
+- update to 3.1
+
+* Tue Jan 24 2012 NAKAMURA Kenta <kenta@vinelinux.org> - 3.0-1
+- updated to 3.0 release
+
+* Sun Jan 15 2012 NAKAMURA Kenta <kenta@vinelinux.org> - 2.9-3
+- added patch 2-4 to support -O4 link-time optimization
+
+* Fri Sep  9 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.9-2
+- disable -fno-var-tracking-assignments on ppc
+  (seems like gcc-4.4.5 still doesn't support this)
+
+* Thu Aug 25 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.9-1
+- new upstream release
+- add BR: libffi-devel
+- add R: libffi-devel to -devel
+
+* Sun May 23 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7-1
+- initial build for Vine Linux
+
+* Sun May  2 2010 Michel Salim <salimma@fedoraproject.org> - 2.7-1
+- Update to final 2.7 release
+
+* Sun Mar 28 2010 Michel Salim <salimma@fedoraproject.org> - 2.7-0.1.pre1
+- Update to first 2.7 pre-release
+
+* Fri Sep 18 2009 Michel Salim <salimma@fedoraproject.org> - 2.6-0.6.pre2
+- Update to 2.6 pre-release2
+- -devel subpackage now virtually provides -static
+
+* Wed Sep  9 2009 Michel Salim <salimma@fedoraproject.org> - 2.6-0.5.pre1
+- Disable var tracking assignments on PPC
+
+* Wed Sep  9 2009 Michel Salim <salimma@fedoraproject.org> - 2.6-0.4.pre1
+- Don't adjust clang include dir; files there are noarch (bz#521893)
+- Enable clang unit tests
+- clang and clang-analyzer renamed; no longer depend on llvm at runtime
+
+* Mon Sep  7 2009 Michel Salim <salimma@fedoraproject.org> - 2.6-0.3.pre1
+- Package Clang's static analyzer tools
+
+* Mon Sep  7 2009 Michel Salim <salimma@fedoraproject.org> - 2.6-0.2.pre1
+- PIC is now enabled by default; explicitly disable on %%{ix86}
+
+* Mon Sep  7 2009 Michel Salim <salimma@fedoraproject.org> - 2.6-0.1.pre1
+- First 2.6 prerelease
+- Enable Clang front-end
+- Enable debuginfo generation
+
+* Sat Sep  5 2009 Michel Salim <salimma@fedoraproject.org> - 2.5-6
+- Disable assertions (needed by OpenGTL, bz#521261)
+- Align spec file with upstream build instructions
+- Enable unit tests
+
+* Sat Aug 22 2009 Michel Salim <salimma@fedoraproject.org> - 2.5-5
+- Only disable PIC on %%ix86; ppc actually needs it
+
+* Sat Aug 22 2009 Michel Salim <salimma@fedoraproject.org> - 2.5-4
+- Disable use of position-independent code on 32-bit platforms
+  (buggy in LLVM <= 2.5)
+
+* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Wed Mar  4 2009 Michel Salim <salimma@fedoraproject.org> - 2.5-2
+- Remove build scripts; they require the build directory to work
+
+* Wed Mar  4 2009 Michel Salim <salimma@fedoraproject.org> - 2.5-1
+- Update to 2.5
+- Package build scripts (bug #457881)
+
+* Tue Dec  2 2008 Michel Salim <salimma@fedoraproject.org> - 2.4-2
+- Patched build process for the OCaml binding
+
+* Tue Dec  2 2008 Michel Salim <salimma@fedoraproject.org> - 2.4-1
+- Update to 2.4
+- Package Ocaml binding
+
+* Wed Jun 18 2008 Bryan O'Sullivan <bos@serpentine.com> - 2.3-2
+- Add dependency on groff
+
+* Wed Jun 18 2008 Bryan O'Sullivan <bos@serpentine.com> - 2.3-1
+- LLVM 2.3
+
+* Thu May 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.2-4
+- fix license tags
+
+* Wed Mar  5 2008 Bryan O'Sullivan <bos@serpentine.com> - 2.2-3
+- Fix compilation problems with gcc 4.3
+
+* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.2-2
+- Autorebuild for GCC 4.3
+
+* Sun Jan 20 2008 Bryan O'Sullivan <bos@serpentine.com> - 2.1-2
+- Fix review comments
+
+* Sun Jan 20 2008 Bryan O'Sullivan <bos@serpentine.com> - 2.1-1
+- Initial version

+ 349 - 0
l/lldb/lldb-vl.spec

@@ -0,0 +1,349 @@
+%bcond_with test
+
+%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
+
+%define ver_suffix %(echo "%{version}" | cut -d . -f 1)
+
+Summary:        Next generation high-performance debugger
+Summary(ja):    高性能デバッガー
+Name:           lldb
+Version:        12.0.0
+Release:        1%{?_dist_release}
+Group:          programming
+Vendor:         Project Vine
+Distribution:   Vine Linux
+
+License:        NCSA
+URL:            https://llvm.org/
+Source0:        https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/lldb-%{version}.src.tar.xz
+
+# patches
+Patch0:         0001-PATCH-lldb-Portable-asm-ptrace.h-include.patch
+Patch1:         0002-PATCH-lldb-Support-DWARF-5-DW_FORM_line_strp-used-by.patch
+
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires:  binutils-devel
+BuildRequires:  cmake
+BuildRequires:  ninja
+BuildRequires:  llvm-devel = %{version}
+BuildRequires:  llvm-static = %{version}
+BuildRequires:  clang-devel = %{version}
+BuildRequires:  clang-tools-extra = %{version}
+BuildRequires:  ncurses-devel
+BuildRequires:  swig
+BuildRequires:  libffi-devel >= 3.3
+BuildRequires:  zlib-devel
+BuildRequires:  libxml2-devel
+BuildRequires:  libedit-devel
+BuildRequires:  python3-devel
+
+Requires:       python3-lldb = %{version}-%{release}
+
+%description
+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 devel
+Summary:        Header files for LLDB
+Summary(ja):    LLDB のヘッダファイル
+Group:          programming
+Requires:       lldb = %{version}-%{release}
+
+%description devel
+This package contains header files for the LLDB debugger.
+
+
+%package -n python3-lldb
+Summary:        Python3 module for LLDB
+Summary(ja):    LLDB用Python3モジュール
+Group:          programming
+BuildRequires:  python3-devel
+Requires:       python3-six
+Requires:       lldb = %{version}-%{release}
+
+%description -n python3-lldb
+The package contains the LLDB Python3 module.
+
+
+%debug_package
+
+
+%prep
+%autosetup -p2 -n lldb-%{version}.src 
+
+
+%build
+CFLAGS="%{optflags} -Wno-error=format-security"
+CXXFLAGS="%{optflags} -Wno-error=format-security"
+
+%cmake \
+        -GNinja \
+        -DCMAKE_BUILD_TYPE=Release \
+        -DCMAKE_SKIP_RPATH:BOOL=ON \
+        -DLLVM_LINK_LLVM_DYLIB:BOOL=ON \
+        \
+        -DLLDB_DISABLE_CURSES:BOOL=OFF \
+        -DLLDB_DISABLE_LIBEDIT:BOOL=OFF \
+        -DLLDB_DISABLE_PYTHON:BOOL=OFF \
+%if 0%{?__isa_bits} == 64
+        -DLLVM_LIBDIR_SUFFIX=64 \
+%else
+        -DLLVM_LIBDIR_SUFFIX= \
+%endif
+        \
+        -DPYTHON_EXECUTABLE:STRING=%{__python3} \
+        -DPYTHON_VERSION_MAJOR:STRING=$(%{__python3} -c "import sys; print(sys.version_info.major)") \
+        -DPYTHON_VERSION_MINOR:STRING=$(%{__python3} -c "import sys; print(sys.version_info.minor)") \
+        -DCLANG_LINK_CLANG_DYLIB=ON \
+        -DLLVM_LIT_ARGS="-sv \
+        --path %{_libdir}/llvm" \
+        %{nil}
+
+%cmake_build
+
+
+%install
+rm -rf %{buildroot}
+
+%cmake_install
+
+# remove static libraries
+rm -fv %{buildroot}%{_libdir}/liblldb*.a
+
+# python: fix binary libraries location
+liblldb=$(basename $(readlink -e %{buildroot}%{_libdir}/liblldb.so))
+ln -vsf "../../../${liblldb}" %{buildroot}%{python3_sitearch}/lldb/_lldb.so
+
+# remove bundled six.py
+rm -f %{buildroot}%{python3_sitearch}/six.*
+
+
+
+
+%if %{with test}
+%check
+%endif
+
+
+%clean
+rm -rf %{buildroot}
+
+
+%files
+%defattr(-,root,root,-)
+#doc %{llvmdocdir lldb}/
+%{_bindir}/lldb*
+%{_libdir}/liblldb*.so.*
+%{_libdir}/liblldbIntelFeatures.so.*
+
+%files devel
+%defattr(-,root,root,-)
+%{_includedir}/lldb
+%{_libdir}/*.so
+
+%files -n python3-lldb
+%{python3_sitearch}/lldb
+
+
+%changelog
+* Sat Apr 17 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 12.0.0-1
+- devided lldb from llvm.
+- new upstream release.
+
+* Fri Oct 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 11.0.0-2
+- enabled to build utils.
+
+* Thu Oct 15 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 11.0.0-1
+- new upstream release.
+
+* Mon Aug 17 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.1-1
+- new upstream release.
+
+* Thu Apr 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.0-2
+- rebuilt with libffi-3.3.
+
+* Fri Mar 27 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.0-1
+- new upstream release.
+
+* Sun Dec 22 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.0.1-1
+- new upstream release.
+
+* Sun Sep 22 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.0.0-2
+- dropped all patches.
+- switched build-system to ninja.
+- switched python to python3.
+
+* Fri Sep 20 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.0.0-1
+- new upstream release.
+- added OpenMP.
+
+* Sun Dec 16 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.0.1-1
+- fixed %%files.
+
+* Wed Dec 05 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.0.0-1
+- new upstream release.
+- dropped Patch0, 4, 5, 100 and 200.
+- imported Patch3, 7, 12, 15, 100, 101, 102 and 400 from rawhide.
+- renamed a subpackage "llvm-libs".
+- added a subpackage "lld".
+
+* Tue Jan 02 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.0.1-2
+- added subpackages "llvm-static", "python-lldb" and "python-clang".
+
+* Mon Jan 01 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.0.1-1
+- new upstream release.
+- dropped Patch1 and 2: fixed in upstream.
+- imported Patch0, 3-5, 100 and 200 from rawhide.
+- disabled Patch1002: no longer needed?
+
+* Fri Aug  5 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.8.1-1
+- new upstream release.
+- switched to cmake.
+- disable ocaml binding as default.
+- updated Patch1000 and 1002.
+- disabled Patch1000 as default.
+- cleanup patches.
+
+* Thu Jun 30 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-2
+- rebuild with gcc-5.4.0
+
+* Sat Sep  5 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.6.2-1
+- new upstream release
+- added BR: ocaml-ctypes
+
+* Thu Jun  4 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.6.1-1
+- new upstream release
+- dropt Patch 1, 201 and 1001
+- updated Patch 1000
+
+* Tue Mar 24 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.5.1-1
+- updated to 3.5.1
+- added Patch1, 2, 100, 101, 200, 201 and 202 from Fedora 
+- added clang-libs, lldb, lldb-devel and compat32-llvm-libs subpackage
+- obsoleted clang-doc
+- built with ocaml 4.02.1
+
+* Sat Nov 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.5.0-2
+- fix <BTS:2832>
+  - fix configure option "--with-c-include-dirs"
+  - update Patch1000: clang-3.5.0-driver-ld.gold.patch
+  - update Patch1001: clang-3.5.0-driver-lib64.patch
+  - update Patch1002: clang-3.5.0-driver-vine.patch
+
+* Tue Oct 28 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.5.0-1
+- update to 3.5.0
+- remove Patch11 (clang-hardfloat-hack.patch)
+
+* Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.3-2
+- rebuild with libffi-3.0.13
+
+* Mon Oct 28 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 3.3-1
+- update to 3.3
+
+* Mon Dec 03 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.1-2
+- ld.gold (patch1000,1001)
+- add /%{_lib} to ld search path
+- add support *-vine-linux gcc (patch1002)
+
+* Fri Nov 30 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.1-1
+- update to 3.1
+
+* Tue Jan 24 2012 NAKAMURA Kenta <kenta@vinelinux.org> - 3.0-1
+- updated to 3.0 release
+
+* Sun Jan 15 2012 NAKAMURA Kenta <kenta@vinelinux.org> - 2.9-3
+- added patch 2-4 to support -O4 link-time optimization
+
+* Fri Sep  9 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.9-2
+- disable -fno-var-tracking-assignments on ppc
+  (seems like gcc-4.4.5 still doesn't support this)
+
+* Thu Aug 25 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.9-1
+- new upstream release
+- add BR: libffi-devel
+- add R: libffi-devel to -devel
+
+* Sun May 23 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7-1
+- initial build for Vine Linux
+
+* Sun May  2 2010 Michel Salim <salimma@fedoraproject.org> - 2.7-1
+- Update to final 2.7 release
+
+* Sun Mar 28 2010 Michel Salim <salimma@fedoraproject.org> - 2.7-0.1.pre1
+- Update to first 2.7 pre-release
+
+* Fri Sep 18 2009 Michel Salim <salimma@fedoraproject.org> - 2.6-0.6.pre2
+- Update to 2.6 pre-release2
+- -devel subpackage now virtually provides -static
+
+* Wed Sep  9 2009 Michel Salim <salimma@fedoraproject.org> - 2.6-0.5.pre1
+- Disable var tracking assignments on PPC
+
+* Wed Sep  9 2009 Michel Salim <salimma@fedoraproject.org> - 2.6-0.4.pre1
+- Don't adjust clang include dir; files there are noarch (bz#521893)
+- Enable clang unit tests
+- clang and clang-analyzer renamed; no longer depend on llvm at runtime
+
+* Mon Sep  7 2009 Michel Salim <salimma@fedoraproject.org> - 2.6-0.3.pre1
+- Package Clang's static analyzer tools
+
+* Mon Sep  7 2009 Michel Salim <salimma@fedoraproject.org> - 2.6-0.2.pre1
+- PIC is now enabled by default; explicitly disable on %%{ix86}
+
+* Mon Sep  7 2009 Michel Salim <salimma@fedoraproject.org> - 2.6-0.1.pre1
+- First 2.6 prerelease
+- Enable Clang front-end
+- Enable debuginfo generation
+
+* Sat Sep  5 2009 Michel Salim <salimma@fedoraproject.org> - 2.5-6
+- Disable assertions (needed by OpenGTL, bz#521261)
+- Align spec file with upstream build instructions
+- Enable unit tests
+
+* Sat Aug 22 2009 Michel Salim <salimma@fedoraproject.org> - 2.5-5
+- Only disable PIC on %%ix86; ppc actually needs it
+
+* Sat Aug 22 2009 Michel Salim <salimma@fedoraproject.org> - 2.5-4
+- Disable use of position-independent code on 32-bit platforms
+  (buggy in LLVM <= 2.5)
+
+* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Wed Mar  4 2009 Michel Salim <salimma@fedoraproject.org> - 2.5-2
+- Remove build scripts; they require the build directory to work
+
+* Wed Mar  4 2009 Michel Salim <salimma@fedoraproject.org> - 2.5-1
+- Update to 2.5
+- Package build scripts (bug #457881)
+
+* Tue Dec  2 2008 Michel Salim <salimma@fedoraproject.org> - 2.4-2
+- Patched build process for the OCaml binding
+
+* Tue Dec  2 2008 Michel Salim <salimma@fedoraproject.org> - 2.4-1
+- Update to 2.4
+- Package Ocaml binding
+
+* Wed Jun 18 2008 Bryan O'Sullivan <bos@serpentine.com> - 2.3-2
+- Add dependency on groff
+
+* Wed Jun 18 2008 Bryan O'Sullivan <bos@serpentine.com> - 2.3-1
+- LLVM 2.3
+
+* Thu May 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.2-4
+- fix license tags
+
+* Wed Mar  5 2008 Bryan O'Sullivan <bos@serpentine.com> - 2.2-3
+- Fix compilation problems with gcc 4.3
+
+* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.2-2
+- Autorebuild for GCC 4.3
+
+* Sun Jan 20 2008 Bryan O'Sullivan <bos@serpentine.com> - 2.1-2
+- Fix review comments
+
+* Sun Jan 20 2008 Bryan O'Sullivan <bos@serpentine.com> - 2.1-1
+- Initial version

+ 50 - 632
l/llvm/llvm-vl.spec

@@ -9,10 +9,6 @@
 # Build options:
 # Components skipped by default:
 %bcond_with doxygen
-%bcond_with ocaml
-%bcond_with force_gold
-%bcond_with lld_libs
-%bcond_with clang_tools_extra
 
 # Documentation install path
 %global llvmdocdir() %{_docdir}/%1-%{version}
@@ -22,8 +18,8 @@
 Summary:        The Low Level Virtual Machine
 Summary(ja):    LLVM - 低レベルバーチャルマシン
 Name:           llvm
-Version:        11.0.0
-Release:        2%{?_dist_release}
+Version:        12.0.0
+Release:        1%{?_dist_release}
 Group:          programming
 Vendor:         Project Vine
 Distribution:   Vine Linux
@@ -31,89 +27,28 @@ Distribution:   Vine Linux
 License:        NCSA
 URL:            https://llvm.org/
 Source0:        https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/llvm-%{version}.src.tar.xz
-Source1:        https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/clang-%{version}.src.tar.xz
-Source2:        https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/compiler-rt-%{version}.src.tar.xz
-Source3:        https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/lldb-%{version}.src.tar.xz
-Source4:        https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/lld-%{version}.src.tar.xz
-%if %{with clang_tools_extra}
-Source5:        https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/clang-tools-extra-%{version}.src.tar.xz
-%endif
-Source6:        https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/openmp-%{version}.src.tar.xz
 
 # multilib fixes
 Source10:        llvm-config.h
-Source11:        clang-config.h
 
 # patches
-
-# llvm
-Patch0:         0001-Filter-out-cxxflags-not-supported-by-clang.patch
-# TODO: I'm not sure why this is needed.  Could be a change in newer version
-# of gold.
-Patch1:         0001-Pass-target-to-gold-linker-to-avoid-faliures-on-i686.patch
-Patch2:         0001-CMake-Split-static-library-exports-into-their-own-ex.patch
-Patch3:         0001-CMake-Split-test-binary-exports-into-their-own-expor.patch
-
-# clang
-Patch100:       0002-gtest-reorg.patch
-Patch101:       0001-Fix-uninitialized-value-in-ABIArgInfo.patch
-Patch102:       0001-ToolChain-Add-lgcc_s-to-the-linker-flags-when-using-.patch
-Patch103:       0001-Fix-Driver-modules.cpp-test-to-work-when-build-direc.patch
-
-# compiler-rt
-Patch200:       0001-PATCH-std-thread-copy.patch
-
-# lld
-Patch400:       0001-CMake-Check-for-gtest-headers-even-if-lit.py-is-not-.patch
-
-# Vine Patch
-Patch1000: clang-3.8.1-driver-ld.gold.patch
-Patch1002: clang-3.8.1-driver-vine.patch
+Patch0:         0001-PATCH-llvm-Make-source-interleave-prefix-test-case-c.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
 BuildRequires:  binutils-devel
 BuildRequires:  cmake
-BuildRequires:  ninja
-BuildRequires:  bison
-BuildRequires:  python3
-BuildRequires:  python3-rpm-macros
-BuildRequires:  chrpath
-BuildRequires:  flex
-BuildRequires:  git
-BuildRequires:  gcc-c++ >= 3.4
-BuildRequires:  groff
-BuildRequires:  libffi-devel >= 3.3
-BuildRequires:  libstdc++-devel
-BuildRequires:  libstdc++-static
-BuildRequires:  libtool-ltdl-devel
-BuildRequires:  libxml2-devel
-%if %{with ocaml}
-BuildRequires:  ocaml-findlib
-BuildRequires:  ocaml-ctypes
-BuildRequires:  ocaml-ounit
-%endif
-# for DejaGNU test suite
-BuildRequires:  dejagnu tcl-devel
-%if %{with doxygen}
-BuildRequires:  doxygen graphviz
-%endif
-# pod2man 
-BuildRequires:  perl
-# lldb
-BuildRequires:  swig
 BuildRequires:  libedit-devel
+BuildRequires:  libffi-devel
+BuildRequires:  ncurses-devel
+BuildRequires:  ninja
 BuildRequires:  python3-devel
-# lld
-BuildRequires: ncurses-devel
-BuildRequires: zlib-devel
+BuildRequires:  python3-rpm-macros
+BuildRequires:  valgrind-devel
+BuildRequires:  zlib-devel
 
 Requires:       llvm%{ver_suffix}-libs = %{version}-%{release}
 
-# LLVM is not supported on PPC64
-# http://llvm.org/bugs/show_bug.cgi?id=3729
-ExcludeArch:    ppc64
-
 %description
 LLVM is a compiler infrastructure designed for compile-time,
 link-time, runtime, and idle-time optimization of programs from
@@ -127,8 +62,7 @@ Summary:        Libraries and header files for LLVM
 Summary(ja):    LLVM のライブラリおよびヘッダファイル
 Group:          programming
 Requires:       %{name} = %{version}-%{release}
-Requires:       libstdc++-devel
-Requires:       libffi-devel
+Requires:       llvm%{ver_suffix}-libs = %{version}-%{release}
 Requires:       libedit-devel
 
 %description devel
@@ -162,6 +96,7 @@ Shared libraries for the LLVM compiler infrastructure.
 %description -n llvm%{ver_suffix}-libs -l ja
 LLVM コンパイラ基盤の共有ライブラリです.
 
+
 %package static
 Summary:        LLVM static libraries
 Summary(ja):    LLVM 静的ライブラリ
@@ -175,228 +110,6 @@ Static libraries for the LLVM compiler infrastructure.
 LLVM コンパイラ基盤の静的ライブラリです.
 
 
-%package -n clang
-Summary:        A C language family front-end for LLVM
-Summary(ja):    LLVM の C 言語フロントエンド
-License:        NCSA
-Group:          programming
-Requires:       %{name} = %{version}-%{release}
-# clang requires gcc, clang++ requires libstdc++-devel
-Requires:       libstdc++-devel
-# remove clang-doc pacakge
-Obsoletes:      clang-doc < %{version}-%{release}
-
-%description -n clang
-clang: noun
-    1. A loud, resonant, metallic sound.
-    2. The strident call of a crane or goose.
-    3. C-language family front-end toolkit.
-
-The goal of the Clang project is to create a new C, C++, Objective C
-and Objective C++ front-end for the LLVM compiler. Its tools are built
-as libraries and designed to be loosely-coupled and extensible.
-
-%Package -n clang-libs
-Summary:        Runtime library for clang
-Summary(ja):    Clang のランタイムライブラリ
-Group:          system
-
-%description -n clang-libs
-Runtime library for clang.
-
-%description -n clang-libs -l ja
-Clang のランタイムライブラリです.
-
-%package -n clang-devel
-Summary:        Header files for clang
-Summary(ja):    Clang のヘッダファイル
-Group:          programming
-Requires:       clang = %{version}-%{release}
-
-%description -n clang-devel
-This package contains header files for the Clang compiler.
-
-%description -n clang-devel -l ja
-Clang コンパイラのヘッダファイル集です.
-
-%package -n clang-analyzer
-Summary:        A source code analysis framework
-Summary(ja):    ソースコード分析フレームワーク
-License:        NCSA
-Group:          programming
-Requires:       clang = %{version}-%{release}
-# not picked up automatically since files are currently not instaled
-# in standard Python hierarchies yet
-Requires:       python3
-
-%description -n clang-analyzer
-The Clang Static Analyzer consists of both a source code analysis
-framework and a standalone tool that finds bugs in C and Objective-C
-programs. The standalone tool is invoked from the command-line, and is
-intended to run in tandem with a build of a project or code base.
-
-%package -n python3-clang
-Summary: Python3 bindings for clang
-Group:          programming
-Requires: %{name}%{ver_suffix}-libs%{?_isa} = %{version}-%{release}
-Requires: python3
-%description -n python3-clang
-Python3 bindings for clang
-
-
-#%package -n clang-doc
-#Summary:        Documentation for Clang
-#Summary(ja):    Clang のドキュメント
-#Group:          Documentation
-#Requires:       %{name} = %{version}-%{release}
-#
-#%description -n clang-doc
-#Documentation for the Clang compiler front-end.
-
-%package -n lldb
-Summary:        Next generation high-performance debugger
-Summary(ja):    高性能デバッガー
-License:        NCSA
-Group:          programming
-Requires:       %{name} = %{version}-%{release}
-
-%description -n lldb
-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 lldb-devel
-Summary:        Header files for LLDB
-Summary(ja):    LLDB のヘッダファイル
-Group:          programming
-Requires:       lldb = %{version}-%{release}
-
-%description -n lldb-devel
-This package contains header files for the LLDB debugger.
-
-
-%package -n lld
-Summary:        The LLVM Linker
-Summary(ja):    LLVMリンカー
-License:        NCSA
-Group:          programming
-
-%description -n lld
-The LLVM project linker.
-
-%if %{with lld_libs}
-%package -n lld-libs
-Summary:        LLD shared libraries
-Summary(ja):    LLD 共有ライブラリ
-License:        NCSA
-Group:          programming
-
-%description -n lld-libs
-Shared libraries for LLD.
-
-
-%package -n lld-devel
-Summary:        Libraries and header files for LLD
-Summary(ja):    LLD 用ライブラリとヘッダファイル
-License:        NCSA
-Group:          programming
-Requires:       lld-libs = %{version}-%{release}
-
-%description -n lld-devel
-This package contains library and header files needed to develop new native
-programs that use the LLD infrastructure.
-%endif
-
-%if %{with doxygen}
-%package apidoc
-Summary:        API documentation for LLVM
-Summary(ja):    LLVM の API ドキュメント
-Group:          documentation
-BuildArch:      noarch
-Requires:       %{name}-docs = %{version}-%{release}
-
-%description apidoc
-API documentation for the LLVM compiler infrastructure.
-
-%package -n clang-apidoc
-Summary:        API documentation for Clang
-Summary(ja):    Clang の API ドキュメント
-Group:          Documentation
-BuildArch:      noarch
-
-%description -n clang-apidoc
-API documentation for the Clang compiler.
-%endif
-
-
-%package -n python3-lldb
-Summary:        Python3 module for LLDB
-Summary(ja):    LLDB用Python3モジュール
-Group:          programming
-BuildRequires:  python-devel
-Requires:       python-six
-
-%description -n python3-lldb
-The package contains the LLDB Python3 module.
-
-
-%package -n libomp
-Summary:        OpenMP runtime for clang
-Summary(ja):    clang用OpenMPランタイム
-Group:          system
-
-%description -n libomp
-The package contains the OpenMP runtime for clang.
-
-
-%package -n libomp-devel
-Summary:        OpenMP header files
-Summary(ja):    OpenMPヘッダファイル
-Group:          programming
-Requires:       clang-devel%{?isa} = %{version}
-
-%description -n libomp-devel
-The package contains the OpenMP header files.
-
-
-%if %{with ocaml}
-%package        ocaml
-Summary:        OCaml binding for LLVM
-Summary(ja):    LLVM の OCaml バインディング
-Group:          system
-Requires:       %{name} = %{version}-%{release}
-Requires:       ocaml
-
-%description    ocaml
-OCaml binding for LLVM.
-
-%package        ocaml-devel
-Summary:        Development files for %{name}-ocaml
-Summary(ja):    %{name}-ocaml の開発ファイル
-Group:          programming
-Requires:       %{name}-devel = %{version}-%{release}
-Requires:       %{name}-ocaml = %{version}-%{release}
-Requires:       ocaml
-
-%description    ocaml-devel
-The %{name}-ocaml-devel package contains libraries and signature files
-for developing applications that use %{name}-ocaml.
-
-%package ocaml-doc
-Summary:        Documentation for %{name}-ocaml
-Summary(ja):    %{name}-ocaml のドキュメント
-Group:          documentation
-BuildArch:      noarch
-Requires:       %{name}-ocaml = %{version}-%{release}
-# might seem redundant, but needed to kill off the old arch-ed -doc subpackage
-Obsoletes:      %{name}-ocaml-doc < %{version}-%{release}
-
-%description ocaml-doc
-HTML documentation for LLVM's OCaml binding.
-
-%endif
-
 # compat32'
 %package -n compat32-%{name}%{ver_suffix}-libs
 Summary:        LLVM shared libraries
@@ -413,85 +126,43 @@ Shared libraries for the LLVM compiler infrastructure.
 
 
 %prep
-%setup -q -a1 -a2 -a3 -a4 -a6 -n llvm-%{version}.src 
-
-#%patch0 -p2
-#%patch1 -p2
-#%patch2 -p2
-##patch3 -p2
-
-rm -rf tools/clang tools/lld tools/lldb projects/compiler-rt
-mv clang-%{version}.src tools/clang
-mv compiler-rt-%{version}.src projects/compiler-rt
-mv lldb-%{version}.src tools/lldb
-mv lld-%{version}.src tools/lld
-mv openmp-%{version}.src projects/openmp
-
-%if %{with clang_tools_extra}
-tar xvf %{SOURCE5}
-mv clang-tools-extra-%{version}.src tools/clang/tools/extra
-%endif
-
-pushd tools/clang
-##patch100 -p1
-#%patch101 -p2
-#%patch102 -p1
-#%patch103 -p2
-popd
-
-pushd projects/compiler-rt
-#%patch200 -p1
-popd
-
-pushd tools/lld
-#%patch400 -p1
-popd
-
-# Vine Linux
-%if %{with force_gold}
-pushd tools/clang
-%patch1000 -p1 -b .driver-ld.gold
-popd
-%endif
-#%patch1002 -p1 -b .driver-vine
+%setup -q -n llvm-%{version}.src 
+%autopatch -p2
 
-sed -i -e 's/"i686-linux-gnu",/"i686-linux-gnu","i686-vine-linux","i686-vine-linux-gnu",/' tools/clang/lib/Driver/ToolChains/Gnu.cpp
-sed -i -e 's/"x86_64-linux-gnu",/"x86_64-linux-gnu","x86_64-vine-linux","x86_64-vine-linux-gnu",/' tools/clang/lib/Driver/ToolChains/Gnu.cpp
+pathfix%{python3_version}.py -i %{__python3} -pn \
+	test/BugPoint/compile-custom.ll.py \
+	tools/opt-viewer/*.py \
+	utils/update_cc_test_checks.py
 
-sed -i -e 's/"ld"/"ld.gold"/' tools/clang/include/clang/Driver/ToolChain.h
 
 %build
-mkdir build
-cd build
+%global _lto_cflags %{nil}
 
 %ifarch s390 s390x %{arm} %ix86
 # Decrease debuginfo verbosity to reduce memory consumption during final library linking
 %global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
 %endif
 
-#CFLAGS="%{optflags} -fno-strict-aliasing -Wno-error=format-security -fPIC"
-#CXXFLAGS="%{optflags} -fno-strict-aliasing -Wno-error=format-security -fPIC -std=c++11"
-#TMP_PWD=$(pwd)
-#LDFLAGS="%{?__global_ldflags} -L$TMP_PWD/%{_lib} -lpthread -ldl"
-
-%cmake .. \
+%cmake \
         -GNinja \
         -DBUILD_SHARED_LIBS:BOOL=OFF \
         -DLLVM_PARALLEL_LINK_JOBS=1 \
         -DCMAKE_BUILD_TYPE=Release \
-        -DCMAKE_INSTALL_RPATH=";" \
+        -DCMAKE_SKIP_RPATH:BOOL=ON \
 %if 0%{?__isa_bits} == 64
         -DLLVM_LIBDIR_SUFFIX=64 \
 %else
         -DLLVM_LIBDIR_SUFFIX= \
 %endif
+        \
         -DLLVM_TARGETS_TO_BUILD=all \
         -DLLVM_ENABLE_LIBCXX:BOOL=OFF \
         -DLLVM_ENABLE_ZLIB:BOOL=ON \
         -DLLVM_ENABLE_FFI:BOOL=ON \
         -DLLVM_ENABLE_RTTI:BOOL=ON \
-        -DLLVM_ENABLE_EH=ON \
+        -DLLVM_USE_PERF:BOOL=ON \
         -DLLVM_BINUTILS_INCDIR=%{_includedir} \
+        \
         -DLLVM_BUILD_RUNTIME:BOOL=ON \
         \
         -DLLVM_INCLUDE_TOOLS:BOOL=ON \
@@ -518,135 +189,40 @@ cd build
         -DLLVM_BUILD_LLVM_DYLIB:BOOL=ON \
         -DLLVM_DYLIB_EXPORT_ALL:BOOL=ON \
         -DLLVM_LINK_LLVM_DYLIB:BOOL=ON \
+        -DLLVM_BUILD_EXTERNAL_COMPILER_RT:BOOL=ON \
         -DLLVM_INSTALL_TOOLCHAIN_ONLY:BOOL=OFF \
-        -DLLVM_OPTIMIZED_TABLEGEN:BOOL=ON \
         \
-        -DCLANG_ENABLE_ARCMT:BOOL=ON \
-        -DCLANG_ENABLE_STATIC_ANALYZER:BOOL=ON \
-        -DCLANG_INCLUDE_DOCS:BOOL=ON \
-        -DCLANG_INCLUDE_TESTS:BOOL=ON \
-        -DCLANG_PLUGIN_SUPPORT:BOOL=ON \
-        -DCLANG_BUILD_EXAMPLES:BOOL=OFF \
-        -DCLANG_LINK_CLANG_DYLIB=ON \
-        -DCLANG_REPOSITORY_STRING="Vine Linux %{version}-%{release}" \
-        -DLIB_SUFFIX= \
-        \
-        -DLLDB_DISABLE_CURSES:BOOL=OFF \
-        -DLLDB_DISABLE_LIBEDIT:BOOL=OFF \
-        -DLLDB_DISABLE_PYTHON:BOOL=OFF \
-        \
-        -DLLDB_LINK_LLVM_DYLIB:BOOL=ON \
-        \
-        -DLIBOMP_INSTALL_ALIASES=OFF \
-        -DLIBOMP_HEADERS_INSTALL_PATH:PATH=%{_libdir}/clang/%{version}/include \
-        \
-        -DPYTHON_EXECUTABLE:STRING=%{__python3} \
-        -DCOMPILER_RT_INCLUDE_TESTS:BOOL=OFF # could be on?
+        -DLLVM_OPTIMIZED_TABLEGEN:BOOL=ON \
 
-# workaround for all-in-one build
-#TMP_PWD=$(pwd)
-#LD_LIBRARY_PATH="$TMP_PWD/%{_lib}" make %{?_smp_mflags}
+# Build libLLVM.so first.  This ensures that when libLLVM.so is linking, there
+# are no other compile jobs running.  This will help reduce OOM errors on the
+# builders without having to artificially limit the number of concurrent jobs.
+%cmake_build --target LLVM
+%cmake_build
 
-%ninja_build
 
 %install
 rm -rf %{buildroot}
 
-cd build
-%ninja_install
-
-# llvm
-
-install -m755 ./bin/lli-child-target %{buildroot}%{_bindir}/lli-child-target
+%cmake_install
 
+pushd %{_vpath_builddir}
+#install -m755 ./bin/lli-child-target %{buildroot}%{_bindir}/lli-child-target
 # fix multi-lib
 mv -v %{buildroot}%{_bindir}/llvm-config{,-%{__isa_bits}}
 ln -sf llvm-config-%{__isa_bits} %{buildroot}%{_bindir}/llvm-config
 mv -v %{buildroot}%{_includedir}/llvm/Config/llvm-config{,-%{__isa_bits}}.h
 install -m 0644 %{SOURCE10} %{buildroot}%{_includedir}/llvm/Config/llvm-config.h
 
-# clang
-
-# remove static libraries
-rm -fv %{buildroot}%{_libdir}/libclang*.a
-
-# install clang python bindings
-mkdir -p %{buildroot}%{python3_sitelib}/clang/
-install -p -m644 ../tools/clang/bindings/python/clang/* %{buildroot}%{python3_sitelib}/clang/
-
-mv -v %{buildroot}%{_includedir}/clang/Config/config{,-%{__isa_bits}}.h
-install -m 0644 %{SOURCE11} %{buildroot}%{_includedir}/clang/Config/config.h
-
-# remove git integration
-rm -vf %{buildroot}%{_bindir}/git-clang-format
-# remove editor integrations (bbedit, sublime, emacs, vim)
-rm -vf %{buildroot}%{_datadir}/clang/clang-format-bbedit.applescript
-rm -vf %{buildroot}%{_datadir}/clang/clang-format-sublime.py*
-rm -vf %{buildroot}%{_datadir}/clang/clang-format.el
-rm -vf %{buildroot}%{_datadir}/clang/clang-format.py*
-# remove diff reformatter
-rm -vf %{buildroot}%{_datadir}/clang/clang-format-diff.py*
-
-
-# lldb
-
-# remove static libraries
-rm -fv %{buildroot}%{_libdir}/liblldb*.a
-
-# python: fix binary libraries location
-liblldb=$(basename $(readlink -e %{buildroot}%{_libdir}/liblldb.so))
-ln -vsf "../../../${liblldb}" %{buildroot}%{python3_sitearch}/lldb/_lldb.so
-
-# remove bundled six.py
-rm -f %{buildroot}%{python3_sitearch}/six.*
-
-
-# lld
-
-# remove static libraries
-rm -fv %{buildroot}%{_libdir}/liblld*.a
-
-# Remove rpath
-chrpath --delete %{buildroot}%{_bindir}/*lld
-chrpath --delete %{buildroot}%{_bindir}/lld-link
-chrpath --delete %{buildroot}%{_bindir}/wasm-ld
-find %{buildroot}%{_libdir} -type f -name 'liblld*.so*' | \
-  grep -v 'liblldb' | \
-  xargs chrpath --delete
-
-%if !%{with lld_libs}
-  rm -rf %{buildroot}%{_includedir}/lld
-%endif
-
-# compiler-rt
-
-# move sanitizer lists to better place
-mkdir -p %{buildroot}%{_libdir}/clang/%{version}
-for file in asan_blacklist.txt msan_blacklist.txt dfsan_blacklist.txt cfi_blacklist.txt dfsan_abilist.txt; do
-        mv -v %{buildroot}%{_prefix}/${file} %{buildroot}%{_libdir}/clang/%{version}/ || :
-done
-
-# move sanitizer libs to better place
-#mkdir -p %{buildroot}%{_libdir}/clang/%{version}/lib
-#mv -v %{buildroot}%{_prefix}/lib/linux/libclang_rt* %{buildroot}%{_libdir}/clang/%{version}/lib
-#mkdir -p %{buildroot}%{_libdir}/clang/%{version}/lib/linux/
-#pushd %{buildroot}%{_libdir}/clang/%{version}/lib
-#for i in *.a *.syms *.so; do
-#        ln -s ../$i linux/$i
-#done
-
-#rm -rf %{buildroot}%{_libdir}/python*
+# Add symlink to lto plugin in the binutils plugin directory.
+%{__mkdir_p} %{buildroot}%{_libdir}/bfd-plugins/
+ln -s ../LLVMgold.so %{buildroot}%{_libdir}/bfd-plugins/LLVMgold.so
+popd
 
-rm -f %{buildroot}%{_datadir}/clang/bash-autocomplete.sh
-rm -f %{buildroot}%{_datadir}/clang/clang-rename.el
-rm -f %{buildroot}%{_datadir}/clang/clang-rename.py
 
 %if %{with test}
 %check
 ninja -C build check
-ninja -C build check-clang
-ninja -C build check-lldb
-ninja -C build check-lld
 %endif
 
 
@@ -654,29 +230,6 @@ ninja -C build check-lld
 rm -rf %{buildroot}
 
 
-%post -n llvm%{ver_suffix}-libs -p /sbin/ldconfig
-%postun -n llvm%{ver_suffix}-libs -p /sbin/ldconfig
-
-%post -n clang-libs -p /sbin/ldconfig
-%postun -n clang-libs -p /sbin/ldconfig
-
-%post -n lldb -p /sbin/ldconfig
-%postun -n lldb -p /sbin/ldconfig
-
-%post -n lld
-  /sbin/alternatives --install /usr/bin/ld ld \
-  /usr/bin/ld.lld 20
-
-%preun -n lld
-if [ $1 = 0 ]; then
-  /sbin/alternatives --remove ld /usr/bin/ld.lld
-fi
-
-%if %{with lld_libs}
-%post -n lld-libs -p /sbin/ldconfig
-%postun -n lld-libs -p /sbin/ldconfig
-%endif
-
 %posttrans devel
 # link llvm-config to the platform-specific file;
 # use ISA bits as priority so that 64-bit is preferred
@@ -699,188 +252,53 @@ exit 0
 %files
 %defattr(-,root,root,-)
 %doc CREDITS.TXT README.txt
-%{_bindir}/FileCheck
-%{_bindir}/bugpoint
-%{_bindir}/dsymutil
-%{_bindir}/llc
-%{_bindir}/lli
-%{_bindir}/lli-child-target
-%{_bindir}/obj2yaml
-%{_bindir}/sancov
-%{_bindir}/sanstats
-%{_bindir}/verify-uselistorder
-%{_bindir}/yaml2obj
-%{_bindir}/count
-%{_bindir}/not
-%{_bindir}/yaml-bench
+%{_bindir}/*
 %exclude %{_bindir}/llvm-config
 %exclude %{_bindir}/llvm-config-%{__isa_bits}
-%{_bindir}/llvm*
-%{_bindir}/opt
-%exclude %{_mandir}/man1/scan-build.1.*
-%doc %{_mandir}/man1/*.1.*
+%doc %{_mandir}/man1/*
 %{_datadir}/opt-viewer
 
 %files -n llvm%{ver_suffix}-libs
 %defattr(-,root,root,-)
 %license LICENSE.TXT
-#config(noreplace) %{_sysconfdir}/ld.so.conf.d/llvm-%{_arch}.conf
-#dir %{_libdir}/%{name}
 %{_libdir}/libLLVM-*.so
-%{_libdir}/LLVMgold.so
-%{_libdir}/libLTO.so*
-%{_libdir}/libRemarks.so*
+%{_libdir}/libLTO.so.*
+%{_libdir}/libRemarks.so.*
 
 %files devel
 %defattr(-,root,root,-)
-#doc %{llvmdocdir %{name}-devel}/
 %{_bindir}/llvm-config
 %{_bindir}/llvm-config-%{__isa_bits}
 %{_includedir}/%{name}
 %{_includedir}/%{name}-c
-#{_libdir}/BugpointPasses.so
 %{_libdir}/libLLVM.so
+%{_libdir}/libLTO.so
+%{_libdir}/libRemarks.so
+%{_libdir}/LLVMgold.so
+%{_libdir}/bfd-plugins/LLVMgold.so
 %{_libdir}/cmake/llvm
-#exclude %{_libdir}/cmake/llvm/LLVMStaticExports.cmake
 
 %files static
 %{_libdir}/*.a
-#{_libdir}/cmake/llvm/LLVMStaticExports.cmake
-
-%files -n clang
-%defattr(-,root,root,-)
-#doc %{llvmdocdir clang}/
-%{_bindir}/clang*
-%{_bindir}/c-index-test
-%{_bindir}/diagtool
-%{_bindir}/hmaptool
-%{_libdir}/clang
-
-%files -n clang-libs
-%defattr(-,root,root,-)
-%{_libdir}/libclang.so
-%{_libdir}/libclang.so.*
-%{_libdir}/libclang-cpp.so
-%{_libdir}/libclang-cpp.so.*
-
-%files -n clang-devel
-%defattr(-,root,root,-)
-#doc %{llvmdocdir clang-devel}/
-%{_includedir}/clang
-%{_includedir}/clang-c
-%dir %{_datadir}/clang/
-%{_libdir}/cmake/*
-
-%files -n clang-analyzer
-%defattr(-,root,root,-)
-%{_bindir}/scan-build
-%{_bindir}/scan-view
-#%{_libdir}/CheckerDependencyHandlingAnalyzerPlugin.so
-#%{_libdir}/CheckerOptionHandlingAnalyzerPlugin.so
-#%{_libdir}/SampleAnalyzerPlugin.so
-%{_libexecdir}/ccc-analyzer
-%{_libexecdir}/c++-analyzer
-%{_datadir}/scan-view
-%{_datadir}/scan-build
-%{_mandir}/man1/scan-build.1.*
-
-%files -n python3-clang
-%{python3_sitelib}/clang/
-
-%files -n lldb
-%defattr(-,root,root,-)
-#doc %{llvmdocdir lldb}/
-%{_bindir}/lldb*
-%{_libdir}/liblldb*.so.*
-
-%files -n lldb-devel
-%defattr(-,root,root,-)
-%{_includedir}/lldb
-%{_libdir}/liblldb*.so
-
-%files -n python3-lldb
-%{python3_sitearch}/lldb
-
-%files -n lld
-%defattr(-,root,root,-)
-%{_bindir}/lld*
-%{_bindir}/ld.lld
-%{_bindir}/ld64.lld
-%{_bindir}/wasm-ld
-%exclude %{_bindir}/lldb*
-
-%if %{with lld_libs}
-%files -n lld-libs
-%{_libdir}/liblld*.so.*
-%exclude %{_libdir}/liblldb*.so.*
-
-%files -n lld-devel
-%{_includedir}/lld
-%{_libdir}/liblld*.so
-%exclude %{_libdir}/liblldb*.so
-%endif
-
-%files -n libomp
-%{_libdir}/libarcher.so
-%{_libdir}/libomp.so
-%{_libdir}/libomptarget.so
-
-%files -n libomp-devel
-%{_libdir}/clang/%{version}/include/omp.h
-%{_libdir}/clang/%{version}/include/omp-tools.h
-%{_libdir}/clang/%{version}/include/ompt.h
-%{_includedir}/ompt-multiplex.h
 
 %files doc
 %defattr(-,root,root,-)
 %doc docs/*
-#doc %{llvmdocdir %{name}-doc}/
-
-%if %{with ocaml}
-%files ocaml
-%defattr(-,root,root,-)
-%{_libdir}/ocaml/*.cma
-%{_libdir}/ocaml/*.cmi
-%{_libdir}/ocaml/*.so
-%{_libdir}/ocaml/META.llvm*
-
-%files ocaml-devel
-%defattr(-,root,root,-)
-%{_libdir}/ocaml/*.a
-%{_libdir}/ocaml/*.cmx*
-%{_libdir}/ocaml/*.mli
-
-%files ocaml-doc
-%defattr(-,root,root,-)
-#doc %{llvmdocdir %{name}-ocaml-doc}/
-%endif
-
-%if 0%{?_with_doxygen}
-%files apidoc
-%defattr(-,root,root,-)
-%doc %{llvmdocdir %{name}-apidoc}/
-
-%files -n clang-apidoc
-%defattr(-,root,root,-)
-%doc %{llvmdocdir clang-apidoc}/
-%endif
 
 %if %{build_compat32}
 %files -n compat32-%{name}%{ver_suffix}-libs
 %defattr(-,root,root)
 %license LICENSE.TXT
-#config(noreplace) %{_sysconfdir}/ld.so.conf.d/llvm-%{_arch}.conf
-%exclude %{_libdir}/libLTO.so
-#exclude %{_libdir}/BugpointPasses.so
-%exclude %{_libdir}/libclang*.so
-%exclude %{_libdir}/liblld*.so
-%exclude %{_libdir}/LLVMgold.so
-%{_libdir}/*.so
+%{_libdir}/libLLVM-*.so
 %{_libdir}/libRemarks.so.*
 %endif
 
 
 %changelog
+* Sat Apr 17 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 12.0.0-1
+- new upstream release.
+- separate packages.
+
 * Fri Oct 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 11.0.0-2
 - enabled to build utils.
 

+ 304 - 0
lib/libo/libomp/libomp-vl.spec

@@ -0,0 +1,304 @@
+%bcond_with test
+
+%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
+%define ver_suffix %(echo "%{version}" | cut -d . -f 1)
+%define _unpackaged_files_terminate_build 1
+
+Summary:        OpenMP runtime for clang
+Summary(ja):    clang用OpenMPランタイム
+Name:           libomp
+Version:        12.0.0
+Release:        1%{?_dist_release}
+Group:          system
+Vendor:         Project Vine
+Distribution:   Vine Linux
+
+License:        NCSA
+URL:            https://llvm.org/
+Source0:        https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/openmp-%{version}.src.tar.xz
+
+# patches
+Patch0:         0001-PATCH-openmp-CMake-Make-LIBOMP_HEADERS_INSTALL_PATH-.patch
+
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires:  cmake
+BuildRequires:  ninja
+BuildRequires:  libffi-devel >= 3.3
+#BuildRequires:  perl
+#BuildRequires:  perl-Data-Dumper
+#BuildRequires:  perl-Encode
+
+# LLVM is not supported on PPC64
+# http://llvm.org/bugs/show_bug.cgi?id=3729
+ExcludeArch:    ppc64
+
+%description
+The package contains the OpenMP runtime for clang.
+
+
+%package devel
+Summary:        OpenMP header files
+Summary(ja):    OpenMPヘッダファイル
+Group:          programming
+Requires:       clang-devel%{?isa} = %{version}
+
+%description devel
+The package contains the OpenMP header files.
+
+
+%debug_package
+
+
+%prep
+%autosetup -p2 -n openmp-%{version}.src 
+
+
+%build
+# LTO causes build failures in this package.  Disable LTO for now
+%define _lto_cflags %{nil}
+
+%cmake \
+        -GNinja \
+        -DLIBOMP_INSTALL_ALIASES=OFF \
+        -DLIBOMP_HEADERS_INSTALL_PATH:PATH=%{_libdir}/clang/%{version}/include \
+%if 0%{?__isa_bits} == 64
+        -DOPENMP_LIBDIR_SUFFIX=64 \
+%else
+        -DOPENMP_LIBDIR_SUFFIX= \
+%endif
+        %{nil}
+
+%cmake_build
+
+
+%install
+rm -rf %{buildroot}
+
+%cmake_install
+
+# Remove static libraries with equivalent shared libraries
+rm -f %{buildroot}%{_libdir}/libarcher_static.a
+
+
+%if %{with test}
+%check
+%cmake_build --target check-openmp
+%endif
+
+
+%clean
+rm -rf %{buildroot}
+
+
+%files
+%license LICENSE.txt
+%{_libdir}/libarcher.so
+%{_libdir}/libomp.so
+
+%files devel
+%{_libdir}/clang/%{version}/include/omp.h
+%{_libdir}/clang/%{version}/include/omp-tools.h
+%{_libdir}/clang/%{version}/include/ompt.h
+%{_includedir}/ompt-multiplex.h
+
+
+%changelog
+* Sat Apr 17 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 12.0.0-1
+- devided libomp from llvm.
+- new upstream release.
+
+* Fri Oct 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 11.0.0-2
+- enabled to build utils.
+
+* Thu Oct 15 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 11.0.0-1
+- new upstream release.
+
+* Mon Aug 17 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.1-1
+- new upstream release.
+
+* Thu Apr 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.0-2
+- rebuilt with libffi-3.3.
+
+* Fri Mar 27 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.0-1
+- new upstream release.
+
+* Sun Dec 22 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.0.1-1
+- new upstream release.
+
+* Sun Sep 22 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.0.0-2
+- dropped all patches.
+- switched build-system to ninja.
+- switched python to python3.
+
+* Fri Sep 20 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.0.0-1
+- new upstream release.
+- added OpenMP.
+
+* Sun Dec 16 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.0.1-1
+- fixed %%files.
+
+* Wed Dec 05 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.0.0-1
+- new upstream release.
+- dropped Patch0, 4, 5, 100 and 200.
+- imported Patch3, 7, 12, 15, 100, 101, 102 and 400 from rawhide.
+- renamed a subpackage "llvm-libs".
+- added a subpackage "lld".
+
+* Tue Jan 02 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.0.1-2
+- added subpackages "llvm-static", "python-lldb" and "python-clang".
+
+* Mon Jan 01 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.0.1-1
+- new upstream release.
+- dropped Patch1 and 2: fixed in upstream.
+- imported Patch0, 3-5, 100 and 200 from rawhide.
+- disabled Patch1002: no longer needed?
+
+* Fri Aug  5 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.8.1-1
+- new upstream release.
+- switched to cmake.
+- disable ocaml binding as default.
+- updated Patch1000 and 1002.
+- disabled Patch1000 as default.
+- cleanup patches.
+
+* Thu Jun 30 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-2
+- rebuild with gcc-5.4.0
+
+* Sat Sep  5 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.6.2-1
+- new upstream release
+- added BR: ocaml-ctypes
+
+* Thu Jun  4 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.6.1-1
+- new upstream release
+- dropt Patch 1, 201 and 1001
+- updated Patch 1000
+
+* Tue Mar 24 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.5.1-1
+- updated to 3.5.1
+- added Patch1, 2, 100, 101, 200, 201 and 202 from Fedora 
+- added clang-libs, lldb, lldb-devel and compat32-llvm-libs subpackage
+- obsoleted clang-doc
+- built with ocaml 4.02.1
+
+* Sat Nov 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.5.0-2
+- fix <BTS:2832>
+  - fix configure option "--with-c-include-dirs"
+  - update Patch1000: clang-3.5.0-driver-ld.gold.patch
+  - update Patch1001: clang-3.5.0-driver-lib64.patch
+  - update Patch1002: clang-3.5.0-driver-vine.patch
+
+* Tue Oct 28 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.5.0-1
+- update to 3.5.0
+- remove Patch11 (clang-hardfloat-hack.patch)
+
+* Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.3-2
+- rebuild with libffi-3.0.13
+
+* Mon Oct 28 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 3.3-1
+- update to 3.3
+
+* Mon Dec 03 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.1-2
+- ld.gold (patch1000,1001)
+- add /%{_lib} to ld search path
+- add support *-vine-linux gcc (patch1002)
+
+* Fri Nov 30 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.1-1
+- update to 3.1
+
+* Tue Jan 24 2012 NAKAMURA Kenta <kenta@vinelinux.org> - 3.0-1
+- updated to 3.0 release
+
+* Sun Jan 15 2012 NAKAMURA Kenta <kenta@vinelinux.org> - 2.9-3
+- added patch 2-4 to support -O4 link-time optimization
+
+* Fri Sep  9 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.9-2
+- disable -fno-var-tracking-assignments on ppc
+  (seems like gcc-4.4.5 still doesn't support this)
+
+* Thu Aug 25 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.9-1
+- new upstream release
+- add BR: libffi-devel
+- add R: libffi-devel to -devel
+
+* Sun May 23 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7-1
+- initial build for Vine Linux
+
+* Sun May  2 2010 Michel Salim <salimma@fedoraproject.org> - 2.7-1
+- Update to final 2.7 release
+
+* Sun Mar 28 2010 Michel Salim <salimma@fedoraproject.org> - 2.7-0.1.pre1
+- Update to first 2.7 pre-release
+
+* Fri Sep 18 2009 Michel Salim <salimma@fedoraproject.org> - 2.6-0.6.pre2
+- Update to 2.6 pre-release2
+- -devel subpackage now virtually provides -static
+
+* Wed Sep  9 2009 Michel Salim <salimma@fedoraproject.org> - 2.6-0.5.pre1
+- Disable var tracking assignments on PPC
+
+* Wed Sep  9 2009 Michel Salim <salimma@fedoraproject.org> - 2.6-0.4.pre1
+- Don't adjust clang include dir; files there are noarch (bz#521893)
+- Enable clang unit tests
+- clang and clang-analyzer renamed; no longer depend on llvm at runtime
+
+* Mon Sep  7 2009 Michel Salim <salimma@fedoraproject.org> - 2.6-0.3.pre1
+- Package Clang's static analyzer tools
+
+* Mon Sep  7 2009 Michel Salim <salimma@fedoraproject.org> - 2.6-0.2.pre1
+- PIC is now enabled by default; explicitly disable on %%{ix86}
+
+* Mon Sep  7 2009 Michel Salim <salimma@fedoraproject.org> - 2.6-0.1.pre1
+- First 2.6 prerelease
+- Enable Clang front-end
+- Enable debuginfo generation
+
+* Sat Sep  5 2009 Michel Salim <salimma@fedoraproject.org> - 2.5-6
+- Disable assertions (needed by OpenGTL, bz#521261)
+- Align spec file with upstream build instructions
+- Enable unit tests
+
+* Sat Aug 22 2009 Michel Salim <salimma@fedoraproject.org> - 2.5-5
+- Only disable PIC on %%ix86; ppc actually needs it
+
+* Sat Aug 22 2009 Michel Salim <salimma@fedoraproject.org> - 2.5-4
+- Disable use of position-independent code on 32-bit platforms
+  (buggy in LLVM <= 2.5)
+
+* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Wed Mar  4 2009 Michel Salim <salimma@fedoraproject.org> - 2.5-2
+- Remove build scripts; they require the build directory to work
+
+* Wed Mar  4 2009 Michel Salim <salimma@fedoraproject.org> - 2.5-1
+- Update to 2.5
+- Package build scripts (bug #457881)
+
+* Tue Dec  2 2008 Michel Salim <salimma@fedoraproject.org> - 2.4-2
+- Patched build process for the OCaml binding
+
+* Tue Dec  2 2008 Michel Salim <salimma@fedoraproject.org> - 2.4-1
+- Update to 2.4
+- Package Ocaml binding
+
+* Wed Jun 18 2008 Bryan O'Sullivan <bos@serpentine.com> - 2.3-2
+- Add dependency on groff
+
+* Wed Jun 18 2008 Bryan O'Sullivan <bos@serpentine.com> - 2.3-1
+- LLVM 2.3
+
+* Thu May 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.2-4
+- fix license tags
+
+* Wed Mar  5 2008 Bryan O'Sullivan <bos@serpentine.com> - 2.2-3
+- Fix compilation problems with gcc 4.3
+
+* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.2-2
+- Autorebuild for GCC 4.3
+
+* Sun Jan 20 2008 Bryan O'Sullivan <bos@serpentine.com> - 2.1-2
+- Fix review comments
+
+* Sun Jan 20 2008 Bryan O'Sullivan <bos@serpentine.com> - 2.1-1
+- Initial version

+ 7 - 18
m/mesa/mesa-vl.spec

@@ -38,7 +38,7 @@
 Summary:        Mesa graphics libraries
 Summary(ja):    Mesa グラフィックスライブラリ
 Name:           mesa
-Version:        21.0.1
+Version:        21.0.2
 Release:        1%{?_dist_release}
 Group:          system
 Vendor:         Project Vine
@@ -56,7 +56,6 @@ Source4:        Mesa-MLAA-License-Clarification-Email.txt
 Patch3:         0003-evergreen-big-endian.patch
 # https://gitlab.freedesktop.org/mesa/mesa/-/issues/4442
 Patch0: mesa-llvm12.patch
-Patch1: 0001-drisw-move-zink-down-the-list-below-the-sw-drivers.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: meson
@@ -177,8 +176,6 @@ Mesa-based VDPAU drivers.
 Summary: Mesa libEGL runtime libraries
 Summary(ja): Mesa libEGL ランタイムライブラリ
 Group: system
-Requires(post): /sbin/ldconfig
-Requires(postun): /sbin/ldconfig
 Requires: libdrm >= 2.4.24-1
 %if %{with glvnd}
 Requires: libglvnd-egl%{?_isa}
@@ -207,8 +204,6 @@ Mesa libEGL development package
 Summary: Mesa offscreen rendering libraries
 Summary(ja): Mesa オフスクリーンレンダリングライブラリ
 Group: system
-Requires(post): /sbin/ldconfig
-Requires(postun): /sbin/ldconfig
 Provides: libOSMesa
 
 %description libOSMesa
@@ -250,6 +245,7 @@ Mesa libgbm development package
 Summary: Mesa shared glapi
 Group: system
 Provides: libglapi
+Obsoletes: mesa-libGLES < 21.0.0
 
 %description libglapi
 Mesa shared glapi
@@ -309,8 +305,6 @@ build DRI enabled X servers, etc.
 Summary: Mesa libGL runtime libraries and DRI drivers
 Summary(ja): Mesa libGL ランタイプライブラリおよび DRI ドライバ
 Group: system
-Requires(post): /sbin/ldconfig
-Requires(postun): /sbin/ldconfig
 Requires: %{name}-libGL = %{version}-%{release}
 Requires: compat32-libdrm >= 2.4.5
 
@@ -334,8 +328,6 @@ Mesa libGL development package
 Summary: Mesa libEGL runtime libraries
 Summary(ja): Mesa libEGL ランタイムライブラリ
 Group: system
-Requires(post): /sbin/ldconfig
-Requires(postun): /sbin/ldconfig
 Requires: compat32-libdrm >= 2.4.24-1
 
 %description -n compat32-%{name}-libEGL
@@ -356,8 +348,6 @@ Mesa libEGL development package
 Summary: Mesa offscreen rendering libraries
 Summary(ja): Mesa オフスクリーンレンダリングライブラリ
 Group: system
-Requires(post): /sbin/ldconfig
-Requires(postun): /sbin/ldconfig
 Requires: %{name}-libOSMesa
 
 %description -n compat32-%{name}-libOSMesa
@@ -379,8 +369,6 @@ Mesa offscreen rendering development package
 Summary: Mesa XA state tracker for vmware
 Summary(ja): VMware 用 Mesa XA ステートトラッカー
 Group: system
-Requires(post): /sbin/ldconfig
-Requires(postun): /sbin/ldconfig
 Requires: %{name}-libxatracker
 
 %description -n compat32-%{name}-libxatracker
@@ -442,11 +430,7 @@ Headers for development with the Vulkan API.
 
 %prep
 %setup -n %{name}-%{version}
-%if 0
-# enable after LLVM-12.
 %patch0 -p1
-%endif
-%patch1 -p1
 
 cp %{SOURCE4} docs/
 
@@ -694,6 +678,11 @@ mkdir -p $RPM_BUILD_ROOT/%{mesasourcedir}
 
 
 %changelog
+* Sat Apr 17 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 21.0.2-1
+- updated to 21.0.2.
+- built with llvm-12.
+- dropped Patch1: fixed in upstream.
+
 * Sat Mar 27 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 21.0.1-1
 - updated to 21.0.1.
 - dropped Patch3.

+ 4 - 1
p/postgresql/postgresql-vl.spec

@@ -18,7 +18,7 @@ Summary: PostgreSQL client programs
 Summary(ja): PostgreSQL のクライアントプログラム群
 Name: postgresql
 Version: 13.2
-Release: 2%{?_dist_release}%{?with_systemd:.systemd}
+Release: 3%{?_dist_release}%{?with_systemd:.systemd}
 Group: office
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -840,6 +840,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Apr 17 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 13.2-3
+- rebuilt with llvm-12.
+
 * Fri Apr 09 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 13.2-2
 - rebuilt with icu69.
 - dropped ldconfig scriptlets.

+ 9 - 1
r/rust/rust-vl.spec

@@ -56,7 +56,7 @@
 Summary:        The Rust Programming Language
 Name:           rust
 Version:        %{rustc_version}
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Group:          programming
 Vendor:         Project Vine
 Distribution:   Vine Linux
@@ -73,6 +73,10 @@ ExclusiveArch:  %{rust_arches}
 %global rustc_package rustc-%{channel}-src
 %endif
 Source0:        https://static.rust-lang.org/dist/%{rustc_package}.tar.gz
+# https://github.com/rust-lang/rust/commit/c7d9bffe76477a2f79c468b07e5eaf82525eea99
+Patch0:         rust-HWASan-support.patch
+# https://github.com/rust-lang/rust/commit/55f345f32505c2095966a5dc46c4ae3290dbf7a1
+Patch1:         rust-llvm12.patch
 
 # Get the Rust triple for any arch.
 %{lua: function rust_triple(arch)
@@ -409,6 +413,7 @@ test -f '%{local_rust_root}/bin/rustc'
 %endif
 
 %setup -q -n %{rustc_package}
+%autopatch -p1
 
 sed -i.try-py3 -e '/try python2.7/i try python3 "$@"' ./configure
 
@@ -742,6 +747,9 @@ export RUSTFLAGS="$RUSTFLAGS -C linker=ld.lld -C link-arg=-fuse-ld=lld"
 
 
 %changelog
+* Sun Apr 18 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.51.0-2
+- rebuilt with llvm-12.
+
 * Tue Mar 30 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.51.0-1
 - new upstream release.