llvm15-polly-15.0.7-150500.4.6.2<>,4eb;p9|}!Gq Yt;}ZZJ\;w7e.6F2"cW+`aZeO'GI|.vy[=c#gO9μEJC+,bof@QeY%Ze!fqyirDݖC]_Q  k4@sG0։C4?$d # f $04Mn         DT LPd(k8t9 `:L>P@_FnG߈HߘIߨX߬Y߸\]^*bmcdefluvwlx|yz Cllvm15-polly15.0.7150500.4.6.2LLVM Framework for High-Level Loop and Data-Locality OptimizationsPolly is a high-level loop and data-locality optimizer and optimization infrastructure for LLVM. It uses an abstract mathematical representation based on integer polyhedra to analyze and optimize the memory access pattern of a program. Polly can currently perform classical loop transformations, especially tiling and loop fusion to improve data-locality. It can also exploit OpenMP level parallelism and expose SIMDization opportunities.eb;h04-armsrv1>SUSE Linux Enterprise 15SUSE LLC Apache-2.0 WITH LLVM-exception AND NCSAhttps://www.suse.com/Development/Languages/Otherhttps://polly.llvm.org/linuxaarch64>2\;%A큤e\Beb8ccd03880b8f0944d0a00e7b4a1db319219f39d1792d767f12205f1603f8268005c24f2dbdf89129cb366e86e041061555611e87ea59f7526f549a8ccb5aaa69eaf8d85c1057d742e597985c7d4e6320b015a9139385cff4cbae06ffc0ebe89afeerootrootrootrootrootrootrootrootllvm15-15.0.7-150500.4.6.2.src.rpmllvm-polly-providerllvm15-pollyllvm15-polly(aarch-64)@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libm.so.6()(64bit)libm.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.11)(64bit)libstdc++.so.6(GLIBCXX_3.4.14)(64bit)libstdc++.so.6(GLIBCXX_3.4.15)(64bit)libstdc++.so.6(GLIBCXX_3.4.20)(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-polly-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/ldconfigh04-armsrv1 170854866715.0.715.0.7-150500.4.6.215.0.7-150500.4.6.2LLVMPolly.sollvm15-pollyCREDITS.TXTLICENSE.TXT/usr/lib64//usr/share/licenses//usr/share/licenses/llvm15-polly/-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:Maintenance:32668/SUSE_SLE-15-SP5_Update/65b4fd8068d3eab5a07de115651418e3-llvm15.SUSE_SLE-15-SP5_Updatedrpmxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c42d0d7ad46e1a09de181d15a9d0c3adbaa21bb9, strippeddirectoryASCII textRRRR R R RR R RRRRR&7 !utf-83e8bfd4cf3c3b6e6fd294ec07c17e861d3fa9f24458469548ac2e989210b9a82?7zXZ !t/жh]"k%Bz"Υ>8$>oE! 8sbf3^v{"A UZ"n6De;Hn]"pU?5 }.վ 2=6ac%VkI|n -a i[Ii1"*ăW5|Or:͆N௥F#*lz\X_ ~r^RIu tQyREfoYΛ %-,bnrAR}{>H=3WE^o|c9 H奃rok#68~r^{W^SJ"+L%=A9=QcMzp@-RϬO[iVZ9b&I=!!c/?o`~O/ޗLTqRۺ8IK1fL$C ?kr_[w@of&.L>sxm.@ġ'䤥:0boL`p>PG `߭ۮ'O},Js+uYtE|i/qD{a [=2V"EoG>ڍ$"\ܞi(x#r6r![LjFR"dSsPJ 6 tAuV7jsqo"dkV;Oa70% Yq׊@\6Sϥ`:D? HephFч2!unN]0nRTtQQF\`:ud{ݿ#։2N3k٧~ľ;*-`%1IgوCȿ7Gg⟇Eu-:{mSD;ɘ8*u~o'#oUc9~(ZhA ~gA8fB'ONeƢQ[EUw! p^ %]0D9E&F:+,Uܷ#.k.'?{0wJJ˨bhQzWe< W*wfPrD.wkN'y06̊M *o׉[eJJ29E]gB(:eߣ{RLc9q@\?+n 3;E g Hwܩ-Z^FR̡,X2B45989*4@rz.ЃtXfUQw욱?I.J\R_ Bq1f}i8$`4*ᤒGPyfZKaΆL$tB"fF-KO/0U~ ͸as݊F݈O).ъX_ޖ&bāM ktRC$F>hD|^Nۯ%Y]R  -XB >ؘyA.KC:j~}<RL`gRwłe Lڋ[!_nD΅WY*auƋ\TlLWS˾&%KudAQ%V!ɶѠC=|Lg7H6΄+Tߓ=j%\Ϥ\˓ &,OT;<'+#mey~S,Dqٟ> bCԩ: sump!Ѝ,=x!nlYb}7Ԅ$Tf+C7IspϘUFv)F^ iߣk e˭I K(ܮ+zqH`׮ĒpY*=q+7 Z^TpSaF1YVBv/ jDPm5L!HRp$$~ qoϳOy'%5@Fm;*lOQ/+(l*uhgNj] p+?oۨiӤZeYb4w.}V&8'ܿЌHהk%HWȆLj}FC:O[46bIx:ƶiKEIja%g6MiN(>G؇7z/c7.lih{VX11>YGty!SpC}sR#Ĝ@C,VrfxS78cYF<6' JCfa0/ɩ|;#oI˞, KiHZD:48!yMaJF ^߁V]8&}'wzmYJkWA}\@O[Ew\VH   @Ne*,wJ$_h^7жB ]N_4M[4^X%7vD9xY#UlbPeRaIB،7|\1$C8:k$n#kDީ :ԮC8:%~ ݦ9󅡀iDp~ xg\ ƘK3%f-3EmLjN6R<@Ws\*8o6+FLGg#xXpqUq;_ Y5p;3YolCof׭G#xxD(U{I-f5nf2(CsySKn+ hմul LoUQy U飋8pY$cq*<;.aثZ&0 ^ *U ̔ L.HWYW'v\/הNڐ"DrBl&FzX@1WCܒle#Y8N;X57 *ϕlљdN}Y̕d*MruA9-xQybjз -[v8_}߽}uDPǪJ:L| Vinc]grJi~>G~KeXmXvpтϿv;> h1oY%kw?8dZ׳w[n87Ю6XtoZ~*u ,fZ!ry[Ϟ at5X55 Q@-@#@T查7ǘUL+k<~LzBpjƶ1Rf8_v/#Sc[^W2AH6 b}1M蛦{*_PPOgyX`JP#)s]x.uu@&Zll ;ثAgAC"%)M펶\e/خrn^Xj`pɸZR")?F4NXb?uA6VSnOsbqfZ}Q? m:9nx][!:x*6jx$56ܱsU})Uq0V].g=@m9BO~eG y҈9 |%qw֪N䉣Cm>]!5X)h|oH-W,Q/HOT^'GW8k H|i?@/x=-V6 Gޜ͓Ժ.߂;V:Ց}F~ʎ_P,hըNA /lk7 &`0e=.ˀ:k'"Cxx<=1f/C2 g[arhy. gCU FPҎ&Gzġa6~*,y جi\vLtӾZD$?Zf6dO6jZq|=۠їRG9t2 v'L#DwWGIUkG+V4 i%C{1_NVR[ƽ]ӳC lT 6h D\].v}zU:9.9{"l!t  C X8]#䅸PSS͇ad+OV+c0R@arsR:r7}IRy08x tmgX#2PRNa-BztOSz\#XFW 44VeLtwԜnwLpF8=f{DˈaSaBK9z0Ru퉎0#q)2[EЎ->ǝ|Z/Ys%+M \pҿؼ]LR_3FUH } yZ-IxTߖ,V.\ƥN8okImXfIբBEFn8,y1XKo.Ε‹U=_b9f]7ݞcBv<[GԺ hr'l#DؘUfܡӾev))?gMTS'u]d'Yri.@8~C 4kl14;hht@V[{#!Dh@g̴7x>[ K+nyGi0WEP kM(#lO9%~Fu#Yj ]O%Dٚ\L| ,{قخajs n,sڊd!lHxAkmCKY0Ň38Avsf$ʥ5IV %sw7,3u.aW#cjDjl0sCpeb $ $Lb &pk6L 0 OwaNޢЃf6*cբzUҔB[^?{q='P(o䫴ucNEUBLς=uJgx&9;iLl^6_H=OX6oS/u îN/e-XJ,{Y wMpM+[=)aQU/"Qެ>'HHTf$ :F m]̷ vk.zy/%GQdhs3b] y 7li_gk'lxgRHVtW̭NVdT{Ռ?ޛ2fw\uAһ)Kin}+CxNNv#fؚ\"X-L|aۡ~b\62ZEfR<[rf?6-+D~ S'D.;vdUu#lp~mCy˽g7 ,x!)DoQQCqr[L P #,-xXZ/I˙7ذ[<<^rT6]&v.ЩYYІrן02]qoj]3HDHugp}@ = 3,s :mgzFB30NBtd׷ehLȮPCW։J$S=ڂ?wQ+̲G_BI 91 bY96#;z.\nfU9(*\}( Q>kl2#\tz) D,1YgVpyf睹;'%T7]7byɘCP/QBI%]YC$̲ kg46bA$8=S!Ą8f6Rꋹ$'bԢ}[-0nYn;qvbX;:[QQ0b!?LWä`,^  .;%;o\U*("bv̹&g?Kήf.4+B$䬋YNk!dU/<5l Mwc<<`ñp?zRQo[#]@`Bqό4 IПoj@F{=9dn#,1SADߝSakU j7>[nx#84*7͙|r>=}T^ƺA ll{Fif+z4b<^[͕kN eHd#p:]B%7B[P]Z*=9˖~rlN?ioaW<#ᲟՓL[4+3( %Ba,+~gS^fbWDp YJO_dGġqf|:>aձ 4 髕d-Hũ,l`r,i羀5Õ S:LO rjKG{Kf3}"tT?? 1vpafA%Cd79IiK>;yĢ":/vBPeuЊE=؝-" 2XPM <܄2cqL1 #h.v΃wcҢhwYMd^-ĩsY7c6OF.Q4.L"\)nƀ|KNxӍBe3P=eVޱz͕Y3 R_RԺЊnqm;#񁙜'tFu&epedzQ-/u¢,^,@@yvH2CM#mF"?\|@2ܐdn[qL9(F GUx}VOUVYݻ́4}&jd!@m8ie@ BV-1 =e=i?s(2לW̆n{Tj~|iC puS3ڞd+{] ??(vbSX>1V_%;V_]לAQD| m8N 1G˰ ̾Lɶ=?%XE8]K@nN'NH5ܡ7G`mÅsrQrȧgpB* =U&]wul] KʤQ2 Oä z|3m|8n[\*8# kklQ\m NI%l#{NeiࣶqZWUul Jz-L ad\EvEzx {SQ xPbqZo͐`pqE*,תWYXCd2Eu]@FZySҸe->,:_IrOЮt(c)fwcWb 1𡀴Iry/'21@S+> 9O%HDs7YឌJDOci4Xa%D3+{9$#ͻЊ!w_mSNL6Nl2618-{[IqtC1&%i/Tq (}4M muE¢QVx QA8OI,qX"$?>7;JZY69x"}a-Z7qΤ qejbԙY|H-F`kp<{B}Hv˙p)ddiLH K#J_يZ< tmi&'ux:$3%PL,\Ȃ $ }3)m)yFIZY$ rbn\FP8(孁fUpdžZX5,Z\/ģ ޜ+>Woj.>zS>3iu{;ܬcɢ-mޡ ::Xq񷂭O hF`6<g&O-]3"11ܫ3$)g,&[yΠ%_>^U>sq|T8~JMY3DoeDŕO厁:Fm/z4VRyWBPzj&PONS-؛`f2E ~AVgI*S] T'qoyBTQISN [MV]X&F8e qn68&e]"O $xRs 0zZ,wJv  NB$(3Py*Ei^#ۍkE1wjZ2˞T~I)8{w_̼ưi.t,\cS=dҌ=Aڒ >@ݞ34pu{Gp6g2aSCƀ)L6MZέTr2RGhL<M(sű1`Kv=$c4IPK8M$,1$>?K,8GIKfm;uG>7yCc>xM5A2vNc;jjr s$UՅOuySQ*A7T Iٜ*TW$!)@ cSF 㫺UtlԖE~f R-ۭ,Dyp 5cX ZoZ9t \ËK qIݥ<`ZkD:_,Gr0iD:I9 "ZuCAфRwkaPDxTmk`@8~@e0\"5w.|-fVbe|hIDo0L!'Y!{p=aS1N(D649]Q5 Fx9ВF'ۦjIoЀZP#DW3ڋu+T!\m oÝappx_ kwѳh$TśRnh.fmfbH3Z,O)`~иej)no?%h# 1@|.K:p/-8.X1{p{"x mX Mw]w xpd[K{#DR@ -ɴ,:>OԘ␤Kת9Y=֑j`a [ݦ&/ꐶ7_]+Km*FHv΃g|i_u_~-A{4g&_K/E4>T%Mъw^ӅHs1`;gKECh31[J.x8Z~=\s+]׆-y%%1zw+UjVk&(Pv{W'IWQAu3줫!xBC8퓮,ѶY|ZJ3"}\2\S&׽4[\rJ~$zsVk2 3Fυ(_ wW fg0c6zKtf 'sA gq)ٙ?O_>[I0&R/gݺӿt[ftHQoJ/&B;([̌O Gڱ[adplaE{v?G!{;Rرe) ;ZNwJ/A?QÆdݩ>vMfz+Ӝuq\ )G'rߞo$HbȤ,j)"j*b2('.Ž~&y83@ tu`mԛx;*)npyµvQEC 0)kQ1w%$8 ^>'X5=ҽs\ʇl-~GQ@-]cQ+=R  gDQkO|w?ѯƞgڞ=#ou:`< kC 2qxPGy  !Aڋ-;$S&;mL2nn:5PW#S+@kXfE47}(#8Xťw Y۟Gv~ts_=p;5l#Ɩ1TVdDQs5XcJ`d1X(TM;(etmEt,{fhUcvֻМE! {[{h+k_3{)Sa in["͋Q,! |[6eE27a4fsa]Py@rOY_}ιY; VN%:\c vݧgvR;W,Z $x Z%oUR.:+Oē_&Jqlߏ$>Yupn+~U|{a>rMwK]kγ5h+Sieh9yupSr) xsݮrHCԔ.ԭp.MɚKn SD( ^*([ШKcPh?@ލZqxZ"ǑfxLfZA vш^> b"Qc֙^C·U#.zZqr|6H7B@=85VaEONW Y=€(jdacۺ\|_;!2O#![rLi}.w’SST Usr&\M)"'wS)]ѱxú#f~~MY~~XKa{pHcp蘨 Bm׌Huy}ӷ߉y%|ssիn7.xO~K/e)2@D5㋟rk !!JxN,WOk"b.[X;~M )[7Ʊn.g4ы~цH#Tr,<]l2;K;Y^Si20r|,PjDu{`l8b+B-؋Żheo1nwI680 pނ/-X+H񑘷Ǻ:\C|5Ό"ccS#(80ʗ+tYeW(]z=*sJN/ں!3K@nsȾ3HyDх6rD\eg]V`JF+FQGW9H\ڡ_7&1h1f> ݣGM̹i*l#\´Z̀rwth ~pɤQxeq孵 dWqEvqj(NA/B]Swm`iLz~쵏f'+Kg͐U垡W.,]ۇSϷ:YlrCE/{ʒ mQ35O؛MD@m"εqK#T;z}ƣ й3tTK0 =]a ]i,P3uʗ}䴂uXBӛf8' *gEla;2|H!}+6:G `1_FըJZS12^A?C{QJx}mBwTk=eykbu%'8LE`A=V ȗo,CFAsgq=U,'$lՐFCy2%q˸;cCm?+XL۵*&Ta"OL1H2m ɍ(T3Ga\LY$Y;] #R0:X5O/mQ>y6,[l(·W) `Cr E8pM֫Q> /uG84 $ڲP/tyr4 AzHʕ4b؅Jk6AELhW?DrNdWOSoVѺJ&gqژr^!:EF=6mRot"t3} bkoQg+~MAIfSgM96uyp 6ړHXrր҃UsD$b7PܜXMII ~9&ZCu_4wub=#˶Sngk }nbhqf#>42:3RϿfǔ QsFP]Jg=DTwʉr!V.}5첻&h?ylC]cY=:Iy mrn .d5sR!WLN5 @p?E㉷ {4mnqlwjuXW~j /XJ$<Wو2=0}TJQ衟~~l~P-:rIJUYA(:"Q˷B(6}NrGH`H[NTK2gr45O7y7M nu̇ϐ?5>qC"kwEb8WO5ԀzW/Z\2Y\4{^r+_\9l{۞M"mp:VƷ+M Oչ}bMW( cHaJ xZ~dKʼnaޘ-=demOJl+ Su"yH`1ע ~ᥫN>n: N#i1ҖA-Rg7|;xr2eƋ)Y1rXqےa[bJ Hr 7< Ft@&ك SMUFCLEhb5xft2 2%7 1gỠ'.MxL^3fSovgѕ/i5:fXl6H4ߟVF5ZĬKfʄa)9x[7 l[y,Om9BjDۅxQuGܚ/ GٓN$CE#^elF8˅(&" ƙ&G: $:U;>5bk$ T)py2`23"|.Bw\_;.wdԑWK;yxPJR(,>q6:=P׫.q_.Zjz٫|fHs$`lv i~l̵j( 4m @|[cFDD8Q>L ޸guk*3}_DŽq&Z==g{RK=? І*Kin넎*a׎d{ zGfIraAЗpwJl*SItfRȫ)z= 7dܘn.[m ˀ :RIA_F"{b;z6K!9~]/5 (0FT`nT ȑ'mQI3'KR\t"/3rŔ.'d!2^]dRr٩##Ճ}dgχqV1!#gk_ %--B:w,3r.zDvjAN}".4oqVÖRRy=hNn2½H@ram0ҝi6`媁n`8Qh9˗L{U.-bxXls;Mix;ٻ ׶A pΰy^OgZ]~6Jfrv;$Za1jfׯ!V!}1gAV~ɕ#P1LٷDbqВZ1tO/[`mH+{gvq 9Ut4W foV9>DZSTs簑9Q{UVBosQ/b/"VVG9KrYdJuUeƾ8?-Atң%qis3P~ ' >kvi0G?DܥMAؗ#^d(4xJYN]Kc=QKP|Vb3!`S3ץz lL) m'L:K+"I\j.10>{VyEQQPD-#kFi<'F}xMD a>#~#a{e%׹/Sɕ0Uzu,ˬ=ySr|ůRAlR# :@1)==,-!* x&iģL>eb^-}h /}`M. =n &@9wx8 1#~NAYEA*U+LԂ[@ܴ+S ълE =첢$w,#+O~+>Go 8 &$r4Ģ/TO>glMCHml-e]ِB8s>IQ ( t_~J G | Ѥ ?4Ɯ?˲eʎӯ^ʃu0&T J<:Ɂ&e2r%!$ ~Dv7vVwPB\ȹ@gH0 ? |")doyV6>hWHH^zw4ɘ kA@!Z>{F[j%#Pn0+n΂TSÇ@'"!_ ]?S׉ (DtG0'`JMeK;сbk Hw?%q}W| w_ʕvuʉn\c.C5ySGZx\)vKO D!NU>\-E,,Tbz콮YYΝQ7/R$3jۀ9W]!nAiM.w:m"[K1?9ibLT&DA2i;()CjoQ21EXyV_hR?PKy|tHBQ+(lvSIZe/.u'89}Nd̑\%UT@T̿!1!|2>AN,4x!.>zexXz'ttO򅋒hHSyבURۻ贉 X>'Os x+9p<*tW f$Tq"kَaȽmACr&^DaL%[VaZ\&peZh|?q39UH#M/eѧ y.ɼ)3?bQ`v]u('l.=? pB!Mĕ ^d 5b@Јܭ1ir{o$dxK%2uK P f})F[,[~2jd> -S}z ὦP5?xH?nwL]'}(D*q)7r ~PWRnX@2bX){P;"Ôb^s6df *SI>lzxJ2lqӼ=UtB[u\Fǚi<"-ˠ+cxRr1ťu|rHGZYcvLD{˜o i* %.jGm/~t.5"3rA` ҳǩEuRM: viV(<#*~regAd⦍rcWM?X[uEH,c*J(65KeGw+sFvYiZ5RW# m[W@r6g"IGx[?3* nn<^mac:^(Ifv7HV>~5\xR"7\6 -| [K'\$!װu !+icACO/WS]cvPan=#.VX?`ųa2H QFI=93 l3g+Y7##wLH85(R{P"r ͟o 2}\&dnfpIYw똷]();_Nfԅ vq:=ۊҾmq@0A&DhglKԜrd&}Y]@jnbZu'W j!YA iHW]/ -ηzzF 2ug^ g 6 ݆!;9iYBgQoDCpX_kcM2We!*sK[47yqQ06$v%J=7(sN_4]wڣjyO8>H9rH uK= ٴ4L=a;`H(SDrW 2F4#4 Z@v7#2J h!Ms*άs 4zQFj+ 6':8|Ӝwm<.> 'J2΀v.rdp,: (M מԘI!M'^lƏZ!iT67&.sZ Bl%1'"79F["T&ru ՖOcW_Mc%W-4n5B ' <4U<W/ᑼ@96urkF6ZCA隐rozts},U4F.Y\ P2JY.Y oAle"Ƃt=O,J Pc ;;nvzEǻ?`]t*Ć.x8bZvݷ!7N*>w_mpUXhfI$( tLλXs T^kNd MP xJT6m2tN@ 5zRaZޏ&UFM.Ⱥiq\o> F1ϟl;xo~QLnnYt^^tEQclK&ȯyVQC3܋U(g* (QtU@+ap{+o^Ĥn8lݷu+oſk'lo`ɜE/Lف>nsi *_)M9:E|`$3B C{=uu*{eH1;p~ $8+,F5bEt_ Zldq3KE/4shцr:c?gWqVރk{^nѬ{[2Nβ,AG vs9B iI*qm [Y#wT)G[.PQ72^RIehI;G$^uTZ|c0.QTn}LoˁK*\t(bOEhw"J۝9^{RH.6 TxRڄ1y^3>UЏV=lMAQfTb8T*bƳ"^p^һwq dbrKJb}`IqZilU _iW˂^]@“w\ƲeOŸG.!%WvY 6fzgCSE*,#u}\kN3QTsW@qӨh؄) UQ=2i't)r>K3g _JAbo~C[Fv?k;Yi]^T-Q^ mݼ.K bF@On-^¯X<6uأ#Eș,:j̞겴h>iB8)tD{GREDtZKo*jyosHPzs?i"_9ȏk#G!џbR} kE"F|$ Q0H>6>1AX[XBlՃOwlIli2^9za\.32͗P bfWĎ[_5U-YQy@*,rP6IQf;y54_}2 l6AzA@ $(jCiTM>Jnm5S4H1QZm Q*i‘QHmzZxq~R0TGde:%DERNUxi!Y2^@xDHQaol =@I&# *|jM: FvP;ݔ.!XƚZt8c`P;i pњV|}#5iPo"^# :OuL -c(y2!I9S_< _!Fw)~ĢIPKAvM'Q' $1s4aWeyƆ;|-hutܩs6=984m ep NL[+ErXخꌝR3ibtn%GYNѴ2@}2#a~фP=o}Vd4sRZs|FqCiXv;{: \'jb=(ӣh.Znَ*hUV ADyV3$ ب !yH>7=Lg''PacC\sJT,q7i6]k]fvV' 1N+\P۩mUBߙv-QlPj-)޺7֨1΍.zxѠY~Q՗E*\n7h&Vyޓ@> .,i1VNu;w$V$<ɮi } -6pXu H6|sWСyӰQWyi.".<`?,N!1 ?Mw3o`q%4# 뮡%@VN@y?]UwЖ50P@l@NO˩ڔR{G4V;dpaėF$qT/5٨fPf'>X^r#KE;K(q63sF^(B l}_i܊֐1 as8_`.dY gd2_1.@£hg3!(HO!;^S^88#3RsMFؐx?K,@M캮ձG<&Q"p!^AA}g: @y;zx61&1cJCP;B̛ p%hbsWC޹XWίɅWJΔ<~׵ظDW(Uv`_ӎ‡-Y&Z[A KI|~Fxd.$6j+]rkfm8yS{>c -)@( #g~ !*~m%2}Fb l9USuCm! cư$0}FGi37|=1DOv>lx)XKVosl,=eΤyݜ0ϑ< Rrt0pNO/jaBbz{PMFsFbcP0je6=!reW'*WZ=].GU(}C,=$Cn~0^0g?eroJ) G{Jѯ@O"+^0tra@ wt4+9bˡҬ ⥘מW֞w{處Gb恿ߧGCr<M&@2qL[2}n#8i3d~sC?!!OL5S'R@.>9]$^O 7rMZ٢٬EV K%dƊyM GMut.lDtp1#jA͢:Ç y^(ٸ匇,m2;Ol7 'xl=lWFPNV%nIdE\DHԼӟU@OJ :p]HGܴ-|N:9O+k_^pX\#C#K=l Ԣ$^jtS .ىul}Uդb87Lcӽa:9껰w~̳bf!H[p'@wB[ 9 =QLKRDH-"!G]'yVҙP#V7Vg{}e7H @}G(8_DIGX;-b=R|\ _p @SʆWr1܏ x,m~VW6Hǩ)-$gESlV,]9PE+[,nA(i@ }=)NczIQycp6ZٗT"׼ۨ,wG0+HJ2epBouzj1Hzr3MfDvD PC g݉Tq sn=SH@O{Rp4V$WKK.mq׍.aRRR5ѽG{"PiӾ&T$=>[25qʲ3GrGN=n$ vg v7{ڙ*.BSW%,טYQ%v^#nRR,KMn8NrA= "ȗpil0 HN)RNFgʱR`jXI (BݢY#"GVnevi%7nœJJ!&f,V_u8/Q‘DH&\&LA,F* wʝ1ulLZ<CZoE!z7QQR߭Wꅝ\!CuALˣy-N[U6#Irg?oi_#9aW',C*dvwEU#B(# hE7f(`I"3Չ}2VH=;"([q%s7¹Kj(shkt9?Z-QYȥૄ;~{$wS/@sc^:g7ceލӱ2CB ٸz$t/2z靏z2YeսtF؆PR^w.8*|{7)sh1m+)tdjD,^oG3,bs&6LwG'Vb1^U?x-[3jn؂!I1cjLel|7(^ޔ"T|~A_r80l.CKAj ĖKs,vf&RBR4 saV)IXȀeo!k|$oPZׇeZ{FβvP t" fD+= *IdYg\e63,'wX@Q: c{k6&h{ ;9ŤJU"n֤cݻPΥG%!4õP'Mu38epIo2~ đ;[/`6#"uA &xs%<(IhfO"i`8<,܇FĿ0Kj(Pj}М&B͈[&T\ǧ+NRR1(4%F0VԎ1=7%^rsn=(vB /FB_gz6`NkcADtAswEh<`ݘ^ M}s];' ,l'.ĄJP?_\{{?9Vk̴(ن?M@T|ʺHfȠBŵڊޛk^2~Jž .;r~tR<hvajˇ,P_53 AeزQH0?$auLPX>7 )/IִYlC/AIfuT4:lzS`i YF(ɤMȨRPc.ubv@W HZFj(2n6(J٪kNLo\f^za PQCOuKŒLm|zh0҉01{y\&Ewq, }%^3EqTt{&466M)LAGYUb> > "E:(̃9I_ ?ڮu:.R/+z٘&WC?{qX_OŸVeg:Ox_c@Npᔗx&ͭflTdo4kKCE_i> tM"$bf)|ݦvpه!C9\Uvnd ӷ̹ .@z!XPJyxwY@+86I]^@yqgpT!Rʢt++6YDa083R -ս X"{<(°f,qc}FJtN:tWS~B)@HlMN rϋuE o¯I7Pg+#Qoq@~ng*y:? >zX\D pg,ʤ)[ [Ah*V;Yy֫ѐ$7W2K8mhy.لK c{Xt)fG-J-: 򐿗]$#c I~vIYQ=[J ~ظi% "Eoyh&?rHWEA1;őkA8SF6Q.;!Tgpc EdPe04Z%{|dW1s_̗꭯}Yٚ0lK24GZ䡗J:/Eq*kUaS 冡vXZsQfuQ+K )Kp(IKg+b(vFk|_hٲn=@4\>=ȃ@3r| FG d$\fpo >pJxU` >` 9g] 2QMyJ3{(钸Ny:Q&T_eUfck-pb/&%Ej!3=7K! f !U8Z^gHC@|`x+~C3G¤ r KPY<[SeG,;wezUJf\GBr4B/=tՂ@Z x\9ڲޮuhyE5BElnޕCfA99OF,& ^X?X6Xqzs *-* a?M˭ ?Ql<{;]!g(Qu&3uP䟞FF6#6)$<뵫;ko`xA 9MV4 3u9K'5(oEZs,Wsxi@u9iyA+o@,EZQ֙2"PGK ɨױR|G|@Wrn*/1[Hz d׻ORH=1o(7"^q#FAfA>M{S#x*"T^bՌU[=o !CøcԦv+@h#xLfwLX^jM!=MK\pq˃&/ƫ&X-*: 0J`%|^} BkM;ʫXy1;sN vMιf$Z7'>VA\ n^Л-fu˨eQ`y4v3kQ35҃6fߙ dRϲY~U3K;K0TYXв(:%VʾB%s=3 X>QV ([C%YQoja壺F~SGnuuF>|8v"ڤ H-[LDy5Z7-cOib[]3|]#̻w"lAR-@̑g4w49M:$~+ 3 sa}Wji:r N5|Ǡ9}י{aJ ^֑eTfFėnUAx \ gCG8p`@3ݼƨ$r842w Љ;'=8Rv}2>)[h?Ez5ihQNH~>eS6!1^NP,RV )X2cj'>dޗb;(|iREG#4P*/KoK'Ya$4Ev -Q ]F@#|C኎M5~8Q_L3]"ȡMgRSjPV%˯CwLncEڲ|ȚSiu#)>@|B8P"%!Wi(2 ,*AI `$d!P^175e_Bʓ0V)C)_n*YIAŝ+7PA>疣Cq6 s:(B C?yJwYمI4NnH~Mt}t4;eMW])l3,! :Ӭ 뾮@ u]zǼ4# s_8'B-TXr@z B GӅ #0OpNzRnPBE3yvj7wZ'D#0<1Ow=z.7LAoBO"'&:_;HK!y~Ez Щ9̇)EtmbNaPT>*Ksǧ,]U/O9`h*ksQ"1.+~<Ɇd@LQ 2-=ҾU1 p]~w幐..4zB ;daC6`/zZn$GhCBRY0"Y}"lBuɌ/[gܜpj07Zwzx İhzoF݆^g.^x4tΆb2ltM{V;cM_L<: | s=FNıΚ5;NR"DwFD&.3"B'Zd9"$@' 𮁦96)K$`rJ/|̆`7tc8 R,#MJ1 VjTWTxGhP<ħPD_ _iR " "P>:i;hsTʫ[;FBʻ2Tትk {9Вo7ހ[(c/>\`GE7.5``^^ڨ7d򸮪l<3,:s:gwI8~~q) sJ= :O:E?R[7' ,/ G?rY!3uWqGNBzACP<=RN fׇF#'&1|)4WSW+}*kL?d 2Dyx6"C&IpD/([mԇ$EnƢg\45Ps?(|A*ȴ N(ƃs!v&_{0;ns=H~:`(wyU4q2#{&FQ9Z+Dķx'p>m^p $AҤbh6f_b\w%J jgcs OUaŘX~Te$/J8uF6A;4V/=HӼs@JޓuWMWV>*GW딯Xݿ5ћopZLb'X@* Eu #OPAKdFBh壋G!zH(<Ӄ2}^`L ^S, !9*a%uo6X5IYe9p}y!8 7]PBA 9 Ξ_BF>M+_ؖS+&K̓I#HH']7s@MzFFl#ê0V L. p\HGvMBfaҼ6B2*VaF+^Yӕ FLy;{jF+:})Nj-DցgZ,Ftu1G%ABӡ`TY0+˔f@I/<}LGh8gJ|L4v:Ds[Y5)]W4`frPY;!M$=_^'YEC@Ǯ_K! >ӚL`I{ V!-jr~DXQ%\y0ո/Mh+n)֐6u +èdLd%ěp*^򂵑$'PG5<|4t(*B:a k VqRerI7 It_TPhSqczsHxEwzGw* uiFPGQ+5eEWƞ(XDM2S~ UN"N_='Z1 0Bhc=i4#… 7f.Y/6r5%K7,[)"o(j=93{-H+@!G_vn'%ehL7Az j7%3MrqAHI q|}Gc.{cMPEvX9=|) 44 &Nކ:GvC~ў$!%c<}kν5&a̎G#L+UF+o0xŜ۾-yyZD%KIs}ardw>iS/@O41S2, kL!Z>]c"Zed]o6Ȏu94¿㜇ՒiRDhvQ\NWXZs`n3<ҷHnQ.tlGS&~B[0M~iP`us-+fK)O'X^;aۯ" AxW󐢑H τV=2 a->b36v3Xm3 _c%}E,vWoixa y:d(%)Opz5g!OM؋\U$tDlǮj#a:9`R>v Fc|nlX (?u|ߓӽ e`7x\p„WkJLt "_S 7\WUZMQ+Dsw.Es7:"h <:b\,z*V+q!9 =:H9[9-I =]~c.ޑ /4>\DB,#IU"5pԗ)J+bOٿu뎛':MH ~[Rg6q(ÿ]9Ɉa  e] h>1_tCDxee }AH&-gV_OI96}(IǪj.:@D !ȱO?XE4@ [AQ*AZon %x@Xf+n˔#j-|Tgm-P6JC6qݙ9g7+#D@gޗa/J7>, )$$03*bb9mErl.JRei 5q`6Q%^GZH%O֨s]LWৼrڦAL7vkt Ӵ?*Cz{f}~˔K^^ޕDu)}:A(Q5a ew2p aeVy'nk{zvLYQg?sG ųl.#u8w2v'V[;e{L^ZgnFel6jݹnJRFg0RoXDEjnUP'TE*]bԱם3)~]3|@XSΙ-l!Q}sw wvTyCɗG,qܭep=[1Dr[z3 4l&>U؄ s k. MŘ^͡T%AAʅ~wEj};Ÿ8%Rrz'~IFAB2@ 7į(,(¥ۑhDuV@diWHW:<uxk+ kb~}GQFMߵ>? {.jۚ68oծa_˩Yǜz訋zRnAqsU[KۀlO7x[m$,iNTf2T~ü&MG;t4 ~x+ hͯ1:s2#2K.ɖ=VIckɢҌlۭ=*up;$ujZu'bCYȚBIMXޒ.{oe(uEQ SQ.@+_PZBl?^WWݤ_CQ`2W|]w^ς]<<]ݹub ݿf]ar{=s24|o"M6S~ _;v$Jz-a[%S0AԉBIż6=>w)T`aB |B,A-6g9^VZ?#h76 98RNHaE![콌#Hɪ9)L&urc9]9 ll܂."׫ Pu"aZs*J758JWnic1-K1;@Okް"z#Bm^̨rɁC-&Χvn)2ɆTj&Z];EԝUF"! Cde)qb۾ceI~Q`3HL촤.cD1횞McXqh$9)sj|Fbt Qvc0 l1 @VPʐ2"sF8KUmga}弹{Nh<<|,Y\&<(V_&bv`\kk 0dPܟޓ@_Hmp^{ƣ8(J,*Ce 9G)N֛n^¨IP#܏[dݘ[qSuڋ~n!:o>;^ԳP< kog(1ڵu&Uq#c\1꘷d&c1k POן^꼅f/ϢĹ t5Q_.r^Cs"Pv_)@׌:FϭjՒ4Qo;F/#2NF4pSu^m(5- &pD c;A~US˵T7o)y:xC l[b0ʼn*e5YT*CʥΝX47T+G6?1Ք[Zs  % BE\7mcB^n=+9[%zM&7]51 {V^0[hGaʫ79SBsZB: IbisΟoY1,26P2א,P$M,f z2G5mKr EÀ0ZxYS@ڨk9K\IN;n픯_*:+ 9 y{uEȗחP07XFƃ>Xw/[=~wD|%/!Vw'si*TPptDF*~g(*wPv3>or771$lT h'SozlU-hͼY}ωfp=G[s'󎆠jn]J霶CPĥM8`4F`nجț '_9uߴ! ,[fy][_OV{ڧ˝hȥFI~Eci ?EouۈX-l݋E$KHa="/ iOi`κN>p?hi"b2,Fb'=/.ʁ>S2Әb7ogZ^9񇃧l8(Ҁm`~~q~.lS[w`CIk?˥)'xY>*ކW7]O7MTFPwRPȴ3mJ%1aԽP1Ryu޲8g} 9;R!(]0p"ekQ?`?8 QoAysjF]6K#F%_5s1XZڢq2nI)xF>je \{6_}-@LHy[}߶PJ)H0t8XMR9k܉ 1U,aqKAGջ/֪4*[tS]pW lB1n*hS'`Ap]~M̊k (#}' [HۊX;մX{ql[*D^#px!Z5ytzOM͎ Ŧjz:k4drPεg=#a52KE\}}<+&QIV)$Tn`.1Y¢ŠO!>3k^kMEE 1׹- `sL0,cťt&WO8=k$*;{Y\n%oR;Z0R_SN̑DZ&k mN(]s"vn9mVUC?_ Sz VHBfeI".FAYT>LQ0 v`1>'R36$cԽde2hLw[((tCpA5Dc+SMȚ6kS:Cb∜}(n uVqcvIbNs @<94FDYSP頵3GFEDS1f  XNas,`w0^/-&-gIY"b/]- p!SdV=q3^φw{!oMݜeCEt{8_gNX~''n]\6CBGuBt:HZ '*M=$⛚^ F6ζ;r`QDS'DS8D4(.EL/IӌE03j?ƀUth9$&.Lt](N@g^X:7qz< y]zcevz$rh+f-`5P n77hNyf(p"%T=Z-‚GscP60hF_SbeAaWH۪| EWqiBV$ז;rt7zu2S@އ %@˯=buj.sՉ2R{߮Iو+m<*;Ge@ڵwŽfc0͑U,QSYnuv5p'7td\j@'.<FEC\={ź & t1VBǟ.V4lzi k_u`.֔SD莱sŬNRpQiiH|2DxnQ #:A,& dkƤ7˦ux5SSZdJ\Y6It&8Wh^A#;ܲ~i+¢onl5U0/jv(e!uj?; oGDcY֝<1zP J6 b._e}p,rn !$e ٶݼ1ǞּElbЬG?;0qPbg,$e]JZ9$w\gl1 ʴ침}R]%΂̿fB-z乍:J\&bxC"Tumk"{HT)m-r\p6H&!Ɯ Z-R,JX  ?dR $FZ^ k9}49RE:WJg/$< |mϛwNELhM+e.q^nI悯@Lsco #3=@]7y.VYBJBvQo|gq i/L3?5,0i[ 8O5aAV\2P"?KivGʵ˂QM(qkZTʧyzb/'5{ax?a[UAP#tn436uvQ'2`%E I=B=6u^Dg6ZiyYG*5/dS!B VՔ$].w[%⦦{V[a3maoM͕.11uyi1M-CB<bZ>n왚ksE<y(˲j9t_+< r\HQKu#CDŽtX Ň?%lrwߎ'R;?D3Ӌ~Ss x !AVN,kuR/6ff$G0w,o7Fr_d}[f/zL/;j"۠U"bRlu' ~ngʜ[qVYKA_]X 4@apLF2{pI*3 ʌJk}; W)KbpQ۾̰nbRCRfS87Sa,wMoY*7,2r~Yf gG'[' 7qć{fcŚ'^X]ō]{݉c!F?fM90ԸB? :ݐ=!@^ &HCÑtk<|XgLUk机*~f=y)6M~7k1rJ#}! ߯|"4P|uZu좤`磬%S 'W _ dZQORv_T[]wSe#˨eG~`6BO~|$~='ϫ.Dc#'NhJd +_xbsb>t{/ظQ3,Cp{wysR>;)u=l)ou0&$tk%x&S1E's ^4 V d=(g PԱV̘5ѐ&ګ~.[bx/Fg @}cDoÂCQ`5eP!ɠRM%K&i59!JǓm.|EdK*_[\1PC`xOw>'nشcd=eڭ 4Nz5zP:HJl֞-0c^B(j`mnPYh!ɧo^U+S/˸5EXt+beS̫}%C}|[r_ednz"וpA<'SGu'{ *3NO oZWpM;|tu{8x~Z۟A3XcbD[ \'GD$-`8i3ߧ~j&L }&-YT݋pD} {4 p]a D>ݙ389{!eyd_­ lsm)O剓sޫ9xa+B\i9V7tG<VO k̃iP1`Hl:'!3NW _.AakбH! ).7OF+kh>لi0s .2bU:< `m<0fd >{MUmh4\rcɿ3"m&M;OR o^r6l8g\_2^O]c>M>k)Kss6[ Mdž7n;zCqdz!sL) &BbdѧW YZ