llvm15-gold-15.0.7-150500.2.11 >  A derp9|a4)xWUzÑ\\_5(TkS{LwI OZS̈MdQs"wP}|owm|(_f&ܩ ۷h-pV ¸eԨ7AprR,ҵu嬨#kGZ}\@ ȜJ,9mQ_#2K8Jydv3(,/8TWdm䫒vJN y\l:{.f FG5f9cd8ae9096756719a3f796ef339eef6ab91be7a73168e3e7c735b1d35ffc2300fd3fe01970d302a46a05e6ae05f579af619a37tderp9|ƔRmsڗyCr,g])hwk{Ρ6~7řLfK~mObx`V:S]fY2.-nnRA?l9k3O7g͢N0QZ9RO7̈t'Y{y+^@)V6Ay>pF?xd ! H04@D]~    , D    8Vt,,0C(J8T9 @:,>0@?FNGdH|IޔXޜYި\]^8bߒc;defluvwpxy z$,2tCllvm15-gold15.0.7150500.2.11LLVM LTO plugin for ld.bfd and ld.goldThis package contains a plugin for link-time optimization in binutils linkers. Despite the name, it can also be used with ld.bfd. It is required for using Clang with -flto=full or -flto=thin when linking with one of those linkers.deibs-arm-3uSUSE Linux Enterprise 15SUSE LLC Apache-2.0 WITH LLVM-exception AND NCSAhttps://www.suse.com/Development/Tools/Buildinghttps://www.llvm.org/linuxaarch642\;%AA큤deDde^de^deccd0004979bb54f573c5be7fb7e6930f574f479940a01e64bfd290f6f6be986c2424f2dbdf89129cb366e86e041061555611e87ea59f7526f549a8ccb5aaa69eaf8d85c1057d742e597985c7d4e6320b015a9139385cff4cbae06ffc0ebe89afee../LLVMgold.sorootrootrootrootrootrootrootrootrootrootrootrootllvm15-15.0.7-150500.2.11.src.rpmllvm-gold-providerllvm15-goldllvm15-gold(aarch-64)@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libLLVM.so.15()(64bit)libLLVM.so.15(LLVM_15)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.15)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-1llvm-gold-provider15.0.74.14.3d @c™@cctcgcZrc< @c,N@c*c@c6@cAcc@b@bbL@b@b@bbm$be;bI@bI@b$@bb b D@b[@aa@aNa@aW@a(@a(@aXIaE````y|@`)__@__S_@__@__"@_*@_ @^^y@^x^h^c^=Q@^;^9\^8 @^1s^.^^^@^!@^,]]@]@]N@]]{@]]c@]K@]b@]b@]]2@]V]3@]@]]@]\ \O\\\M\@\u*@\iL\=@\ BOOL- Let new {llvm,clang}*-doc packages "Conflict" with older devel packages, which they were split from. - Let doc packages conflict with older versions of themselves.- (Build)Require only python3-base instead of full python3 package, the additional modules are not required. Helps shortening the build dependency chain. - Remove python3-* requires from lldb9 subpackage, and add it to the bindings/pretty-printer subpackage (python3-lldb9). - Add python3-base Requires to python3-clang subpackage- Add dont-install-example-analyzer-plugins.patch: Remove example analyzer plugins from install targets instead of deleting them. - Add fix-module-test.patch: fix test instead of deleting it. - Don't build static libc++ (with ThinLTO that's not useful anyway). - Don't build libc++experimental. - Don't package libc++abi.so with libc++-devel, it's already contained in the (required) libc++abi-devel. - Be more specific about files in libc++-devel.- Update to version 9.0.0. * For details, see the release notes: - https://releases.llvm.org/9.0.0/docs/ReleaseNotes.html - https://releases.llvm.org/9.0.0/tools/clang/docs/ReleaseNotes.html - https://releases.llvm.org/9.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html - https://releases.llvm.org/9.0.0/projects/libcxx/docs/ReleaseNotes.html - https://releases.llvm.org/9.0.0/tools/lld/docs/ReleaseNotes.html - Change License to "Apache-2.0 WITH LLVM-exception OR NCSA". (https://llvm.org/foundation/relicensing/) - Allow building with ThinLTO and enable it on some architectures. - Disable LTO cache in lto-disable-cache.patch. - Unset MALLOC_CHECK_ for compilation to mitigate lock contention. - No debug info for ppc like for the other 32-bit targets. - Clean up _constraints: same constraints for 32-bit targets. - Don't use BUILD_SHARED_LIBS for Clang anymore, since the newly available libclang-cpp.so should expose the full C++ API. - Link tools with libclang-cpp.so by using CLANG_LINK_CLANG_DYLIB, similar to LLVM_BUILD_LLVM_DYLIB for libLLVM.so. - Remove obsolete n_clang_allow_BUILD_SHARED_LIBRARY.patch. - Add link-clang-shared.patch to link more clang targets with libclang-cpp.so, especially libclang.so. - Add link-clang-tools-extra-shared.patch, link-lldb-shared.patch: link targets in clang-tools-extra and lldb with libclang-cpp.so. - Simplify llvm-do-not-install-static-libraries.patch, also handle Clang, for which we now get static libraries. - Package documentation for llvm and clang separately, recommend them for the main package: they are not required for development, but actually useful for working with the non-devel packages. - Recommend editor plugins not just for llvm-devel. - Recommend libstdc++ for Clang again. - Move diagtool from llvm to clang subpackage. - Properly distinguish between %{_relver} and %{version}. - Drop aarch64-disable-memorytest.patch and reactivate test. - Rebase clang-resourcedirs.patch. - Rebase llvm-normally-versioned-libllvm.patch. - Rebase llvm-remove-clang-only-flags.patch. - Rebase llvm_build_tablegen_component_as_shared_library.patch. - Rebase set-revision.patch. - Increase disk space for build.- Make lldb recommend python3-lldb (it contains pretty printers).- Use python3 shebangs everywhere (boo#1146533). - Drop obsolete opt-viewer-Do-not-require-python-2.patch.- Remove unneccesary dependencies: * groff, bison and flex don't seem to be used. * jsoncpp is no longer used since r338461. * Move some BuildRequires to subpackages. * Don't recommend scan-{build,view} in clang (boo#1145444). * Devel packages are only required in other devel packages, when their headers are included in the installed headers. - Add versions to Provides/Conflicts except for files. - Remove unused (since r268685) CMake flags LLVM_ENABLE_TIMESTAMPS. - Fix installation of opt-viewer files when python3-clang is no longer built.- Update to version 8.0.1. * This release contains bug-fixes for the LLVM 8.0.0 release. This release is API and ABI compatible with 8.0.0. - Don't run LLVM tests on ppc at all because of sporadic hangs.- Increase RAM for armv6/7 to avoid OOM and be scheduled on fast worker- Use the documented LLVM_ENABLE_RTTI to enable RTTI instead of LLVM_REQUIRES_RTTI, which "is an internal flag that individual targets can use to force RTTI". (boo#1139584) - Drop obsolete llvm-build-tests-with-rtti.patch.- Exclude riscv64 for now since it fails to build.- Change some groups: * put libraries in System/Libraries, * devel packages in Development/Libraries, * clang in Development/Languages/C and C++, * the gold plugin in Development/Tools/Building. - Add some URLs, use https:// when possible. - Remove unneeded devel dependencies. - Only suggest a C++ standard library for clang. It's also a C compiler and needs no C++ library when only used as such. - Fix Supplements for editor plugins. - Fix some rpmlint issues: * Reword summary and description for Polly. * Fix /usr/bin/env shebangs. * Remove executable bit where not needed. * Move bash completion to /usr. * Remove hard dependency of libclang8 to libstdc++-devel. - Make rpm macros work properly. - Remove sources from documentation. - Run %fdupes on the right directories. - Enable tests for libcxx. - Reduce memory requirements for compile jobs depending on arch.- Avoid relocation overflow on ppc by not building GPU backends. - Update baselibs.conf.- Disable LTO (boo#1133254).- Fix packaging on ppc: the sanitizers aren't available there, so the directories /usr/lib/clang/*/{lib,share} are missing. - Package LLVMgold even when we don't use gold for linking. It's promised in /usr/lib/cmake/llvm/LLVMExports.cmake. - Unignore test failures on PowerPC64 architectures. The failures in ppc are unrelated to AMDGPU, so we remove that remark. - Fix dependencies: the gold plugin shouldn't depend on llvm-devel. libc++abi-devel should depend on libc++abi. - Fix typo.- Enable libc++ on ARM (Needed for tensorflow)- Update to 8.0.0 * For details, see the release notes: https://llvm.org/releases/8.0.0/docs/ReleaseNotes.html https://llvm.org/releases/8.0.0/tools/clang/docs/ReleaseNotes.html https://llvm.org/releases/8.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html https://llvm.org/releases/8.0.0/tools/lld/docs/ReleaseNotes.html - Drop llvm-unittests-Don-t-install-TestPlugin.so.patch, llvm-drop-llvm-optional-clang-specific-optimization.patch, llvm-D51108.patch, llvm-Ensure-that-variant-part-discriminator-is-read-by-Me.patch, llvm-test-Fix-Assembler-debug-info.ll.patch * Already included upstream - Add 0001-CMake-Add-install-targets-for-utilities-to-LLVM-expo.patch- Remove -fno-strict-aliasing, which upstream doesn't use any more since r245304 in 2015. (http://reviews.llvm.org/D12036) It's probably also not needed for modern versions of GCC. It was enabled in r105644 because of some bugs there. - Add a clang-%{_sonum} symlink, which is referenced by /usr/lib64/cmake/clang/ClangTargets.cmake (boo#1120098) - Package clang builtin headers with libclang. The library is basically unusable without the builtin headers. Currently consumers of libclang have to require clang as well, although only the headers are needed.- llvm-Ensure-that-variant-part-discriminator-is-read-by-Me.patch, llvm-test-Fix-Assembler-debug-info.ll.patch * Fix crash in rustc (boo#1126907)- Allow use of Gold linker to be conditional - Disable Gold linker on ppc + LLVM currently doesn't build with Gold on ppc- Readd clang-7 and clang++-7 symlinks * Fixes uses of clang-devel (boo#1120098)- Update to llvm 7.0.1 * This release contains bug-fixes for the LLVM 7.0.0 release. This release is API and ABI compatible with 7.0.0.- enable gold unconditionally like with llvm6 and older - reenable openmp support again for aarch64 (like it was already in llvm6)- Use %license macro - Use upstream-recommended %{_rpmconfigdir}/macros.d directory for the rpm macros.- Remove ppc from Exclude field in spec file - Allow use of Gold linker to be conditional - Disable Gold linker on ppc - Add patch to fix SUSE GNU triplet on ppc * clang-fix-powerpc-triplet.patch - Add patch from upstream to fix ABI issue on ppc * llvm-D51108.patch - Limit list of enabled targets on ppc * PowerPC;AMDGPU;BPF;NVPTX - Ignore testsuite failures on ppc- llvm-drop-llvm-optional-clang-specific-optimization.patch * Fix ABI incompatibility when libLLVM (built with clang) is linked to a program build with gcc. (boo#1119092)- opt-viewer-Find-style-css-in-usr-share.patch * Make sure opt-viewer installed in /usr/bin can find resources from /usr/share/opt-viewer. (boo#1112730)- llvm-unittests-Don-t-install-TestPlugin.so.patch * It is only used for testing and is causing failures when processing LLVMExports.cmake.- Update to llvm 7.0.0 * For details, see the release notes: https://llvm.org/releases/7.0.0/docs/ReleaseNotes.html https://llvm.org/releases/7.0.0/tools/clang/docs/ReleaseNotes.html https://llvm.org/releases/7.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html https://llvm.org/releases/7.0.0/tools/lld/docs/ReleaseNotes.html - Remove no longer needed patches: * llvm6-fix-gdb-index-crash.patch * lldb-fix-build-with-python-3.7.patch * lldb-add-pthread-dl-libs.patch * polly-cmake-Trust-pkg-config-in-FindJsoncpp.patch - Add tests-use-python3.patch * Prevents tests from failing because of missing python 2. - Add llvm-better-detect-64bit-atomics-support.patch * Fixes build on i586.- Updated llvm-remove-clang-only-flags.patch - Exclude also "-Werror=unguarded-availability-new" (bsc#1106000)- Update to llvm 6.0.1 * This release contains bug-fixes for the LLVM 6.0.0 release. It is API and ABI compatible with 6.0.0. - Remove no longer needed llvm6-fix-InstCombine.patch - Add lldb-fix-build-with-python-3.7.patch * Fix build with python 3.7- llvm6-fix-gdb-index-crash.patch * From upstream, fix lld --gdb-index crash.- Do not requires gcc6 for older sle versions. * llvm6 is not built on <= 12 SP3 and this was preventing build on 12 SP4.- llvm_build_tablegen_component_as_shared_library.patch * Build TableGen component as its own shared library because it is not included in the libLLVM library and is needed for ldc. (bsc#1086445)- Add patch llvm6-fix-InstCombine.patch to fix InstCombine init * Will be fixed in 6.0.1 release- Do not build stage1 with debug info. It was accidentally added with the use of %optflags. This should fix out of memory errors on 32bit architectures and speed up build everywhere else. (bsc#1092697)- llvm-build-tests-with-rtti.patch * Fixes build failure with gcc 8. (bnc#1087136)- Do not export Polly static libraries which we do not distribute. * Updated llvm-do-not-install-static-libraries.patch - Use external jsoncpp instead of the bundled one. * Added polly-cmake-Trust-pkg-config-in-FindJsoncpp.patch - llvm6-devel must require llvm6-polly-devel * Files in llvm6-devel reference Polly.- Update to llvm 6.0.0 * Added polly * Notable changes: - Retpoline Spectre variant 2 mitigation - GlobalISel by default for AArch64 at -O0 - improved scheduling on several x86 micro-architectures - Clang defaults to -std=gnu++14 instead of -std=gnu++98 - support for some upcoming C++2a features - improved optimizations, new compiler warnings, many bug fixes, and more. - Use alternatives for clang's bash autocomplete to prevent conflicts with other versions.- Remove liblldb5 and lldb5-devel from baselibs.conf. They are only build for x86_64, so no point having them in baselibs.conf.- Use %optflags, except for FORTIFY_SOURCE which is not compatible with compiler-rt. - Exclude static libraries differently. * Drop llvm-split-static-library-exports-into-their-own-export-file.diff * Drop clang-split-static-library-exports-into-their-own-export-file.diff * Update llvm-do-not-install-static-libraries.patch to not use EXCLUDE_FROM_ALL which is not available in cmake 3.5. - This fixes build on SLE12. - Do not force gcc6 on OpenSUSE - fixes build. - Reduce the amount of concurent link jobs by increasing their memory requirement - to reduce stalls in OBS.- Cleanup %ifarch conditions, remove targets unintentionally added to s390/s390x. (bnc#1078436)- Limit the amount of parallel link jobs, but no longer limit compile jobs. This should prevent running out of memory during linking while not longer slowing down compilation. - Remove build dependency on procps- Reduce disk size requirement to 30GB in _constraints. We no longer need that much since we stopped building static libraries.- n_clang_allow_BUILD_SHARED_LIBRARY.patch * Allow buildling clang with BUILD_SHARED_LIBRARY while the rest is built with LLVM_LINK_LLVM_DYLIB. (bnc#1065464) - Remove clang-devel-static.- Place gold plugin to the right directory. (bnc#1073210) * It must be in /usr/lib/bfd-plugins on all architectures. * Remove llvm5-gold from baselibs.conf - nothing needs a 32bit version of it and it would now conflict with the 64bit one. - Reduce _constraints requirements on 32bit architectures. * Since we had to disable debuginfo on them, they require much less.- ignore make check error for PowerPC as bypass https://bugs.llvm.org/show_bug.cgi?id=35871- disable debuginfo build for ARM as well- Delete intermediate files during build to reduce total disk usage (bnc#1074625)- Update to llvm 5.0.1 * This release contains bug-fixes for the LLVM 5.0.0 release. * This release is API and ABI compatible with 5.0.0. - llvm-do-not-install-static-libraries.patch * Updated.- Increase minimum memory and disk sizes required for building in _constraints.- Rename python3-lldb to python3-lldb5 so it can work with llvm meta package.- Rename python packages to follow naming conventions. - Remove unnecessary dependencies on python3. - Make opt-viewer not require python2. * opt-viewer-Do-not-require-python-2.patch- Switch to python3. - Fix %check tests when used with python3. * Define LANG=C.UTF-8 when running the tests. - Add explicit Provides/Conflicts to llvm5-devel, clang5-devel-static and lldb5-devel. * These are required to be validated by obs repo-checker.- Use LLVM_OPTIMIZED_TABLEGEN to speed up build. (bnc#1064786) - Fix files of lldb4 to work correctly with update-alternatives. - Remove Conflicts clang(LLDB) from lldb4-devel - it does not exist. It would be provided automatically, but no such cmake file is installed. - llvm-do-not-install-static-libraries.patch * Do not install static libraries instead of installing them and deleting after. * Reduces disk usage during build. (bnc#1064786) - Do not build unnecessary parts during stage1. * Speeds up build a bit. (bnc#1064786)- Updated baselibs.conf to reference version 5 packages. - Deleted rogue llvm5.spec.r29 file. - Deleted arm_suse_support.diff, llvm-add_a_LLVM_USE_LINKER.patch, libsanitizer.patch. - No longer used, applied already in the source.- llvm-normally-versioned-libllvm.patch * Change libLLVM naming scheme to match our naming guidelines. * The reasons for the original naming scheme are no longer valid, more details in the patch.- Disable all thread related tests in libcxx. Many of them use timeouts to detect failure. They can fail randomly if the machine is under heavy load (happens often in OBS).- Drop llvm5-devel-static. llvm5-devel contains shared library with the same content.- Increase disk space requirement in _constraints to 45GB. Otherwise the build gets stuck in random places. - Skip build of lldb5 python on distributions with swig < 3.0.11- Copy from llvm4. - Update to llvm 5.0.0.- Use LLVM_BUILD_LLVM_DYLIB instead of BUILD_SHARED_LIBS to build single libLLVM library. This is the recommended way. The old way was causing various issues. * llvm-split-static-library-exports-into-their-own-export-file.diff * clang-split-static-library-exports-into-their-own-export-file.diff (bnc#1049703) - Add lld, linker for Clang/LLVM (sr#517692) - Include clang++-MAJOR.MINOR symbolic link (bnc#1012260) - Remove unnecessary dependency on flex and bison. - Make sure all binaries are managed by update-alternatives - Add llvm-add_a_LLVM_USE_LINKER.patch and link using gold to prevent memory exhaustion on some build machines. - Reduce debuginfo on x86 architecture. LLVM libraries are so big that they exhaust all memory on 32 bit machine if linked with full debuginfo. - Speed up build by skipping parts that are not required in stage1. - Build lldb in-tree as one of the llvm tools.- clang-ignore-stack-clash-protector.patch: ignore -fstack-clash-protection for now.- xlocale.patch: don't use obsolete - libsanitizer.patch: fix use of undocumented types- build fixes for armv6 (skip testsuite as it requires 64bit, set the list of targets to include ARM and remove triplet hack)- Include provides and conflics in baselibs.conf for llvm4-devel, clang4-devel, llvm4-LTO-devel, and llvm4-gold.- Update to version 4.0.1 * Minor bugfixes- Use gcc6 only for SLE boo#1041469- Package libLLVMFuzzer- readd arm_suse_support.diff which was accidentally removed in the 4.0.0 update- Enable AMDGPU and NVPTX targets everywhere except for S/390. The AMDGPU target is needed for Mesa Clover (sr#485802).- Use gcc6 on SLE12- Package license & credits- Update to version 4.0.0 * See + http://releases.llvm.org/4.0.0/docs/ReleaseNotes.html and + http://releases.llvm.org/4.0.0/tools/clang/docs/ReleaseNotes.html + http://releases.llvm.org/4.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html - Drop the following patches, fixed upstream: amdgpu_revert_r280589.patch arm_suse_support.diff clang-fix-substitutions-abi_tag.patch clang-incomplete-field-types.patch glibc-2.24-libcxx.patch llvm-install-CheckAtomic.patch revert-cmake-soname.patch- Enable BPF for all arches bsc#1026191- libc++ must depend on libc++abi- Stop using otherproviders() due to an rpm parser bug, use self-conflicts instead as suggested by mls.- Add amdgpu_revert_r280589.patch to fix an amdgpu regression bsc#1021577- Require LLVMgold and libLTO in llvm-devel, otherwise we get in CMake: The imported target "LLVMgold" references the file "/usr/lib64/LLVMgold.so" but this file does not exist. This happens when requiring llvm3_9-devel directly, not llvm-devel.- Update to version 3.9.1 * See: + http://llvm.org/releases/3.9.1/docs/ReleaseNotes.html + http://llvm.org/releases/3.9.1/tools/clang/docs/ReleaseNotes.html + http://llvm.org/releases/3.9.1/tools/clang/tools/extra/docs/ReleaseNotes.html- Update to version 3.9.0 * Clang now supports the G++ abi_tag attribute. * Clang will no longer pass --build-id by default to the linker. * Improved C++1z support in Clang. * Clang now has support for all OpenCL 2.0 features. * Added support for all non-offloading features from OpenMP 4.5, * The static analyzer now checks for incorrect usage of MPI APIs in C and C++. * LLVM no longer does inter-procedural analysis and optimization (except inlining) on functions with comdat linkage. * LLVM now supports the Intel CPUs Skylake Server with AVX512 (-march=skylake-avx512) and Knights Landing (-march=knl). * More at: + http://llvm.org/releases/3.9.0/docs/ReleaseNotes.html + http://llvm.org/releases/3.9.0/tools/clang/docs/ReleaseNotes.html + http://llvm.org/releases/3.9.0/tools/clang/tools/extra/docs/ReleaseNotes.html * Fix the following patches: + arm_suse_support.diff + assume-opensuse.patch + clang-resourcedirs.patch + default-to-i586.patch + glibc-2.23-libcxx.patch + glibc-2.24-libcxx.patch + lldb-add-pthread-dl-libs.patch + lldb-cmake.patch + llvm-fix-find-gcc5-install.patch + llvm-remove-clang-only-flags.patch + revert-cmake-soname.patch + set-revision.patch * Remove upstream-included patch: + llvm-nonvoid-return.patch * Remove patch for removed files: + glibc-2.23-libcxx.patch - Backport upstream patches: * clang-fix-substitutions-abi_tag.patch * clang-incomplete-field-types.patch * llvm-install-CheckAtomic.patch - Add clang%{_sonum}-include-fixer subpackage and associated libfindAllSymbols%{_sonum} and libfindAllSymbols%{_sonum}-devel subpackages. - Add sanstats to llvm binary list.- Change update-alternatives to use %postun instead of %preun, which is now what Factory maintainers are requesting. - Use the minor version to set the update-alternatives priority so the most recent version of the LLVM, Clang, and LLDB are used by default. - Add LLVM rpm macros so downstream packages can have some idea how LLVM was built.- Rename libomp to make it possible to have multiple versions available.- Split the old llvm package into this version-specific package and a wrapper package. - Implement update-alternatives to allow parallel installation of many of the subpackages. - Rename subpackages that can be parallel-installed to a version-specific name based on the associated shared library's current .so number. - Various fixes to support the above changes.- Sort a bit with spec-cleaner - Remove the latest switch for now, things should be either coinstallable or not, we don't need to bother around with compilation like this- Update to llvm 3.8.1 * See http://llvm.org/releases/3.8.1/docs/ReleaseNotes.html and http://llvm.org/releases/3.8.1/tools/docs/ReleaseNotes.html - Use versioned libLLVM (to libLLVM3_8) and libclang (to libclang3_8) - Change versioning of liblldb3_8 to liblldb-3_8 and use a variable to control the name instead of hard-coding it. - Use bcond_with and bcond_without to enable/disable build options instead of hard-coding them. - Put buildrequires as requires in -devel packages to avoid linker errors when building packages against the -devel packages. - Add ffi support (disabled by default). - Add oprofile support (disabled by default). - Add valgrind support (disabled by default). - Link cmake files to the normal cmake file directory to allow autodetection of cmake interfaces. - Remove unused lldb components from main spec file. - Split llvm python bindings into own subpackage. - Split emacs plugin into own subpackage - Move additional vim plugins into vim plugins package - Split libc++, libLTO, LLVMgold, libomp, clang-chekers into own subpackages - Make python-clang, llvm-vim-plugins, and llvm-emacs-plugins noarch since they aren't architecture-specific. - Make packages besides llvm, llvm-clang, and the shared libraries conflict with other versions. This will be important when multiple LLVM versions are supported. - Various spec file cleanups - Rebase patches: * arm_suse_support.diff * assume-opensuse.patch * clang-resourcedirs.patch * default-to-i586.patch * glibc-2.23-libcxx.patch * glibc-2.24-libcxx.patch * lldb-add-pthread-dl-libs.patch * lldb-cmake.patch * llvm-fix-find-gcc5-install.patch * llvm-nonvoid-return.patch * llvm-remove-clang-only-flags.patch * revert-cmake-soname.patch * set-revision.patch- Start conversion to use cmake macros with now introduced compatibility for ninja - Reduce number of threads if we don't have enough memory - Add patch for the nonvoid returns: * llvm-nonvoid-return.patch- for ppc64le set memory to 4GB in _constraints file (failure in Factory:PowerPC)- glibc-2.24-libcxx.patch: fix libcxx testsuite for glibc 2.24- Build LLDB separated from LLVM. - Re-enable python bindings for the LLDB API.- Disable libcxx/lldb/openmp for SLE fate#319582- Update rpmlintrc to whitelist libLTO.so- Re-enable glibc-2.23 patch for Tumbleweed- fix arm_suse_support.diff for armv6hl - adjust compile flags for llvm on armv6hl (fixes Mesa build)- Update llvm-remove-clang-only-flags.patch to remove - Wcovered-switch-default flag for gcc compatibility.- Use gcc for stage1 bootstrap - Add back libstdc++-devel dependency for clang since libc++ is only available for x86-64 atm.- Comment out glibc-2.23-libcxx.patch until glibc 2.23 actually hits the Factory.- Update to llvm 3.8.0 * See http://llvm.org/releases/3.8.0/docs/ReleaseNotes.html and http://llvm.org/releases/3.8.0/tools/clang/docs/ReleaseNotes.html - Fold lldb build into llvm and disable python support - Drop clang-disable-ada-extension.patch, libcxxabi-exceptions.patch and cmake-host-triple.patch - Add revert-cmake-soname.patch to fix soname handling- Add glibc-2.23-libcxx.patch to fix test failures with glibc 2.23- Remove FFI support because its fragile- Enable OpenMP for x86, x86_64, ppc64 and ppc64le- Enable all targets on x86, x86_64- Update to version 3.7.0 * See http://llvm.org/releases/3.7.0/docs/ReleaseNotes.html - Merge aarch64-suse-support.patch into arm_suse_support.diff - Refresh arm_suse_support.diff, llvm-fix-find-gcc5-install.patch - Remove llvm-fix-parsearmarch.patch, upstream.- fix build on s390x (one typo in ifarch and one change in filelist)- Update to version 3.6.1 * No changelog upstream- Add llvm-fix-parsearmarch.patch to fix parsing armv{6,7}hl archs.- Update to version 3.6.0 * See http://llvm.org/releases/3.6.0/docs/ReleaseNotes.html - Add python-xml dependency for regression tests - Removed the following patches, fixed upstream: * arm-remove-xfails.diff * libcxx-libdir.patch * llvm-config-lib64.patch * llvm-fix-intrusiverefcntptr.patch- Add llvm-fix-intrusiverefcntptr.patch to fix build of LLVM tools with GCC 5. - Add llvm-fix-find-gcc5-install.patch to properly find installed GCC 5.- Add a gcc dependency for clang, this is heavyweight but we need libgcc_s which comes with the gcc package (bnc#893359)- Conditionalize libcxx{abi} build on build_libcxx variable - Turn libc++.so into an ldscript so it links to libc++abi automatically.- fix constraints for armv6l/armv7l (there is no 4GB RAM on 32bit)/sbin/ldconfig/sbin/ldconfigibs-arm-3 168438374315.0.715.0.7-150500.2.1115.0.7-150500.2.11LLVMgold.sobfd-pluginsLLVMgold.sollvm15-goldCREDITS.TXTLICENSE.TXT/usr/lib64//usr/lib64/bfd-plugins//usr/share/licenses//usr/share/licenses/llvm15-gold/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:SLE-15-SP5:GA/standard/995844e52809aed2d4a0fa8ec93ab008-llvm15cpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=db60c6ec7c2376746ab350d58a004b74f3b61b13, strippeddirectoryASCII text RR R R R RRRRRRZp` @ѵpackageand(clang15:binutils)packageand(clang15:binutils-gold)utf-88fe6749362ef14e744b5bf14057f06392f6a5503577ef9659683e5598134e573?7zXZ !t/y] crv9wļ`Pe~][[q=CJ6T7 oꊕ%7dFT^˵LvA㖳l8z>)H_UY*pAt ۷<2Tbi=kwOxQ6&<}RhRˤ?Qtݰ#Wi)pSn0aimiէU#e)(ESZס&S5X&$DB3wL66k"=>>sXYX}{MPK(P,K'EaLȐԩ_0u?J,[&H,'*Ix2 2XXtW; Onx׾k_vm$(xE1/4DUX#*NQ RYd8:!7 ysDD]?xai-f'C^O+D_-6Nfu>i#}0Q.Nk |~Tv@p҇2vI ]4ƉtV, t5}p?n9<@2x!_SQנ;7{l?g#*ط-up,\ pwa:h&vng&Ir*H0:E OkC j_GYV{ mϼ;3mpW*qc鲺_5x~V[2Zm/gI fmԳ/c?f1I߂FA &7y1Cξb#*xi{+mU4!{|4"AO%{hUt ;( ߽&%4jR?*'nd2h8dUǃ&#f(}DoJ :a` BE<< qgXf|^kYN)|KVunԳ>OgiЅt H;0ȭkN آ]f[zcˎP瀦j`Z(b\vhх~bk1nȱjfmdSiA6_%ȳ\ⳎI P9?PVFN~eʾǂ e\eQ;oӏKݡ﫣9N \xqgSĺ7 2@+>I$ca.p$RQ#T- ^CK=2AqA4#N4oQve:|/}4]8~1Kk`ޫfftY+ةP)iWlI#Io *LSd(@gvakkT\HBO8oAMA"^o Aۑ2= '`i I}}@jii#29-v $%, ʒ|e{Ưqu[+ySmSSIWǖH2F%L>y3>%r"_C\ 3^ͻpThZ͵d"Fm@m#sIffYWD@8 B^iuU;D8orbg;O^Yi3eOKo'/.]#Qo15NjK JdT5gFsLC12PΰQ2 l/}lJ ޖ\nON;$0 Fړ+X¬܏S۟,B򕅭MV/C5vK j!eRvew8R^{<"a\XF+w1WxÛ~>֓z1}?Gp"Fo> `p9$Qb.WPݖ - LE}s"UhA剬b`zڍ[lPȡ@92)$wj1TG'dW%mT?$SD }bƢJ ~ӱ=R|[^:P(eYYo:OĔGF= q[fZcSy!^%J&-m~stU@wbh-`Gz4e&Ei jw= Q{z&/+ `ƃ<1Ƴj+@Z{m Kuپl#l daLE}x_R( SBޚ62限J`wH, tqLr[V^xw|5נ){/bYtQH1X4QS)hLHl?0?aI;snaE>FŷͲǩ'9s:Ahn +OCbmDLh7zq-Qv'[w%8wRp (y|ZyPp;݀s,ܗKLtSaΩ@^-L?'^]- d5*.zKômxC0beR:n@|l2ٚ5VS=zlg!X@4GW,`rټ(|Or}m/-'t `d\,XweA PIƒ0=G,Hw >xi7 TUpMȩ@=C3UY"b8̬6(`RZ9VWW;_:84o l/Y=#zFa܋m_\Gjţ-|rF=&Sk@tK4;3%:n*`yv/>lG WAgM^YSwNI6 .vj.>`ګ@ ~['qEY -ċw_u/uwm4"WA'^c8fIKYwGXnTD»!v٪_؅iI<G\ڧV\+S s%i% begRbN: MePx铣ÝG$@QۀKV므`Ov4Jld7ӟ@FR"ه侒-ҹa},@ `oir Ų]grU'm9< WY"k4Q8Dv.i`B佭]`K2HW)G:0bMv/[uB`Vi4jBgdvk@&TqVΤ\r̷hB.^OphzpFv5ƳJ)MoJ4IV-$jߤђ.38)&MBpPǂڜ.Q@Ti&>- .'Bq"lvu`( V AҞx[3L"' ?D0cD4aEc~fp\;g$,Ҡ;*3<u8$vKi6~# p5f(C59D|/ЈiQ@#cu+zNnI>G.zV=RHK9b ˇ}@"foYt._*03\(Lm(,y}4?_%𮥧٥E3]QAظ:xs1jёUo58/3e@0?ʙX\D{ q(%!H0b:EFmA(lHLf$]°֍!*Oy ˅떵0HrlU?7NM+o3NDݿv:#k?zut+~OϸyTAzqߊW)%B h?x0r SɴȘg(4N xW8x0vUGiK;Mò'prBhzh7{o H˫2%vˬ!URI$cUhg+W#  4&;9`9v67B,Jf29=47tY$}Bsv]T8 .p?rMp(C'"S6]ީrCg)ނ;O /?oqԟIJߨ0V$z۔MAuv.&2Ի Υ3`jmmX-Zdh}m̛.Zb1N:Ԋ Ρ-A ‰pme-tzjԝuTʀs|s'/nk<Ih__L>=eż')HŨJӚ8٢`\;Zn¥[aQxd_grt-;x\KdLVւ \I`riѷM_ulysAe[U# _;\⯼XaJԹs/BSбɁ* ˤ#[N(J'(P9T >rdtHe")Ikה<%~B;RbK>!poߦΈuXn-vT`Q5"JO,g<>5Zֻ-!5doW@)%2/%4w+\\K zycݹK>uqa,8y#tE-n͕}B MysBwbկ [)G'{<_:0j@ VrT ke:u+T,nSτ>}>~s"Lrq%z]l86Sz%;Iyd#d}獧vN{efGc-K]ɩXnҴpfa,دw{]~Pce4!)uiН\jWhb{cM A{ zQbEH'Xu#} F<1](b9 4ЙvOګ)L7`;0(ڮ%i.)&w {uP ik]j]#J7Ik*Ow7 PcZ, ;aB$nK*XB#JT}]$`|R|K6FHL]Ob_Es :~y\un$JѿWiRGChwkYaMdh#nKf~-ۘp\ཛྷX)&k/jVԇȒ@x-)7;_N|JGz|V?Dkpv;|$?Xm{*lTlđmFRVh׋R5]M *DKNuMRK\C8 :q#XyldGB6>Hlta:: pr0(oP\b[rFtG(IuPhrҖiC\rOW8Dt͑=p N4.W?wHQ|;a`P EԝM>9qb8+F?R}o MJUskY@.|ʗ ҝN5!B)&nqQ =έ=:e Z|VP7YozgqmzN( $0nQT=~uo*d4^mzLJR^5.>2Daݤf R/&MIPţC5eh+iD;B%+ c~!ufvf^ܤt1mHɠo;Wk> &'J/rt6XZ Ƨj+nY\z )1:VvQ{0veg8>1vtT`'g@sf]"}QxL֬103Ô}~IWa;I >2IC<rt~HX:8FvǞ>tQ\WL[!A!t(4 >9XxQG¤xՋ4`A&]֒zI{q=f_RiFjGYkFZ{ &OT^ʳp1wEni ,׹A>"-Df5eƤkn?{ =Kfk+O8=bgw9THҭ]EI)`E~!qcփip4^\ ,M%%a]!>`4xr̳/X|j?}T` ogman ҭ"rGV꽉zh6Y E+~Xzh'hŷ>?QX(̈w &ח֜.n=??F̉ҘUIa=]$ȇP 0~(coPe UpS1P N3);*ۘtޝ3 A;֗[Yú13-DG6-e+XaySϠ ;_,"TbQ=gX韈FEq=IFӂ[nT`aWy'=/si(D u{_Kwq-iShi+jP-CN%jM(`eV>eKS\t~xDث7SClp~V ErWmjӗ Ff>+ Tw)gb&փqif% `iOp+2&sXkŵ9o_")Cf {Jw~({\݌nJ 6?'ȅ<*i mz$Ć2(oQy=狚CrCMrY/^ս)n ~ T=cP6ċTSe_EsJNӀg sKlL>[Bw8p.jh^/*D優WDa}4X6N qjF7e a]7O! &qȄwkGN=(j]106==t4_u*~|)Tw|*zAWT;zt ei_Y"qcGUr eS_7%8yz\*sxPd"ʔV$_ š.&drnE cXQ&)c_W,WMͻ3<{`<52kYv vKRpр'̌!!äaY>uǠ gyacdr m)aH$UB4X"Y=ɵ젂QbShj%yope 6B5m%y`Ye~Gw! ?sFbBzWe]Sp? HcNu1r17wp;*@QHPNt:5i6Cgp[~~bxm9UtOFI/VI+/Ċ $IS3Pa0\sʥLI]261H) keyN+5EMHD69l^][|yTf.J;? c0Kkngl{;4'Ld N` s#5ҽ?]a]5a)X6FXչԑz>T嶛 v>Ӫ93[$ߟ]3>o,01 vjAF(]TϙEǎ`JTs c&( v; OH1:Qab<: #f(֝iPJ]3 ^a9㮷f^L/<Ջ2ոO)X,CgʒNN%o< s{VTw?{JꔂQ Sd4JSS)j!r,$lt\ }D-n3K +%'a`0g3<Nf9=Bkvk\;+X1%~L_ 2&iǓ أĩ?č ?DK)3=WO/.mkU˕,`cr[.I-Z`< :lZڀ_`JY2?2)pF𦽳5Pਁh0r t2٣pEJ&Rqc7nM9MsH]Gbc >J>;܋_Zܾ7#5 #'ccKʹm cH.ŝErKD{CZ.URWK_wO]d Yײ}r(jV?dcBdS5/\^!߳xH)SLc(e [ij=P`S[EdN j[ = 8> r8XU*~l aaޘ \CD=Cx+KL{͌+kXB`'*5;_Z퍫ly"z7ҳK. Gf@}%6|#tgȔ ZYlOLme^J}QvèufE-(gvfn"JhKD<6VO*Li`Oi*O'#nF wĔLt`GOr W92Gxjt`{%D'7q@UzzGЉ!&a2G{1ާ~@;g;r )H:2 <; la[e ӰRmEHL,;@-;>\4 ` ~'D(͊fղoV_`Qk6좚货RP eK>A zP͈GJo]øSՂmO ;0~d.wQ{T[$[|IY5?F ̭.| 5]-+W#^ xa Wu7,FR{2[L+5LP7c v:2n墷jȂ7ҌvtP]k%nT'L xCZ(_D.F[@X5zD!q5:$Ui*9^ӨJ?B*2B-E sILS̗wZ ;!ZX;7ƍU \@{?4 ](d;N6 Llp~ v"y$Sdg'wF5GLʪ͏,@D}JD89 $RWjaiMc(PNY_X<k߉BwyٽdD_VnYs]Ի/~-\=vVmd{ [r3TBRA}&A0WE=}6ayYL8?tO9PDHvaC­+[I+;̚aN6 #ED(˔~ zYc yM)縫eTKtjNN5l~Y܅[>!.*ʍwMq~՛6-y (lXMvW~9YqP~e8`$ˏ)%O|loD͢ W5e]ih$Z‚]7- `R$fvMd/ғH0TKc׹Fߎ\~av/gs&7[8O4oiL at#Z=BH\iKe%KJ2׌ߐ w`7xCؘqjyMaY7qDaWʶSUC%/AL+eHf^׮i^9*"eoOME(kSOg,tlP{-R0 ^[ lzW8`-@$ eI[YzS&F u?%jJaۅ_wfD۟k G"*boӈ郼 L?''ra2fo_:]t&"U`=|մ]!0ۉ~ǟzYތXtr)?4N{<hʟwP#>uRoવy DZǪLBE WywNZ$-# ),7OB ,Z#'HdNpߡj\75+usPg*E[#Ao () )@(Ll+*ׁ"1J:y-VWoCSF>8͒-$ WG6EZ]B1Ҫ#4yO=fFIږg2K,2sօ \ wh NgiCC[%(w-8_@bAI/FY|SRxTL4)sYV&te1bw7e ؆}"ܪV}YЙF<+ipN(P&@sD&" ~6N Webe"XM^/U -'AFƁ:VLӖ癱lX{e"?rbXd$-9}=j2 ]W+l&=Xn!bk̹u=R~t 4)+ᑜ>:824'  N 5ll(2eǮ7G0ں?_Qd:"V%X29 Y\bXdflOoi:ѕ^~1eEY{I~ n#g4fS:n?kχ #`V;h|wyZ5|rn 8 F-e2|; iIjƤc(񂔻Dtn-:nPZtu=#,S:ԯ䚩 55j#-lΫ oLS:/(Qəݙ#Ŵl@H-ćg޿| U<0|Tv'"-/EĖVxVx 3)*rBnZwu%_U֞H_bי, ŨI*`RT.8 HA !t|=ECb<`a) Ʊ@>=J̳KV8#ښ,ܝ3,utِD -Uh5;K,?D;`=zx=%k{YsZzW%6ѡX.;9d+݂3L]71W(G6(<]̖=a9_Sw nA{o{ X&#IAiL(LvK3xs&\K^1N-cdMU`4)OBrz քͭf%1TNK5ʾ|L}KVTHo7ϯGu덳x/wk cu;錑c\Ff+R~Z`4`Sb9̶n5Swt8 cw}}^p6ʝazsm|Ԩ-Eȸ:.N#@.@/Rk\e!Gx]4~VlW0Mysn<2nk+q[ٴ6rLxP?2Cڟj_F,19x^43Ӊ&4N9_<Ӵ3(ds'dBXWԡ;9e?Gby\KvLj\gX+ eME0́y-%(~ k_E,9f.̹8&:~4{b:m%8So(*P'AD:YjE#l!|B mI4Rԟ ȺވMGo/[Lz+v" =Fāu)}G&p)*$k НS`/4i1DZyK)兠a}okdnՃj6(z8,eg[,ZDVh aMwپURkVG"Uk)_vq@&3i#rRTg*$Th:c{ToZeJe)[*sTX mGftme|A%AHK5\^U?Yŋ#Sy)4.d7DU?E)q!D+%8^(~6~hBҬ֑J8KWWnZ3 #KYnq;LʣѲb9 jpB!!ϐF ?ؤ9%[`rW` <.=XU5"h,2D@(hY/Eн=EKL\Y~0Xy 9(,,(W$O_O MG`}&e`۸η-閖Tυ `JlحRBlE(G̾ N =rBQ󨦆CXH-=ZC[\isA- bPYElK+Pű"3‘L?bDgYHh@chiB ϛw/?G}O`Fr"*՘qP{u#{ A*%@7{&(P|j#&zDLWkwQi 'CLxbq_2\zXp:V &tq=- 0|f3- ԛ}J򦳮|lPM2W.,{~Y=(ͰtKݘ|% }>OOZ~9DhCŁwg IasNR3zU [B Lr>kѳ{L3 FaDꉥ=Z 1h b%=>^d؏ K7_[Gd.G <{\7 ',"2Z6bB7E-|tgNnbrP~o+8ͮzx%&{1d Χ`:;A$Üc!nfM,fZARWt^ۃ!ڷ~/ cmD!#s^ە.,#fջc15S S VrWr.ktztEla0/jsxm7w=!R;Y[G,Ý!"H3$~#Dx. fPi5VFOM1UЫr h>u[?m*MT5H eZ$`yt w3 ?`yJƂY^$0 3@ۺ.|)e1e>+W[jP'X#$l= ꙟx zd]P!~E 5N =r= ,Sݷ1#OvœQ9D|+,A%c1Gg =׆O+})txba^Ł!HhWln`$aH69FOh5;By7L yEҤu ;}u4 ?Q'B_‭`X0R[@rR K/Bb&y g.DviuUE$kFsoj+};I#ʞBӸ/؂W1eLE1ضJX Vlя R7tlęMU-z9J2NcfίQ#_|0SߛU|h-JZzEL\5(6ڸbh2Kg3 _n%RL;߳E, F_锴JKюkoJ| %zU_IOU;hTe,u~/dBĒ!}B.7vJ,oơѬ(rolbte|+Vm 6Or݃+<ϻbv owqb `RE![G0C3@kNM3X*"0d&<\~ I291hіuGѳ4y01Pi|8%" w[/_?׮y:}P$ڱߏs  A)6FDPkƢʌ"\YRNXؚQ5>9RoQih9C܋!O4EP!i". ,U'5咟>-f[ނsJբ٫R!^gaRP`mwJ_M LfTws_uiHȧxZU1O列L"ѻڗ[b-˱uO5ܐtei UxybMƎ4t#'<lwIwY 8_ lci>=]2Z]wKl~M:v3R|}J;nK%Ȝ|́? 'd~#gMjd[=PZ Vq*P!Q]H['}2ڼ^rP$5]TƥCq|IrX˜%&v&5}iSt'o}/G{t{!d:@}]~9/ŘpXnf1(n' tni&'SH_7Ɠ =\6l0:IhO#g;gfxv'T1MC̸mid;G%ĺ⛱yyxEOW6/X"$10K#>>C$Jͳx8 fI5Eh/et.$<.l0A-2VVq3hCBI5F*ubE=Y'35M2Q2#Dڔ/qDu035c=RYZFJ_%nẈ"Q`榲"/>foyׁ03 1RǕr^gaVT'Ƨ%sjucBT޼"8@K>iVO'KUbgXE5m`ʡ ?+rZing3Ή}.n)<;Yňc&nsЧܹ[HƢԮt hP!=d8/-/\PH(yU JpH}5¢Ş~S~+ADM @תt(gK}[ NໟNP|p6 vXXXܓC%y(M`bD:@JjTbWS8wl8{G-bRtd)J"5tWҜ`K\Al !6OefI>kNC͂Əv\\XYm!AdꙗH:NCxKN5T`}Inw6b i$ ʒ3zGK(^'h@w>V]-ofoWxDS]3h]ܲQLO~窍LO~hv"=yU8ddpЭ|7,Z3JBN ֒#̀,]78mEq2v-e>ڶ魦#Q(zG{? 25x!b0ҹ4pOj{g)g͉pd8~@0?3 ƙ[˄O!S=#x9VϬ߄VڲO5 ~ē4I%ux8m>E Ma{ou8Z:/2~ ElrϠ֢8Ukp5OSu֞8S`_V{7*dT^ؚF c^rWߢ⩔ХWs,;p%K7a-aO"̖ڪϒ.N %ʉ/c=-S[&}BSsU߄woz]ff p|\NIKhrQ<v>]ОʝVEF0 L3=Y3JhE4ӎ³((KCL !n >tfab3MlC }_`KRS!2Lolw24dEdkOUe"[@^1R@w=ӑ Kfp!6B*&tS@%|_qoM3hFoWk VKUzYx+y?u">o>}?p(D]N_f lEISX' 'mjhxQ'2y%\4e(zphB@<َ#&D.W`Ĉ.DEBv-ɘ   /3J(f$'V8&"IqP~v@nIg-Kn(x}v8y0D ~ɵzVwg1(Fp?c ofˌedcW7Ob46͎-WTUזS%XLyBz"meZs/S ˆލl 88dK^_}oy'b⿾ FP0JPDY3AmBCc s `}x:_VI T^? >cևAǂ&^ 6 "XT@ xCxtzGyf2r]hŅA3/tʃ:z!IX:B5-Z4S~y9À *щlkH5]z Ak"1xNMK]jF@;`mK]S~gU.ɪ)% Ż3^j1{F3v m9ږ$cѰ\#uWS=z];H(U{)@zwKkE|`;[@Eȓ3UKQ;ٻwG%%E&XJ=*gU$g[^ѶX>6Aۇ 5?^%t^0ƶY!Q/@,Sk!?ne2ޏG}ŇZ-7͑yLQz )_=BQ/ޓ~ )v$O0Hs@fM*Q8(@n:\ A<6 {jHZm9}[h\i^GSrB(T D%|RF^PUCEkS i(qk$2hqMoK"}.~8p dȯRn~/U Sџ6C" eo*1BHEPsJ"ob_|58=$Qɳ:L?}d$FnHM*JTjwAƃ}JaTtfT wtQƆ:+Yt=ok@8RM,p§pʱ[xBײҁڝi "m4?(#o5ugd&OKg^)x>2mUPF~qi PGXNom@$Kޮ6.PlmNN@ _ɝk7ZrП]1S*(#ÞƓ6QjK\nR'oj uz()r*& ~Y}]Tw _x0M펺I(cot@}:!޼ң+ߜ)ׄ6={jt'9H=藍eS(XP&~H=:G?BM 7d$V!nv8n, b 156<*;/n,XM8$19Ҩ T}I 3NUoRAx7AͲPgbFcE}[SΌ K#kSL+x,q5aNkqG [ZcG8 } :-zjDWx/A. 7))P=J|Sf[=ՕnhL9|O#!d&E 嘭yJ\_J煎lc>GDK-fu6Kb߱XGp=UGQ%dCФ+cjco-NJ}ejW' Ow"ӑҚ Y^M4;phUTaMn&o("@;b0:?$_)Ҥ`feKժwu=Oï`VZΟUGuEp s/+ډ ¢u6ǩ,|dI,2>fO)7FXKs{$X 24.J [f!M8 =jA+;u:F°E((`}%2;|G92c>gL \`M}QW׽|ep\f{-$@^.p|~CҘm2zh;/3~V`5߁E+J*[Xxfw\LRcTG#+]jo(Hew q[}ʊA\I?| _Umc z ^x]j,o Z_r]ޡQoEР`K[nkSBh˻݄캘]fI%ob]献5U :=\){urU:I\T?~:}b<:8([a |oCYts6~\#ȷ2uH &tpp޴TeKnMVK%DN=.f١ 4}“d{> .K0>BR[^Ӹ߷1mK錵"Y"|e5УKh]ϤKR,r[/ɉjg_'\?{)֯JS7=x=Չ DG&aլF\ 8ʻ{-\66^[ NN Z:od/&}1!^})g,")VS𫹡}]htAmq,pB@{t>v鉄':z&UOYE}&S06kggT/XKk%o tj] B?bYҸc9 "1<Xpufel MB^4,?`T%4sZZn¿JX%@H3OF0Qޏ'3 =]B)=~99ۧߏB!Y)72:.4 UPu¶vQ'#8&wP*2"e0Z*q'e?NիLvRG|˻BDM<# KT!c1ʠ5TYOrfw/&(j-7ZgIzZ.aYMMF;74e Etٓ+xDE.5dPg3o(Pê1Q(E sSAfuv%gOAtM%\ulsUtYqoKx4Yjҡ=Y{:a<['#ϟ+eݱ*8xA'P,&?C7 2ؒb'$\W*5QaX) Ph<#,[vLk,WVyTGQ3Vcu['nz_Ek6ivaL|ޏݯ&Ss]C ܙWՔRPN;: Q$'ʓz+߯z[ zo-Щo읪k ~w7p4Vrz$(&Vg] סPiJ{ӇƠvU8,L@͇ea|g,.ͭ$uű@$ HjOFAOH4H w|(+ܒd4-[unI,15 OñF[X[-Ie `EN~McZ/@WYHXl;8Of2/CF `ƬȇjK_ӮLҜD36(THB!1cUH={n(+l4 $5*N$x&yݺq9<4glQmCy C,54oKFA@D``E } K[?n}q$Z yE)CDӋ^Wzθh_PQtGədA 615~C$IE~MH"8wD*5;ƥmhG nThv|ׇ@ZmW,sOGL}ZКQSvtĮPDK>J<v4 R(Մ*[W"D6 A2V\;"HO➐mER͘Q?!#ҡ7$ E3\;܇5Mo/mvT^~h?Nyp !όc(J˧n|{?究q|NQ2!YXDVh̪A8jVHqEXQz~Z胶IN Ezqɓͧgƹ 6YmǦ-/ ;PIy;1nj®\x8,݃:DDfFHf fXZB\?YHyoѴa؃Zs9 eYO8 9E+K/QP}5.<8{"#d(h\!%Iޤ+u树2z unTIx΄0ƄdTZN>mw|U;>s4֡g-g sǎ5%uD3wCG(1%+Z?Bͣ3K8+"{E,ڶ釜>3iz3*'c܍N]I& ,g@g.q?+='3m'I@ `xns}'Oa6:ouGacCȬ]pRFr[0"68Og~pYo`Kui,rVs5Džr8mk fN@ݼGYuD!Z-jm, Pn>7^O2 2%ssSޱ,FϺz1r<~+s_Nq0310r#:U7e@CĄ3ʋeJ -/Vy{[ә%)kR^[#Ӄs97*= ,o:ҏ~8Duht*9κ0`Kq&ITFM-Py 1 Jy~lD]Gd2.Y8WV:o2% ?z(6嘙 p"c3\oG7`gO꺷3|B  ]Nƭmk t9HcջCH!:i1h~ _N0/^xӢ~="گew3.kp!}J?O2&5[8R8^D$|T+2j䓊F 9$l!.[XlX|!ҽFSƷH^rdh8q'=|t>DVZ#m>I  =6B1!^Cv$DBH9518^ -WB+AM_Ydqo^Y}K!I wܽQ5E3Xny: ?/M?)#K_Kh6ÿ٘Xk<ĒKAgzS(St2KܾuQBvV2A1WQm4C| g=5wto2OVhmc#o<.z1LJAMvwwP[Zµm)fo/[׀ƮPUf ?J7*Ewygeu,Ӵ($c mJ*K{.si`Ĩf4?h_u{.Rj~~8fCP\d JE 5t$A I+{uVļ)zƣ }=)vҍ4+?fk S55NodNqenEH@ĸoy^k'nMtnm ٴ!=?71`cTr/~p(WBjf$1IA0^ePbQm>8jr ξ&tY8 q2G#A_0UT(CΉlOOથL n~1WHKy"gQJkj ;UT`p.1iWʹLvKqwEO_?:  xW} V1lxkUy9v[ 9Zϟz$ A= <teJo@#/U@+_ރNw__mшΙN;]+.-ڪ c+F 1ՔnI@$edё']/* 5>]6q}Ѐ<{"38+RKZy<:#];aK)|;'y u^3#6f!̪Xb..׽o5]hδNۮ7 )Oa |yA ))ʭ e[׺D}ɤJNGŒ}X1D1`DI@{X )\PJ|h4kB˿@#|Nx 'z/g2aT6זk94:bm|hh8ЁSnRM'1s7$T )Wo1h9,`i)7sZEknk<33nϱOoPA\W<DLW7oJM72Yy*rFX~3^ĘtJ 7$mE%x4"!vQn1['Ƭ'hbÿ>{ad6ȵ'jxSiG-JurNKu@T!9췓81P=4QuA<<7X:ŹG5*ssCY{S&v]H%C_!]r !n?ۏyZ'fJzn gKyyhC&8Zc_(?qr*fWk^g!wڤ:Q@YpA =-59B`}?IM0Q'AJe͞LQ_t_?(=KpGrPYi_W`J$毼 ͪL@`w-W5}4ˍ$^AU|Qn\MVBxqwŵUJ}{)J'n4`Ĺ g~ vhĎX ?ƨF( ZqD/PcfaV儸Fk'Qk:Kٌ&vW$fĸbNjhu잼() ×QC{)ViΙ* u~Enf£fWmj#O ! O3CEܔ3$ԚvyQqQFewBǃ7Bh:'~خ+q" ~€@F8cOJ'j+no8h)(M?@J$#}}hݣ\/RvK] >_E]*>DZJ۶@]O)͟wʙ:B.4敻GK^ {s50zᾨ*gt ֐Ǚk3ʐ% c\.x*@Oi($ a)Gn )P5xy[ѭ(n+ IcbīhزS8S v| 0,<dGtTu.VoW1= Vေ>Hџn011Ss7A0;/h_#^-Ʌ(O\Haȁ)֤As\醕\!JhEFxijn3 F&.d؏sh1w#:KL:}$dH$bK_>╒+P+zo&Fl؇‰c֌bA4hTtf>u֣2NCo7PDom]SDHl4Wp& {o}U[M[ ̠f3 ot]^25s8\Z*"v`;l،9VW D4 +SGsٺ =$ /!"_m+=}u\Il1X3/ʂVNJF@@L<}3>$F7?.䠦9'zP%EY+iOWձZăხ~ [ X-n5.0{]:'m݈.jahI쩤$䜓P[YB6(թ|-<3'AViO{$W/L ^%wP%ؕ̐A& ZjBXݣ0E{vƁw`晨xRȓ)![b~Җ%tSA| <Lbvd_FcwB 67 @>ô!tJޗIl0.P4Yt;$ipJTNѴSY gOmdkUAٿn#̠%Ͻ- ficl̳%91l24' 943l& NS?OukDQ$Eg#Q[Y2ʓnъ[7KD{w=i޾"_شDYsLNVȨMMC\ğPd\\lHHD!3 sjhl y`kM?CXFmܳz6GƞMAuHmLe܄đ4BhȄASJ+< py/..3 ћ{FHcb?4> Y< $m><_v>v]zA0M*n&/1j{z03??PpZo{YlhDε=L Z}\*2O kdXCe+5]S(6n+T(R|/s k{❷_$i{ӖI,1O:.=0Z26|AA o%ֳFa NM< %+V N9^%k$ * r >,Tf}M K0괏rכE #{BZX30yYӿXd85,1~U1ԿIu$+!f0 tӣPK̹򏁅M;uG kbO@ASפM%Se$Uv+{-/v1O`*