lld11-11.0.1-150300.3.3.1<>,cN\p9|>Sk]dߐ;y~m;G% şwH\r3F&1#B?d  2>e {S$l     &t ( 8 9 :>j@rFzGHI X4Y<\d]^\bcRdefluv8 wxy0zClld1111.0.1150300.3.3.1Linker for Clang/LLVMLLD is a linker from the LLVM project. That is a drop-in replacement for system linkers and runs much faster than them. It also provides features that are useful for toolchain developers.cN\s390zl35k'SUSE Linux Enterprise 15SUSE LLC Apache-2.0 WITH LLVM-exception OR NCSAhttps://www.suse.com/Development/Tools/Buildinghttps://lld.llvm.org/linuxs390x/usr/sbin/update-alternatives \ --install /usr/bin/lld lld /usr/bin/lld-11.0.1 1100 \ --slave /usr/bin/ld.lld ld.lld /usr/bin/ld.lld-11.0.1 \ --slave /usr/bin/ld64.lld ld64.lld /usr/bin/ld64.lld-11.0.1 \ --slave /usr/bin/lld-link lld-link /usr/bin/lld-link-11.0.1 \ --slave /usr/bin/wasm-ld wasm-ld /usr/bin/wasm-ld-11.0.1 /usr/sbin/update-alternatives --install /usr/bin/ld ld /usr/bin/ld.lld 1if [ ! -f /usr/bin/lld-11.0.1 ] ; then /usr/sbin/update-alternatives --remove lld /usr/bin/lld-11.0.1 fi if [ ! -f /usr/bin/lld ] ; then /usr/sbin/update-alternatives --remove ld /usr/bin/ld.lld fi  j  0;%A큤cNEcNEcNEcNEcNEcN/cNcN/cNcN/cNcN/cNcN/cNcNE_ _ 5779dd63ed050fdcb5d88582fd3d6bda503b73356a42b7aca72034019251b939dd9f7e0ee689601cccf553c1a0bdb34ec1c85e9d29c8b0d09377c2cd4e86f1118d85c1057d742e597985c7d4e6320b015a9139385cff4cbae06ffc0ebe89afee/etc/alternatives/ld.lldlld-11.0.1/etc/alternatives/ld64.lldlld-11.0.1/etc/alternatives/lld/etc/alternatives/lld-linklld-11.0.1/etc/alternatives/wasm-ldlld-11.0.1@@@@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootllvm11-11.0.1-150300.3.3.1.src.rpmlld11lld11(s390-64)@@@@@@@@@@@@@@@@@@@@    /bin/sh/bin/shlibLLVM.so.11()(64bit)libLLVM.so.11(LLVM_11)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.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.18)(64bit)libstdc++.so.6(GLIBCXX_3.4.19)(64bit)libstdc++.so.6(GLIBCXX_3.4.20)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libstdc++.so.6(GLIBCXX_3.4.22)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)update-alternativesupdate-alternatives3.0.4-14.6.0-14.0-15.2-14.14.3c2__@__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)/bin/sh/bin/shs390zl35 1666120284 11.0.1-150300.3.3.111.0.1-150300.3.3.1ld.lldld64.lldlldlld-linkwasm-ldld.lldld.lld-11.0.1ld64.lldld64.lld-11.0.1lldlld-11.0.1lld-linklld-link-11.0.1wasm-ldwasm-ld-11.0.1lld11CREDITS.TXTLICENSE.TXT/etc/alternatives//usr/bin//usr/share/licenses//usr/share/licenses/lld11/-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:26468/SUSE_SLE-15-SP3_Update/d38fed82b3e6dd50137882f763648eb5-llvm11.SUSE_SLE-15-SP3_Updatedrpmxz5s390x-suse-linuxcannot open `/home/abuild/rpmbuild/BUILDROOT/llvm11-11.0.1-150300.3.3.1.s390x/etc/alternatives/ld.lld' (No such file or directory)cannot open `/home/abuild/rpmbuild/BUILDROOT/llvm11-11.0.1-150300.3.3.1.s390x/etc/alternatives/ld64.lld' (No such file or directory)cannot open `/home/abuild/rpmbuild/BUILDROOT/llvm11-11.0.1-150300.3.3.1.s390x/etc/alternatives/lld' (No such file or directory)cannot open `/home/abuild/rpmbuild/BUILDROOT/llvm11-11.0.1-150300.3.3.1.s390x/etc/alternatives/lld-link' (No such file or directory)cannot open `/home/abuild/rpmbuild/BUILDROOT/llvm11-11.0.1-150300.3.3.1.s390x/etc/alternatives/wasm-ld' (No such file or directory)ELF 64-bit MSB executable, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, for GNU/Linux 3.2.0, BuildID[sha1]=aaeedd808bb915e0eb1ba0245175bfa25182930a, strippeddirectoryASCII textRRRR RRRR R RRR RRRRRRR Rs+@G*@Rutf-8630ade566a7de68f279d0ee12046c03a82e5ed695ddfc3a9091d8f7da179de9b?7zXZ !t/]"k%rs)= H$M8:u [t;Fes)uԲUҩe8ϤPVGPy;d->+]S]@uA;;2ƪs3픪Т"-(6YꂳP Ng-[-_u% ΀V쪫2 9 7s:j ? 7RM*>}\=xWA 8^.[\ 99ݺpV.h ~\1/ e:`*:`c(h366X·,4Fw@aѼfQ{Q>.6Tݐ ]v!i|GkC220@a\馞C$װp\3EK]{Z+j?)KwB|ɕr9/4h: q[g>}~zb{Xnzӣ|f;z[d ɫ=+DO^lKTm_s`?ICϿ~oўC D:xNd؂O-wЮt)یaXZLr6{7뽜\2LV6[[ ꒄ4 ߬ b"(ַOb xof.\ 7cr'8v־f? ʷhG) *iPlOa-uyXΊ]ou$d; 'N(W m Yq톡Mh[G8Rs pbN~YY\  L!5 Ai~shmw6q07c@M} P *UmΜF#]m)nl$CGFpZ3yʳ1p^)锬PNO QPrz6Yi1(ȶ|c?Gߤ J7Baڗ,:tp| :xJdCrOݻM$Se۲> eLàr_Rr4]F5 'a+ C5%dlKUz[GU;&E?JIX^',)gQ0|BZDsI?6a`|ߋm{Jv4NI]z9G{"lIl5a&Uqx_ Qr ٭O=^GsO*^S2x~6xW!=!~Fs.j92mI:1Q,Nlˈ'ntԶ!@<-ژ<({ؖZܿ&A ~e5$|[s"GVfPdOCA2ﲥpʭuRvh;(G+K FhYTdE7T5h0/һ$C 򌾿D6̋MďBТR6q{"fFMQntM5Vn,ԒV5fJyF $r:>N]qKL%KMuSՋ]f1v [oOkHuXR-G6_i֦k#(UhsZ'Eq..{;` b{ѷhwNMX H. ooO"KSFfd/nf",e)s$S/Nugﲽa?8涂Ԍ@Qΰʗ8kOͿ>@zWS3rCc<︊ď)|%`|/zqa9o7=vPNI1ݨX%cxk27fω%7'm2i-xim W3@gW!9w0ɃU!/;@9ЧEښ튄%8" DL`ң: 5c5YBE! Ş 褔{ո Dë!&L34|PתERҬ:-j }Ȍ^< fd֥|+,ku廢Gj?% !=7$a@ G ZSf+y d&9:7\VTΫ3D=w8Yfv1S1Uk^ŐU-]"o_ [m~uXZ1hnO gnG- EtQ_extj/zh^>(jL)6]r<M8)eFqAUgg==*]̃ZP]UL_`˷`DYxxuR?or>izktLILEMs Z KrjM\3fINM(אV6/.R ,oIK:.8Ԗ :)~TO7Ͳ{:|F8Fƪ _1ߍbV|>Wb/\ho﹤"ۉ^Y~eb'h3Wx`!2ւ$T'4."E)e v=7OW-s+ s$xC El,=!3M"jOKFP/a7u8mO\cB@Q~s X2ykΝT3ֈJGP̻ʙ1y6! AXGYto "A~+* %`?ܲHQUк'RldJo{Oj+Ze{C'4]QՃOCb<;EЭ-$#GNB>ۏ swH-E15%imm'W1{ΔȜ&II`ŇEQ1B`row0R %(fz/8<>ൂΨT`jṠβ]ybz2@9Ԡ$搥XÃўe^7*:&KS3^sFf0TEܮ_ƴ01X$Z=N=ƭo/5^U-eL숂Xb^u_Lgxf4a«ŠZ T1V!5]NO(U1Z g+C q U)Sd>K]."WMƂ r}{R5_c0c42dHIy֘^@ =6ꨛL9뎌=cb87dϢٺ7gpfag=D~{h\$NXy0i f<Ӳ> ` -f 0ցT5CpmYpu}4RR_=q`Nt EcT<7 ^ [Dsu Og 1lGшE`E,[/EŚbi!z|eNHto,!Ĥ`e\ڑa )6*_ fgI&^MohB(v8&o>A<׺&]\Z7=!m<Qb'y~Hy_<"N3)/(&$dn~{n UeȔ rO$%G)=΅V|X5%EKu}iJMQnҕ %bF9Nd#<>&䜳}Ъ=){񸏪= S>= 3 _U5 8 DT/?x"T ӣ?m\[s/y˓ ߪL.3G`v[[bѰI }T~ZRpVJ{gi7D|fypɬ⹀N /)- :8] ]ݹc0cй~q:F;Q} Ԑҗԕ+dU8W$'T`mh: k iV]јx8b&)kYu.*ʝ5Xnb)e6 Xel̩D[XHsfƀ -ߌ2<k 넪l M{r%+v4r`!(6aC=㒍' KSp٦-l#¢C3~R 5 8k5]ϰd7I&sgt2z*j9# .*6/ϬwVƈIj>\{3n<)W(nyU>V,iX5aS1[E*az"f88=n̬R;(vxD 5g QcDXO `ԝ WF63i?(VT iS[OsTݡ:"zt @~'(1vE $LA."0_a9+~L6\[k}l|ɉ N#cuRєV{ AxD-RjN(qMA# 7b" TR/]RLCV?Nk׷?p&._ _ ` 1djuUxo*/4o985?+WU./)= ZLp BR::S?yo 2Tk-DS~juYŸ F2{áDT,IW59em)4A _ݣeϮ3T%\0霢$y>6>Ap_J#n0Kn~ZHϥqfPT[JF!SVNy72OSG".U&fJOdwhյO7na.dh#ND¬ٗtߓ#[\A'kGKayAydK A~?CR+ɀi[b$3 ;%0wp x x`Qi oL)u@n@] &pI ^SMuas$ 8fI{.,E_u(d2h3q󓛠h32›^fYJS3ɼT=j%2lcѱ<(X1\W?pqŀ̚"1ٸfzg<E&n^<ݓ3ɑmٸ’5'ܰؓ'-M~4SXvԑ{ځbOmM[JOO&~SU[RD=vE \PfH)`jcOـ3|n <'[6ir9)mu{gIe_lXOˬCV9uh[RSZp++R*9ԁȭ{c]W a֠&^DRDɖO(>M.F5tL]uMinvϊC<[GC{yD\ h|rrr/ j%vMG"62^_DvKqE}qҷJ.?, eF O#՚꣨#x$\e_JTql7f#׊!#tARG5D ˼r.Ő8]B|.X Adl`zH={u6!JS34-ma'J沆_d_E츟 _>X +Ι8~*W Z}ssV$P.^k6kuN#SkmV-zi}\D \ kFEb>>r.tSN r%2x: ľE'YH{? S$шڪ/b T~ӫPRl֓wdz ddL6?LP hi~ك(.RA2/8]VL'δvJmmBLBS.S -:u<{>.N'9hJ2ԿD[ ,]TsWDebkH63[mL!7<v#N8y-p Xj99$J/٬xS^xnfBzdcU|U8R#6jNZB[RY KbMx;yyډ, ST\;A;Qݙ@+AZ:ﰡ'S=o k&eR>l̶Z 'H:^b$QXuߠF&tZ|_~6'4*lAf8"|;غ,.ApcP0PP$#T%|Xpn y+r$oʤ@ Ҡ|̬m6?*"C-(/`NmkNuu\-Y`{J:Ѻ,`"nj|W˷o+%Jק*j3 SHP^"쾈(yBZԐcn^hkRmhT|ց"V-B.4%|s#"8R"oAP̆aǜ< $s#Fo!3Fc'~"Άl̄ÉώzoRy׫u߱bix7 YEWgа4:czPMS)`jad%ìj/6ٲ{B|iIfr}a@1DMKci# x1zL$%)YΈ1jOg`>@z=Η1(bZBJ-)!7VՒj ҧ%n @h1%Nxjddm͞֊ws{ˌW p_ k(-Stm+,m ..͜Q1cu>=S0"S*@5 ʭdU1(& ĶH, [F ukuuoGqYM`Jis&-IMiqH$ CSάy]XxrUkٖPvbQ$IH*(t|q`J4Ɠh9v' '8XRn᭣${Zvq%/\#, kISg..E $&WZCY6?[7#mfzsϿQ=SBR l)R] hP,#*~+I 0jcP^=[& wez{2M6ոIFDm!RIN̗BZt!3YB4oa![7j(PrzʳИ$O Lp1H#, ːβl ?@Oye@M5CgKB[k=Cf?uPη$3c5.BCjҍyS Ƥ͙{kokwYJDȥ '7,r출sۇc|jPxs(e`[hfZ6;\n3$-zq*l^e#IO-F;ҟG*lSrgD '; &_uM\vPV~޲z^5;[= B:^cZ-&'%} Nh⃘R]GpI,*QwnD#gop[3:;+(?z\1Yw8+.[`0Qxִ'$1B?ػn\*H!X2fiOU}3h4UަPQ^{. t ü:]_mQy5i[!{>3GqGAZP8[ ܖLd)(;ng[7桝/0BO}Q~wf~*/o?rH>>僵 {ΗVFR3",74%g|h[÷y :LbVn惈W6YfyBd=v#pESk ӋxѢJ3,%HF N)t0~$c3"Eh t?^*bxR SG=ԎX@oVxm[ϭF:2-`oBm 2 ׺p;#L>ds~ƅd]*ˠOg* މ@W@*M$rm*Vvҏ)?+R&BLE^M[Jqt-m[rş(9}R9x7~ن%N~T~+`J|w@YѷNI5Z; > LaȦNic4ih 0E2[(%`6hY[iCJ2t$N uaڹڃB<8~YOWNOp$i ֦eh 9H[`fy s~l ZJ#?2,,dGWzֆ7Eu /o6!V˫ɔnYAuU{i5AA^*^֚-deG@Vun`26V4V]*>f+NLS;36S@7uZo%&`cy 0ctO~ #]O8'Q?vY1RjVpA>}zυ8]"EZ]HEq絝'XFK̯Ƽ& -~$-3RX+! RX_HjCŷ֒Xj8)Ny,F}'HO=i: Yuj&HQTVgͿ\e0=|rҝz@˝]y}w;Khs8Y9LO5K(ShHeBA!COQKpsƠ'~{c^cWSbp |o_bD28)j7{:|9/DŽ]ߌF_ ࣣ*ǀ1@ n $_ԝf5z߲*~eC8!HOi6选 5S8TdLik-dNڤ]Qq30X{؁c[d*/] ױK=;>bhՇl9҄4kF@>\{s٢HSY[0ʇto|˽gj)9Oޑ Q,j?%Ue[$ po҇3ymr['/9kM[A(G|1cu#ȳ.DW ASeja(+mІ2qm $GmĖh"ڔ@Tv>p&Ƒ@BD~I+'himَzBK19znt/*%͹@wy86g!=xQуpL:24>b_4" WJx-;:2+]r&gC]y.[.=-\r2yvWUez$Eg51Sh5?}͵wg!D<P_ЎcvܝWۃƇ&jDQ|deNާ ϩ;?b ;3LW'CoBa 1ƫzBGŬ O"[MQm@oW3{D'@BK^̕pB_w[ {)-g)v 4te+Ʒ۸iG}QnBBT;hT8L<5UlU괦d^{BuvKrq4cȦ O Xу-P{dD7*lf=zE԰%<}W>ɬajֈO(l|y>)랑S PB:nKR`̋9U\+B訦 ]cFr'1e~*|/Y1"4a9H*FFakHΥz 嘜#Ýa!u٬w:]`AǙUYх"o ݆F'BZ4il퍇Uu1 8u[%Pb2& m~o8Q\߂.$ؘćS#/xmk\`ljqfmezЕgҍo+ݺ>&H%Պt]$>˔`GQ@QT3f-! {obivhX%Y57ܡb"m]Y>1rαm_[Jp>xx*11KkPFҐ3V2r2p˸`v?h\ʌ\T+jZk.n(@A-m<ג@}.lg}KJ5FNW_Ў8qZ Jŀ JC;;Ӥ@jn56.ǜv,NX$pҡxmU'rDcÒfЏi7JN8_eCVUfBQG]/~{4_a,pxr@x8-P@6' չN)XfS^Kn; jsƆC+\ܲ9SIdFJdțހJy#2z-Z *jلi,7O2tjVe`rPS^sJJUKZ4[ZLTVSӛ2Gϸ1fP3£92Ֆ>EW\DsDo{>4g3) tYwNyiP:{딳PQU9&X6zЮa (ܻ鋊KT{UL\asmk%)ˀK1O5Y1! o3r <Q6{4P u0f Sz)L+=oIb\mu1QW*SK=uB^؍ҚnzHse𢞮b"Bk,]l }s"b~ĐqԿRq?CU2}tLM,|#{RIf 9sFfkVFezyhk^.,Xu=ykEˇo 'QW wXgI OSۏO=:]%Pma+嘺d 6, ?G{~޻אGlZ$~Շrp:ܘNeQ.S#bfƩ=ٓ[:wG }%LXxC 7zj1Zr]񺚎miP-b&JbW s)'m--zdb4c0t}us rҌ BWW6Y!;zPqʼަa"a{m0YɌb&Qv] ߛ3M$$n#an ]nV~5Ha,Wd" d@ܶ~T ⣄V,S/ 39WN D8G}+nG4Ǫ*X)=K6 PU,Ӎa~Oz.s#\ QzUjXaKL ,QtĈ $ilgWsEj[yk{NL3CN̒)PyϺ5N~[19 xh#D ]Y܊(iUטΪO}OR6$CToC jZUo?So`}HJP&:v~ o#]ʧmdӎ1ΓoIX2~!L~-z5߹B&PsPi/j %BGy/sN?QTydȽ+nLj[o]n޲T|!dLS<*7\>CTVAhxEg?0}X%d{N6H$9U{ą(/ⳝLND:iiRI\VFhPM933"ZF~i?IB`M)[QzmQ@k뷅eWѴcSSŽW'KsV`^Ԍ5ږZ7P`KFC `邨h 3Ug=S7^ZkV1]`R1$Z5:P V"89(?,>E}K{}KBXz^aa.nRji;Y݊e!OEM8R B%}=!$]szz"߆5V}m>q-<\ ;/^Fm݆3;!Tn -1GgegE".$w]35kAM돩 ovꉭoOWp#IUldAKm@ ^= OmsjXř0q.*FV&9#Ym"e_X,(SuZ |A_,!nT" ̖N[a!WR~3ە%Y_=kIMVgε(TR&IZ-C}AtrJnO"| k|kdt$K*0ik\@L"3J?@qM`DV *ƇiP+9q3H`.pN-0/U!PT)soJ Yird w)S.+#a#@hq)7,cn1\{ Ѕ{ RK2aKAb ZBv'oߗ_.*#'!Ψŷ*8|S+_]d0/aB+jvKеvPg̎ _XEF~,֯'̽O] $ոi!|/BN֙ }z#ڴ)gY=ՈW ;C&!OL6?\S?2զj  D sp#Z1)q9jf,VZ-}"a v[ȼvO߁ I)>CU[@汨k!yJƯJ0NFPA Ntp/ ;:g5b<,$k`6+JZWG8?ڠk{,H7UƛGܔ:Nd gbxtxlqք;ȳ i=-72m>T0poҠoo`8>.vlB%%+e ⹝1l]wp7 a 4rKY}j-4~a4Ҿӊw >7z7p Q(M*d lps}d\FgLEDt`C~@K_JߴpSoj vGNPͰѼr%քM/K4r ,'")B ȣ9 U<;Ӈj*%0w^`ٮ{t8Wc^+ t&kf!l_}:.Bs g5#H̃d+;e֙Fm=L(LmCS LF*nc˳L,ѝHufuXkK#N*Ι{_QG;]غ5I#kJ kU:H|9 3*ZLzij&5nez-9D];;(Ʀ_Oje1=4iN9G k(˹epQTT2{"#.^͓z+ eL He(dvIe~ $e-I f6HMnIsb|fLa7G*2I%-%j,#dx3Ҳ{ˮTs@.dKyvEfqw;Y{V E]xlVNDtm߅q9ߘhJ79%quidZ5tO4T yK@Wo3UC/C$Ɂ/L2KpS5c~yp9 goϤ[A Du'®AbMRkF'hf.Q` ֞OA.5J,P0șVί$=aqҤ[&vD0{$y^ioI9֏Z;*xN>bKҲhA*BYsېC€x].6Z}N^6P{JR@ +@)Z粎tb8N}PM!ʶvZ;5 zOc_TJq̅hGS<|"FM™ߝ|9ath=:ϻ9Jhj4{4k mճ:_'=3[-:B1v?Pȟح|>hh}\tYx| '-R{m ?Щ0oTxLSd&v[;"3ۨe#k}Fe"z!yDf^YO.ֻ(P=@#-VT|RU__$ f*ħDF:-UK}&cEt蔏-wQނ+MAI+;ӄĘj[ LoAIrg;As7wTi9,MeCQuþ BP^3J(-veʲQbPx%;c?"j9INHBl^ѝ:j:SrL(Ra!R3S5^jQuK:Sh}xRE5o[!6ճ'wQ12}ױ[33)sN {gglL@4uv%{JsoȱxA?r NI)C/@>5!AnE" {ȡg4ܱCAtWj`CU[L,7~=&|Gi=P&rnIQq̿5yln NǐNp@Ed 8:Rh3aF!̱*)t?2*6 5zQBwa;b({` 83M96ulr}SIjGV^Iy Ӑ\9N=Ch=c){l 0C$k* E.I%WsߩgU3 Ty "eSl7 IP*5a~e/%o:VvAZ xvww.NNA1焐s.BOg՝:r(TIZsR@iŦ{?Y1/o$vE sB}-^LS(9}#Z8O9͗.5+}''κdg>BTX[K$= LaRd-=J%Wd2I%θЩZA "4o?ѕ.$@UB(Ma̵U y~@2W;dN iy N J ^.o::  Hy>Y _ Ku~ҚyZS"XH_^Hwݘhf:wvGc7WL .)eH%/͇4˛Tu{IL?875ShLYK e_YE5anTH9.6 T;Ȍ4u|~s@3@F/mLWaGsQ%?KΤqn(O3~D{AA>'ݤ0dEXw@Ƽ~~A.׬P+J\ʎ4jve1ɱ̂AqT@eSYd\g+U;XGCb?~SOY;9/2ГoOk|.9f/ 'tPrBXAyEwC*i7W' Dg\ B=hCp]57.}ckႪV~Bu{)ScF }8YI=iFI+ oxPv< [Q]qڎJsOhz=N/uf@x&_ y!)f)&P htl eJC*Jg2],©E&ԻIO2xϨH Tam7bs^/\5&>e?C#+8PGB8eTiaȇG)6 K+RDE,W ?]+o6[|=4Jsi#eAӇMjqܘ\v abꄥMxq:c;Ƚ)!27mVxr|Z@:ٟ{54]nUNJy87UnHtYՒΌ4.[tꠘcG PlIڸ]HW!<߉pʫ/3IxmJSvo9c\brdm5!±PXj@0w.s2؞H>,(p=kBE$d^(-0 Eu9.fIC;xf3eNv<8c ;֊J)UjI7/hA9}ڝ(-c^ţFEӧaL,~bx77pgf8CBC'}㒧y6F =`Sa (}U_IcL-ХMϦI]C2X*9)`)艽 sѮߑ$*f:oo^mz=9w6,2JY8+ FeY/XsDY;J, 4;JEQװK_u}qӵArnI|HRBUG[0Amu[VGS rLA?:}zCALG?Ho6[ƕDt"2PgvǐytzGD\uT~-e]\b,TVB(U W1:&~ү7p-釘v|@fi NJ %> l9,%ܒPRNY 3Yg:!0bJ'Ɯe5YϚc+Ph3b>pfuUHI1o`kԭߴrKrߠA/oh3a/fWS"Zz[MS<p~ڭ,%5H3#}lRZʆ.60&bzC,֕ik? ]Z(}`=ژOyZ\Y=c nJ;nܳCe~Rbx!qG Qѧj0o3uE:jFf;O dcW≸NAȍe͍DE|ư8`/|c䭯t\# VتNA Y$dX鏗: {쏝ֽwJ1PK Cus6+Ws̛GV+z^N^>ވhOcʡbϦi!xT&dsrDmN2۞8j;vH=MxԠ'TeEz#f` surZlX鞇6{r%O {Λ2ҍz?U_!7-V/[<[aZ{1W $z@A/ /erFtߥIF}|`-o,_cմ91!) oPذ?`d]z@E4s 뷨+<#w޸0O˗Pe뎣bb!$_oCExʹ/=Q|k+7`t64_`l>hU+&~1sFB @s.Ž0pG߰D`~o2FVwt(Hf،="Q{YL mYg`eVC4:Mu{H~*B߄ (_C"D-k" bYzL峸A@}_tosCM xL%aMƢ.z4] qd 6&rYѬDnZY:6#-f;!RܡЗ[K ,(f{`JsiC҆s\ψ}j ̇4h"*T{ RuOAmTu&-2;S ]fe@/~CYvF[T0W,Hh wB;V"5)ōb?_k1GF0DGS!7Y(8ɧfK#j'9M%1u!H&bBX$]˻jKƿ|f0HĦ(KJ44ط\X?Qf񅚺 kbT-a̞9;@wY˴l[ 3³ ")ߍVOPfz 4sB({7BWMћ&&v*]+nd9k tupo\5\V_35EFZ}pZVLG58Otf\vm"~˹emC*\qi3OOULIsht([?eg%'7x##/=T\$Q]*WbAIxQɱ냼^9J +rvH5|KhVROSO5SKGi'XsMw̜*u-n mخB3ck ֨1EU1LO%x^Ը۞BXXǞ=auaPwR eeCϻP hMPY8Qx_Y4HZ=L|48bӵ` +[Nl4_.|h=!WB[4w~;S'霣F)A J `\W /:=hsksw>nJD`p*(bFj5݇*I`$d0;5SaBWLQ.%)qd`)]q'o!R}AXzŰI tގ/QB ÈQQg\r6KsIjv)!ҔIn>f0RR] gGIFNj[1zk{8dx*yyef''7>1 gIܭO  "xoWP2vvh ;g|Kv"@l82<9})ɏM+XwUrRn9\7֩K.لRmsh5bH u:{HtEߨڎnEOy}|MVeXS(SLћǑ-A( ?̯m g"3H_)ֿMF 9Q[!w+1NnL'^)jh2:s)mzK1*Z;"ɾw@T<<6|-8;~c68;#Ro WG98kzϥհ!cy̧i|Mӆ|@6D4E!*]JxG9b^_Q Qn-ޖH␡i| lɴ$Mԁ <4?<ȍn7MXSw[0@}01:Zx>tǘl2zQ 3KG I'<"O<|bd.$ֱVKmIܲ7mFLE0j'f9D+=%{dj>cએ6k#]M"'ÍIى{5}bBa5486Ś^T>˓˔iClȸ6@T;b伩cB3LFrz_=P]'1hnq3]E;.$rU608H́} ?DÃ@ 3{ޞI 1*"ܴp‹#ILhC#o.ۈ7uOECZC2'Ȩ(fHMLp2>3⅚D7EsC7Vud 凢 `'*a}"i3&I-Hխ/h/׈xD[ Ms"qVqBdsZ._']?ޛXb!K ZTy.q%:NҟZ=$?H Ek71Ҿd J*wQb.l2VQ;RAy#ko_O[~\ N,#+WɁwgD VBDRi5olQ۟UQ ?_.J7=y F)OeGeUP­W8F&,~Si f0C pblf:ͥḌ$r|)6<,TXZuϺ ۚ@}~![MqNuyK  2qAbD_L]g(~m:뙏\fSa+n評wѽY:k 0EM@1%BB \C,"NFJvm+ߊ-Po*_}UȤAֈ2/QJGX٠ @߰dLLrC"fIɄ=Р_麁K?܄~l!cQd+ǂ1~3G&Ϲ7,8:^w 奴䁵~P{M;^p?Umb](b7~mU9Ѣ~y\6̤KMd=) ]f֤Ѱ9Y 4u zR8=T\<6dhF0K9G%K` W"jӢ{<=׌+A?6VU >+&{Aa\(A$<6MI[SB\{MbrI ;.P|BTYT#',hWW OhX]1 FEMO5? ˨ *?BC}̱_QgaRQ{ %۵Ϣk6RW b`|*JdL#Ɍ OU\-8\K0 z$s;~Ps@Y3oR_GXEݸOPl*qׇӣx}FBۥx-jb'Veth\rI%Cs&49i=l26 9`@PSXu}&edtg/ݙwtY$n1) Q&/K` 4C?cl*/i(e]S>VJŊ"fRv2Y*zNV >cUN*S. 8zrzeAZΝ17 (BZ;rCj p̦CYFD,9/rޅf k mV1];Gx2mBߟwRS+ P׎N4Dy7~Y.˽9[Ubuǔ8oDCTj f&ptjXhZ KI"lЌ%RiҴ2g9[ 1lGuN9Z.ʼn&lߕې–7M&B ClSyJΞT>Sf2:Fn{'Fw 81gVvcVQ>lu+DS%A3íȹ_G0kd/fƽU-g1Qq P@7ðP*0yZ78#a# v!}Py 6,XQ^?)!3trkpLXj`iPF{H3 nN[a{{)Aҳwkpcjk!*hh\[n+?Bn+8E(]-zkjN҂ AcO8:9@dU(\ 1MיJBw_"Vw?4<n~*K4dIۏ!l )ȧ~G5n˦t;*TWkb <‰QZo=kأw8tPL[^_֐q@jɌ.9>4hrAQL}W?ܱy;ܯM+>eC(& [l5O9ѣ1hx m=űz3-trGc4Xs~q!!G|`f N;!;t$І=NT1Q{"jMT{vI9LVDʍ˦ɟ}t5%@ mFInuG8K@{K pE: X|hRBdQAj>Pݓ"U6i4G~U͏8Öq[HIu\}o M7B 9Դiy f\O}#%3I+x Ųp&q58FbIf:Yd /q|ƨIv9Z4fS%IIӬz1H}ꫭfo`"DG%[#F{єֻ1 D}Ikawrd(:=\9,c"~+|Xp;FAeqJt/hd@}T8#q&qb`-}_^wn.)\bZv7MS}ok~$p+fغmm7R`w˔D=fRk b7 kdv.b7gs5 2i\ =E&lXeܰ$Oze?K:O;ﻰT0|3ϳ҅7xTCPNȤc YP^YCަثt#ƋD4h% 2 s`]a7~ْK@M ,~@YvB=;I.yT $wJ@&_%N(_IKvx|a չf#L|,f|X|LPkg_X)DS H&,OhT=L40A%¿@!V GpսsExUc8js.^^0X:n%3*+=+KT㦋X([V or 7 ~<0rhX\p]vz!MW870.w6nyҘĆx>>Ml."!%( %D N2: czco۝|)ux:mO߅wҭsVDvR` 5L@y"'Nn׳N;t)dWL7\Y ܖ:j$y$؋`NIh9ݚ|c+X09K\Ý}ĺKrsW1`\L4A8_boUgJ yCY"^5Z/t!+:Bq/lu9kY9Pj`?8' &γdtQoОȼ?;o TH E:&J2(IkݵTa=l/9j+P0Ų_ (ՅewKj&(kLS} ADIyL1[X܎;(ͳ,Qv[<M"z*i)p }$v4Oi}\孑dF>Nf4o7Ӊx`-Ɣ]ֹEnےhⓏ%\F<,+sϪs_(h=(Pg~fZ-)kPc'11Z9yJetRs D?VKֵR3XUg7Gqe'!#)pYTr#o5'l{ dm.jRU_>3"̔dkb}/9Rm,Zhh8xM6/fh\S2kEnrsL~ g-{ I 17݂Rrs,awrh:;4 FhzP ؟7 ѳܻëA" qSgA=EY&EixD# N<9佼fնUnypd;6Iu:{sa VCj_}H/t{%rvzٟ3豗>1x TR 5Ŗl Uj5Q6\L HtŒ4K?|jsz-# N!<.G:#\!3r&[O؞>l@yw} w)b<0CElNwp=g^ 3qC0'GL)=HXk>_ZN%+PL$-dG|XZa|<HFi'2@(=@wXp1mt^|=}jb$-A!Q${Q\ ȶ:n?xWt=hEAu$CА[3݈\tk8KVe^ cM;Udȫ) h%$I_R='}R~--1ăMN:٨>w0'8GbRcyq?I- B*ѹi*3;60e5 aq^!D7?T|(^ qM\VM{IEfe %΂c}U9q&k <6s.}R?o( bj_e8OaiT-Gr9K&?B;>S1S9L-\7T0߄}qfުWmƓ!ş0d͖ faxSl AqwO!xsa0X^hvR`>O=^5j#f~\ڋDM%rqwxnMY aR 4%Kg&2o/>.]Lް5ƛ[  VswOjLw끍㙄BB&s:32I6zFy|w|~؏_x7H|AMcJjPVD6Bw\J @#hC$$2;[DOMg߾t;Yq Ox?y'>'zܮuNcNk(lֺbs4@/Wb.&1oI9Z̯Bd;MӢշ&FTRToqׯq93c#C"CybboVk. S.@`1 CUK"znZ2/8Rp%-;3n8ypZ[sG*@ϐk %rpvHӆ@?^zDLW I/&cfJ:3Nз@geMfbj3,10j?gj>XpZͦTs@r"'LM32-Y$|)UZ2h_3 E`2^hvfTjD])b,> j3* pjv*-M-*4~jn0է_?},+0zP`+6c/mK^9VNcs [Ӄĵ|ƯZ4?).:wJK yǔC-o&ؚ#~xj7ybLօ/9{IKdy>g+/ЭG;NB/(̈ܖUf~ Ⲩ/d3 ?<'I",gU-2x6i_Z8r9m (m rC7# N.7wLQ(ɫ&2:@4ǻ857}ϣsR AE[(˻0]Kx;И1 {w°Tb dZ?̎t OzTT뿗t e[ (KB?2()2!S@Ɋi`Md:C$τd(cYevOF,ba]?GtHpR߳VY;)舿]KI60 T FE ڷIcHdxCxW{7Xtp~DڐfKcqր`L3:**z .Foj%DwmVPZ"~~ȼ_$HnvIb!IQGٜ:Cuo&b;˗̿j 8 eENXzX@`VuTRe.;`*gh`crkppDv$Uq=t*=ql;%1j^VO 2HmRR@s1 "وׅ:'R$h7V΍6ӷy9@SJ|ŷ*T\PG̗}Nq cZoUa{bj0(F(qd3Fa\akY|{F_sYnKG~;ee{unfW kr! O]U~cb'Mr\ȑzWy Oty4fzh !v(Wu(u#o|FhRIӥZu\O` ko #Ʒe^#]ؽQ*!}qN YR r A<$'->c+^WzuqS3*~,U(XrqDZPoq6TT7Bw3+]/ZDY3h"P +XsWhjP3_:9\.i؀)Q5;7Sty`wmj2z'@,+dPDB(Ю0g,7,Mh"3Ygi3 c5[cXc]BDP{|]u1oN6Ɇ'd u/!rELMOlkoY ϣf[e1F@O]u2!&!!; Z([gpڔ._gRh \AZQ+(_ =IKYi~`.[) s/ g ZRVz x,p8i ߺ?*`@<|҆9SwknmlUc )z* itLbT+g,4Qgmp'q1ʀ+O O~N^Bb|. 0ѵ zK?J1FKvcLsDgsIZ[ +Ԋ p_-SGhȻ6"^l?/O 0v `J:Ȩ03RJ0=CK \0w` 솥uv4 ܹz+6q!ŷٝ;Q\! ^Š \/z7ꭀ<)0iLeNʑo;}[ҤT"_m1ДHȪ )YtƟ/&ഘԆytnQ ~T6C^> ;$STJJϧJQlɧ(*l#|$Er wղb?#3-3XBqϯ6zI"_bo?qszOL_aYв~:SNr>GT2%*^WN!K8Hl^$6ןm>O:ZRL)uVv= KBV Cɽ!Wz0Xxg%7XGd 븘am(;Q-Xc+˽cmH$n~ƕl'a6ynHrv`5 \ǴiNE:ww[0wEԪ:e%P۽S=eC A M2lVI8 8Y (~C{H6 Nrvix9?! Wd de~]3ҽfwg5hݹ%▗e[~JE. k6X ~>P&NtMkw 3t 3 6MMbg[mʼYBtEk*)~D`!B+n8f쇉LK^Jz +<OtȨ}8W>Bͤ{'0Y$@mwlxJ_KtR-P }<\Vb jϓ^'S =cp)LyjՀO7kdq^N-"͑+S~Cz<}qeK nу7e"LK)@ *T<+8,ZzPѺ^e瘌e.L60W$ʁ8\ }ЭqNwq._<{/JVuǼ6̞{>CpYٔ_1~1FC$ZU1Kg9^ZOK#,T5H}FV IW+Wy }5 _Xw \72ߘ: -}ml"KYZMAirtYX)fV X2#g hG<\C5eik\k "Va#8fu̠@݇ aDZ ">.D5yҋ1J-󩾌L̀'+IWB˨; yys߫ۺc?HW.OS j "v{[Odʂ[H?;,mFrdϲeJT;PA\ hD^μws™>CaGl)Iy btY 9"o$ o 3,[5i]\ hfJ+ga9\Il[у[d5~rƺNƨ-Xi7yoֆoOȹk/Yb{ɐVH7D[e%ɶfx+o/)dx1'u,3TȏD"ԇx)86ϘµMwFJHDzpl?4ֆ*= Sd2kd)˗nsK[~PjDd]G|{93wƅ "|(QAsq&_HIG^Jpt˗Ov ]taQ B4Fнg :NK܃ ؏2Hf&=Q8.-; Ff`W8eF[ ZDlesPƫ7k䠖6ux7s,Z5?7⇞lD@?ŬV4(Ju\4hR>7ڋ 2 /ԿTJE=<Xt%9jbt?Ԟ HPJ (9^ґWk30W od"m~J32BFX*))=9S=Vv;(Ww(@ #9wsUX @*J3ゆ!u0pkW}uovȂ:z | hp/C6g^lІ4^&ڨ85ЗbOCC{(lf}MT8B Zӝ4P uZN`VK~%dԒx @qXSWY"bRKN s3TW*> ΉrF)n1VKH7{VSfQ6w^OloY(nQZ$LhҎƽE<EdN)'n+"!7hX|Ab{E&(rз~=66XhX'J#/rFs`s$j&öxK (ʍ37H΅u@l޼"I9ke3^}.ar/ߚZ3(n`1n8x>"RSLN)l?a3O=jʧRqMDma9zBHPn] ?U'}nΖ^<B۪vdO Xы੦sv`RC{xmPo}Kߖ`N}>D,#\ ˓0W7_3/%\6GPS[ !$ہ|\[+Q#{+`\f9~J_Y8;e^vǞ[[nK{q%SHH3xF[zǺMԓZj<:OZfWh}~mx_L ~g뎁_ݑB-8Z :]#6y?kۭ9x)+cpo DVo 빑XtN "1eE4*D1zKޛ1M mٙv~AU^lέ^Itxn5"-CeNQ*jS+];om3]~TQ~/ix^Y>,0t45(FHWOINSd@Z.xm>)O^5 NgTey?TiLA ynV{z2Џ`)F}Bd93pմv-0%~=5}D&A`R`ŤYywر|$̮B2"**"ҸjQ\VFQr]vK)7 wUH1)2d5:O*"|f098vEgSzJožrLM} }0¾Nŗ{i v"on?Lg )_=QG")'-\$(1[W_hՌg4OEՉYQ1+n\Huvw T\y7FDWOq~0`t(󬣏M ,+Zp:`{DRC 3h%BrY0LطV4`$#rzO.TIKF> e%:,d_;?{=31 TrZnew:!+ApaF =)&p^5 K}`iH ְtXjh+͜ݴo%^xÊa5,1ODʬO 4vjiD8j'A굝)1A'on>tu麾6i掏VS:!6%$#;4Q1Ǭ1ޫm%Msq^a4ױ&w္8ĭBr@W"Gd$cXN0HLӵ-i1~AiθLm`dln2?4UJæ%!{-P`*,P{ Ǿ̩A5&i濢;DSԭ@77>" VHoU5r( *C7Z;//S$ݛm9_3Ԯ}hDy@16epv<:mJmp7) 4B|[/U\ S&2G=|m؞nG0[$IGs'.=G*N^t}GPRXD wR>bm B=f@Q֧a*P[wf[z]5]rφ4*(?ԝ#?%*wn;O(Jm/.Xg k<>L%6Á o_b;b 0<5uN|ݣR6q*UHW|D`Jv_B“|-@_.$nxLپ/8tJM4,~;vi9lmForz ʙ% s%0bM-SY/ ҺhE)Emb;]R9iSo<e!(ÔM OW?yt^nZQ©divfWPk ?_1xaGjL`j23OfE0/L{E di2"I]3-%))PI5g#i֤hwXOoHAE4}\6 ;Zqof|\d"|(МMns[WKdQı U{}04ZJjHE"sY#/eig8T- s+m:ќڂP+@5JW{vW'hoNrT1ª⨛>XqJ•-kM0in~C5"S[WvR}><}]F2/y.eWmWtkB$o:7U~)٫ ?>xy 7zs #^C.?FNVJkCHRZ#*ӋU|AWl!4"wP SX]CjC2ybEF48iъ 뮧rJn r54Q-xz/Ԟ ۫s^zBk&ȻfLJntPQn($qI-˳_3xCh[~CW(R.ܯ]M(ap›X@.Oq+vKd>>OTFcck~|rx1hZ7РEbddzB͋|tm5UޠqVsp]/rYtoEuj6cVLPՕ{x[4I\5> !:9ڇɁ-Ly+'tj((ஏ\γre4"E `sH5dA]} NX{ehG-s4my^8o % r2Εw?ڤ8Ԕ+qXWjc8an]9#u8$e9 l9ê6D ^1R<>P˔XDpy)J{U(K F޻]tKgqԜt <"2Fah| wqgn+1d)ʊ@~1|J^M؎";V554|Av-]Q [r9tNY5Lc2+FWbudsCs6S=G ffS5+ĉBZؔ fE;B/%S_w.A8mbO!5K܄3we'db̓ZeDXM/|g.cV;Ȍ0e>[ԣlMDi|n2&L3| f^XDF (0Sw9 PPD˜Dž1eR,iW QOL5+^+v%Mt"yW?0bѣ;x,]z`kEײ 2߆~oK ꩰ`FO"n4cW!$7սkGT uwF[!ͩcwMȹvËxұ < v}4wzT'YD\`87 _uEǫ?B\.y|rt_aÎ3"/hd Wf$XٿG"m8 ?)''>+t+kq7n7pL 9:20;:7l>FJ]µ88x"Bh La>0HcUD\cw+Ld=2)K*̂u:?]q8|-~jF&K A\oUs lqR7$9\֞W*iYq؊5y; it\-1 'MV3}o!u*fuQϑc#exj{UpWTPgY;dS gTjX߲։ 4BaDjs"PK,V2~.YaALr iGD |AETies5Q`JTbӀ:}~f4ӥ<*U#r3BkᏈ\™0Oѥy?o}Vh8z?ws7f\ 'W̷2sHrgnͮje;V~esHd7.bW $^8o}Bxp&@,?c p;(oR`\y0YgHƭ,I)ؠrrF4>n\*Ӥ(/,ձ9g͙} (:ΠclcUAC[02=Fw\'J0,?Mx=_$]; |טɫ6?a;!/2*BFτpid*DB|1(.g*ʾ@ #~)ܓ(|0bVp}u:`ɻ-{K{Le_b3Ya25tʃrԟ~lyȴW[Lߙ&$˕ԂRV@2fU*"1hbҫ:F;gٻY?e݅:tѵ#`;5waf3%rȽ/Znļ$oduAX}IBLSQwZ.#-L^>Ca|i$:iC'*RԂss۵_SݸB%i7!L1!Fwx_zfFxrMe}a6vF͏( ]/t |CۚsS*~ Z7a L#l!bM~W{ }d+0d6kZDc 9/>RhtIS) =>`ީ&1 }7C#Y*f0wN fŘOrMBWd&ۢ#n)&󟌿>G6:l]xJ>8xM2bGwTgax(1" "[Q * !ËN^I_ s٨,K=RF0wTx~JGzx Ss Gaϙ܎|dj+7AQ߯kŧ Sw>0muz@N]{w]br}W  T:JJ]f O};Y!/5o#XQpk UOS )h-H hVy׌Kz³S[?%F2IAܦ K'AM/8+YƳ>KgJ~AO LXma6LUPzuy# 04L?kJ*WoHI]?cg`}&1Py mYŒ%?ҽd':tyJr˷ aϽO{zLBZ3* t1DG'wDY7N5M`mxHbg:ieA$CþuAr`5>̀E}L$ԠP ꭙ~vu%n*m }CiП[(T;n#-oubyirAgƕ1VP-.VJ{uwa6ީgBrch0AiJsYK!,Eԩ| >M{M6M蹩ۀ%;6]E;o<0Pag"Q:).izus&Jeyu\WBe?j=#Z!ȎQE&/YyT(Hw *}`cc:fqDq`ha< 3.p x並KeadM ^}#-f 2@:LVŞr;En4DbhGjZ Nωws3whed%XR.*=ʪTY|K6~qgo;OJ@NɬRX Ʀ{p_{=|?ܱvj"I-[]kbڂu͌l?'k wPXhOg&8&<f-jNTl '){Q}ΧuUmXY}3qI[Dᔭ {Qqk A)&W2jF]hNlk @u_K@y,UkŘІ}4i$68R~A]=Lї uT~[Y"鰼[Nn^_O2e۫Ƙ 5Y' j{ZWO`bEbe6M< 5V"n@#V;?}3UW,:Cj fvx`C/V;:a|)];oǟ )F]f/l$LRplj71^f=ϵ=Hbf҆f-~ٟr %a=)rFv>*6mݙ-Iq\Rr(9-+U^KUSen'S8tTH61CϯC;(݆Y 8a'ᯓu\tYMnr bJ)Hµ:LX`K6.idEڲƶ`8>%F~ZzФvAS\b-3 @Io;og8Qäd'XG A̤*J:SR;#A0s]ڂLx Q&4?i } j_SlSoJAa焑7'IEDQ/yJ|\ &MYsǷHyP?ݮԧ/>0nV-_m@%R,h%vQ瞑O &ݕL 7J&ΠU- c-Э;cH[?d£ D*w9v| "Gh[KOz`Jsp)cHDaNx,jn;8zXo0:e%)|'JFdkii U+˖ -;A x[v8^!@f#v%>pvc8Hݕh:%Y^u`>&c+QgBI˸ 9.VXŒ*kgTǪ) t]e .GZu;: e)n;2lIzy*B]+ + `1 Y0:Ku5^lYAL{sL>5{^xx7.I6oܦZC8~X kH'C8LcI5,=Nr h\3j{<5#S\BbL} }4{߸48.̵U?cW"+":?tG٪Q|㲘%7+;3$`=[ϸC+7Vq菆nϷzlb\Տ4e8]Kp8;Y{_ %0Ǿrsu]9q>]1YLQLHcm>6˓v ӓWm_a`;1wP_}PmbjO|g14eet 5UNȸ@|L}Yځo2 fT_ZPPDR =kq/ujwX8p:aTY{#E4?Nc(Jm^u"ST(cn0 e9?LDq쒜ɧ:-^c2DA36)]*K&t&Q.5  %ŃwMwaѴH)dC8CU>VU{`&y.#l[jŭ3S\d6F<:g393͓W-VʊAp{ژηp|%yBlW){,.YV"E3ig!w:jо5ps@b4'xUXz ’iE oR4 >)!l*;aOs- vFb~I*"=Er~{.o|C}v,LpgVK >: 3 G%.!DͶgZ+{c5|e3rJEGl7JKUQ5pg$wޡxlA6?rI*mlУ?Ŕ iIb]O"g)4;mXg?m uKt||>P%ÿ-%L`nM{3xK_/;LV[QЅ[V;-QbfB_!bm?ݫӻ@`}>B68>"6__f 4it CJE6F7YІ;r@ƀWt% ZR}<э$S*Cjҹ!xYrRC-)3\:1x㟫xh@@rOTwU\waBJ(\՗8\ {c|9*`eO!֢{p)EΦo ]@ =_)N 5)^m$舸X)dPV PAA:h? )(F'e4[c Hx#.' U{@B][@yb]7CBCQcJo/dS߭\2ٮ_GW1P.EZ Y`ʐ*8XrL{>cںʑ` ژ"CW-I* W$:CtO?RBpPx}{^nȈVb\-NlimvqGl_N"Цq .!łdX˙F c27XOj)|K4d=.dm jPP:IGC2[lC ^N`y GSC{ޘ29߳*5/Mx+q2q?= fi5&4ɰ@V jUL޶i({|WZT]m rs9@şb2hȪWIZ2"j z W5^yE /?/a6;C %ext'ΣD 9f: U#]W~amt(W[5dIW6,4˝p<ۘ?)O 1v]:>x+a=HBzߊ^E\^ʰ~>X {$hơ9^&L VR(HIje·4m7pd};$nE%UZ $iU,'4s =U\Ð|]m[Bru6 $R_عJǹu/;x|Dx Sb /wCw0 :֥sWl⏤I$_ң (lqcO9/hk4Ҍ$#Vֵ%щkڠX{?|Ԙ(:G.F lo]D^_)m- ')kB;dYS`j0-H[ vզ;ς;hR-iюp迨췒*t;9Bl*HJ9ApEDL2 }\A&@CSd%e+|%|fHgH,+D. }H@I6-=& gYd)Qkߘ9N5/H mNhtso޳8ϥ9<4j3* RX"]M[w,ZVmL8@BJV>5 *.0:3ָd+<"fpKgzq6j_!⇤=!>3Px.yu1}s?t؅̽zOY{R_ L8‘5AMW>8W2_Z2!vn%ѭ uZDL?4 C#^{tmM \R8 )$X| c_ `Db<hvC~D hGL);fqR;h/b-UR`$2q'ݻ{6CEh5.oTh8ܞ^v.xpuLǸ)IVq}@|c!DY=\Z)o+vC>_aϰ;ӹ.I<5lFoA?_dSӥ)76Ȁ"QPJpr8ʖW>!t7/?(Iq'@h3eO p2L-%XQ2R9?JeUP˜6SYO,t=c `,,lad3}6l1} D\MV8fA7 ZKN Á,z mk1}yWpkygӜ;4=d^>^KEJz 2yȖ+(iP DO>Q0w>B?*j׺9@(=扝ηBd͡$6鰱@ f>KwR;'٣JiZ}>#(#iS/3^j;&EfPE/BEFkXgVNߚ.&xGZ]9 dւ 9rCsy":6Sq|62yqv.vi*Ty9U"G2. a%ݕoF@:Ѡ3!abYzĢP/:h{, ;z8YLc/HLMCZ*s\UMvv Q TAS?u]Qv2t(40$zqw74wTkV-j9d5o2xg)Ej~|mE :t)W>ZHzl$E66ѳ'-lQmֲϕ"26dO'`6`+yZPku%@ qqfgzbRQ)>솙 'PW9=Ep׎cBԕ}Т!ڮb6yQ2v_F ~@?R9y眐G4$}zpkSJkݜI-C#0> ÀX} / $R'WY*|R Yr^> %p]('Cz{W+5.4W89|b ,#ՀRuZg=Z~**Θū݄?("PvTCi2 ܫTQ_FIz<=4G}._ IaDA$[FV'[1zjzt8ξȢZBH{DA{e3{YLb 1'oe_I%#<]_xܿ=?%3jvͱ?_j}l}q$N͕ +n"cC=j`{f4 -)"I<-{ؐ,{"45̐qaExaW%' 5@#NyV/7!kTjy֒PhoWpF1iKV@W4oTi Ǚzc8v]?_E{\݄$Tf-ݴb!zm>1kL@_J;%,Smb7{k H8NC/bCnjeovOJUۦP,>v/j B[@_ќkVk^H1Gѹr0[9Xٓx pcR#LPPe۷DRs*lpvOD&9:{&?Y nSW!,B$CL]yQGF3 At@fBn'ɵ-=ٕɵ]'cF~vtQ8lS@$ N۝pMt,J}LСe9Q؆p%Mܲݐz_~$&es( GRhk2\9i{Ha,5d ]1?K!C Myf GDNqyd1ŸR?\HaJF8j =@V haoeћ(E1SdosԬ,M՚ lݼ5>I('?CM1N|@n0 apl(QLX66 PD6t#I!NW s½lF/];8 3n1>sxi7/!V:.`Z)Ϟ=quzJჇdk nw"{~Ed/5]uJcq(.1zrlS)!vQ^ՀQn/ 5:՜PJMP7vxOfMKbT m0GsJ.P9b ϵqP^<H%#iZ<[ Pr pK DBAAJcBR@ i^kZhW^nmMΆ3Ve ;u9f3.>4rR9P e)mcj)sZbrZL~W}fFXYJAKAs2-Ῑid&rڕ`3&t D1̩ 6Ԩ.*gTbi,Oq& ?9ֳ T]~)32ܓlSfrYř_i.;C6CvKQ\1boSADq Uݞ3aUtd0Sќ"3aH^)pFVC)<엔9H1]&k*ƥaDC&{+\f0mP; cYS>7YPhTT&Ћ& ZJ ng7mQt_]#Y&Ȱѿ֣q5Dб@,>C;5MmJÐzAWFЗYXiת.Z& 19 9|_PsMw"T1M̎oIC~A0Q8=Ldh6.wOkM'coE&q7W*Cc cX'蟢1?t07 *ey+thM<NZ tNUFG~JS׮^-n/L T{jyР$%1_ csa0.p;< NVeTS"CnW4~sJPxqu?`F]s^T{@`TzۥUBi@{+<䡜d5s єVL4N>bMoy{ǫFq e2V@aa8 )Ld=n*}Yo&Qo3b#AhV)%IŸ=goq@?y%<+.r?< R,SR #VTljH1'ɥQƆf>!Al˲5, u G-Swo*\vj Oc2,U719{{ͿW7^H=rF-;nF gtQPPN1/=kjd;4ߦ]=AE1%=047  Sp's^FAEMPX^31 /ct"U4Pw+w?Tk$ZГԮrahaH4hpͲ_d]<9qɾFrZLTw+ gꅋ 9 ZX=:-ۣڵ'|Et{,Q^SLKi3q0: ;; 9Ct~ʒf[(עآ6/WqRu`qylX<5< ްw0bFnW4ڞ&Ֆ^aNgjLp3k(A!0;+Shk#M R@qYD ٻrdV.Ң5-v]>wbB`g <0{$1bQFCH%CA+J ܽӜtH%^slҗJ+-.V-u`\1O9^)hm8\!!IW@{F4TO%o?Iҝe8 eTOmh P{NIvj' 3C.G Y N _Ƥ50+hq!0`?}2ՠH""t`Tsd fn3|aA=f*MS/CV㘙oJ˸fb[ bny^.Z V֚* ' fKL Lf7eҳͳW󨕔FgƶJcF1~s_⍅H c>f !L]g4'tP.涸bxi+ Rjۆ 8:KmV:I>+ 4F=%Q:.C ^QqA 'm'1T^ ,t]\nkX 6\e Fc T:ŒO -G]5xɱ3z!'bNppFECN /1XoHt37> 9,-c &@*iK qXqv`Ip”&r(D<~.qwD@ )뛽ZJ+>N aĊߗuQkqB=nZktck @{!}Wd?4S, P1;1<PJqm+ /&E;uJ_eJ![*+٘JbtdrШZ\ 49yFA ]?a.YCvNK.Iv7b_-DT}62BWb-@WxX!ng(]o: {t\͗'yf),9סh$۱C{\PbA 0(_]bPcw!\?Khu.l$a)dgSO20LfD D ȐdfDLKc>V8B 2s$wYw7I.JR0xȥ~7 תejmLXn$\2t=B Iq:&tnLb@egɰ-T`ʏ}#l|g# !ħzYG 케-0$0 2(é{X7x^,. o iꃦZ\+iauA kugi/5 "9|t-Й 'O7k_/6|ZDa`k0ۆV@!|PzcR&V ှ3z)ŭAT >PDZ KUB+Kzfߤ:ƎѼ˯э0`S?{5ٝ譴>'f@ <`ΦXrX}Whb/Jhv_Bjâm+rC4ija7;ӒqVWQAvnYK3]ܫL``al<թVЂfZKb&th @8JoOWt6ѫ:M*&hBg܏7t#nwYNDbIXB)(f@$@`g  H;`~~=~Y3g@ҙcqyN݇I\YF׍Rlli*[ 9 K prci ːMeϿc6Tj4ngWr5V.A_~pT:+Ut'ɩ\97CKCFήVM7/Y%:O.BawPI< IfKY@%FKwրȌyxWeZg[7TIWՖ7>Ųj{^AMVm=} .!^40K2ZL84M-僤CX͸h miUiSsRRjÓu Y3.u9VhIdslfr 3J^a dyX\WP Ӂ=]6\X{hݟ! M>?u|n 8~!lA8o{ jCV7} 'khJ;SnQVzWp0]|p#9JB=3 Oen?ht p{YRDc h wJ ᪱r,FKBk&8P}\x$L9 :G"6d1?ѳH=z'=?2D X'3Wr@:8m usxCY:ky?yJ41gAV!!a^P\E Ae9#33 n[FFO*!q5.b/ddo(z8gtBͮfg۾p$ׯQQ%j0qD9u @)S?IwfsY5 c4Cˁg3!67P &5sCb]VPT6oiuLȼ`=aԫ8$ Kݪ=ywo73Fw4^zC)HV &W$ 6Y&z\ueE^oM!( {@BLC +?J5rg3p2V/9h snf*G$dLEb<,<B.Ɋ$-&Mmf4-:V[@* "0&Dvz^>Nsf V#_:é>avׇNoƫ**pCql\NԪ{<]uʣ4dDj1 Nr!iuA?.^+4nGd>o߷Rf;]R3;O0ܯhZ }c~*9_J:b W݊{7V iJ0`loS,Gm"9| -)uhש[iڲatC=-:Vl^jqjML΃ȰEuUM-,Dz*i)"]Pз p,b#ʣ7 `Øs .2,S)q̐k֙qhe̽L.}s]locр!N7x{G'@G MZ=.1 NrYCq_VY Z{,/lvt U :;0YdOgtYV/gy1&'u]&Xe qP GP MNG[O# VcY[wb 0Xt"$4+BSksjz{wVO)_۲ _Qb=nmp!1 (f[@L2x/c&?(&ދoє,p!D |sDiD` 6jCF)de+Q'UBVd[K_#v֠5P$*<ن`О[ˍ{TӄYh2) Q\kP9i '[]*'}uQ A!5w7}!@ۜC'U@Ȩ@ 2 jA.0RerWUE ~w5Mڮt 3hp먩`Jgx%)1`/1; Dg {]!~E "0Th:.^nI6(b@E'8f[&t'K2?sM;@>Rs_ysч,FqCz$3+f*elhUTfEHl',3F%jŊZFe1Br*cߦ87Ihq%%JfOS̓I}&AB; f, ZBh`ɦB9ۀ,ٰ j^|Ŝoroi}+D̳q-S:/?(F7ͥ}n'%\1F s7Bw8S=:3 LK1d|¸2G6y+Fx=g.<ݟSaqvҚߺODץ~Zs6@G;"ftJ3^9d>%sjnF*hfx+ va@LHHZZF3 K6 WH,UQr&c`aMvw+ $loF꾉]i^[%?4>t\H~}_ȺkT&6?0cN)2khMC3mSe8:!dMBx_D*(@`Ȗil d7|M/myM^7KBy,KS^iB!Kв"1B؞$Q\g*lP=$_@)9K;7s6tb8B;Nꤐms_zA;Fȶ~,y:oރ.OXЫ,2""69t߶t^WHcv&w"'U)r1 }oɉڮ|YgI߯drg[hn "DiUҭhY]_ɊjeK./%Iwl a(^4CY>8PU4lr4up 8E*2xS 0~,'+>K3귤pj'Vgᔏ;q%E:P89oi.!+ :kR/TNX;C"> (QUV| l9+ DL00v-@L[PU Q*a*"bd tһ^6{( a3j.aU߻^WuUJf0o5£ӯnDMxxbM;0voG$&"Q gQsX+ #IoBۤU%TeV3ҿZ:df##,u^X;zVu2SNt͊Txږ.el̼NMC_Dd]`,H@ne*pbIy,;ayΓzGկ%MVM=M I͵bE@{ZYBu:d>fwWлeׁ NMI08XAFpփuꖠH3lP% ͳ_{WbS?PO*&0q/NS0s,t!똻[ 0=&O+Oc7 DR&MIаߕ&5t>ηeD3rS͉ܯP3Ĕl_IPnlr9뀈30zL=gGKZ,Op[f0(q9]M{ cMLR%6Ә`ebogc Ӕ4)-3bjג`p` WqrFj@tJN&:Buʰ HI!@A Koy4YXz2sb7IQuPr(ȞVu vwV`)6CR*GΪIs@2U96W'Pt:Q0lu%,MԹ}"de "A=ܘ2r䀶B_eMewDvd5v7B- ﬥ]?U`͌ /)񺵵&>4HDWI5s |pPkՠվw/ֶi"a9`Δ C& sWmo. @j͝K}2ls%Ф2f;euy%K _=qR:3‡le "/7@y:@\O5{Q}\,=Bd2dmyjD~rZ!Ll0=B[kYad'2;R֭xX QHt{,L ֺzx h_;r8З=qlnX6&eBcJpt@Ϙ,EmS#!2<+? aP EG+e?q_Iz:շ0 ;gWst8 $NQ!(QM9rLPize5j8ϪKn=Bϟ4c *u!0we@Dub@B*4.}ݶ#'"[Vw 6E h!i_rrYxk?えjxu7糴Yry(@RR(Qa -{}]6 |p;l]P<'ëscWoX]@ (f7SqJCwaaJF"#s2-`~hJ+4=tA! Z#,p|0Y X=sttfU3ёsE%E:0\iZM n@LB$ Ѱ4ghtRF-&̾eQR,pt Y"Y^mmʁۈբ54bŽ2c+35A(1@1MBz @[!N,)f+gF;@Ymy:] хo27: FB5_{5I研ɂL+;^@REQ8rp+ȭ\hCrYл22 l ']M)ċDL &/TPԭg37OPk. !IޯN!hױ\aBڐ7H^u*[& ݤU9䀁:;*nF|&^r{\IN&uwa6&"+T$C[c*ɴJK 6Q:ʞ3{u5Cc^L㍾%r_} 66xTmAq,3V'7#w0=>LZ 3Z@@Ƙ,%7PNj/,ԾxgNd;)=-zfT>Mwc+0DB5WO`[ S7u9P !pׁ`R@@@L/Vl zECu- xaݰt6әubX,1Lӎ}sMcZItp`C> sHT+~/^ ?؍;_!@RŘ2*Ycqi#D)8<Uξ^r5K3k*)˼]|y).g%a5OoV!%s"|q(q7t&)ӫ$UTKO+ym1)l(P++Rk.j'/s?]-"]<{u7Q4Qcly/sʛ(&0Q^ #YAøs16FAD%[CX 㤩 !Lj?*MOwZMԐ+?Ch[7knόkd2n<,=}?մ87H`&2Ml sEQ)赸N`K/*Z)NX|pZm8wo{&l֭|4ǵiMmd;Aټމ]Ł )TǴ8`Ou%'2,|Zu=ܬckorMb[ YZO`6L `+'SH`&ȘY!=6Z:C0aE;+#7}&L&[B9߁Vݴ9=ډf}K 8)'W4}*OϣOK^CkegaD c iC(:frzC0!Z`!Mj[Uk]BdWHek1-t rcTBB,XFU@! SLNzX mXr|kMo9p]Z̸ 1eY7DB#T􌧮^##f* I$k یW Sۆ8؆pjs擺27~g Y8qf[J@/j>^{=_l":=*{_P5{ƃn"6و w-$ہ}Ġ$cш{HeɏQ`̅J}ND-(0ZMDЧK,ۚ)j0)4]ϴ hn)u".)ذ|O&>t׌Yٵ2 [ qvёu< F?K6\i^zW||35kSYwGsD^BkYL˚"fVܮJ2[ TH_G|=,u C_o|G离CCWo?1s08} j Y5|5YL̖h$˞ /<_[wRP^K:kps}6v.(%ĕ˫aSu/j"Lخ7?aFކc{3l贏N%zԨ<>V5G@|5x^QzcHwt]1'6b;4 %<~M| K:M vWD7j72wz51|+3nN|Z7BE6[Usil>9&Vk\ߋсm P 4yzC-q7E|xOw%5[ꭱix;y2D [RGlط ;YgܘJso /?xnBgT6grQ[au'έϤ1{1za0-w;)]H#+ @@`5]o1tπ? Uugu;7}3 b; :Eco 8..;K.;u=C2iNRVƒb=QȘeR Sxu AK.jiCx"ֳ#b.&@}[cwQ8dՀY;>}|L(L^6̀deKܽQ0Dnو {SIlw Sp:6gC:Nu\C#ZkAg qwX\npZt=Ƞa =Hg1lgc V]kë خhxRyL(‰&}~igRsd Np4zq @}B:] %|?^kc+3 Iާo ʭ^*5F%CJz/L>nzҧ^a޶"sUq9n+?;MĨ` X\ڨ4x//'^|NO1|=B&^y_SRkY^_'a?ܨm4.1_g a"/Q4w1װ ]n}0H=Kv0 9{9~J{|3S[⥐08QǮᏃp::D=&[t^ZZ 66j[>?wwHa?{!ovK)9xef޳-muTawWs"b} ȯՆ |K'o@bPX|k_nVR`5|r124%z6MCr 5}?A٢+BP90[Z,l_bv귦 e?峬/weqB"+0*^.5v9/4ɍítRh@~΄╀]I}{~g`c$DZ ӧQ9AKg˽cKfw`U}4aVȥ Ž@(\s/'Q={3|O]ɍk 3Qm3} [kb1̟]í2KuRorYfExU>֞ZMVs1%j~>7\V//_nHF3-P 0sw|!8A8L HtTTKr7ryV55_!9yjaLCJ`j0D N{@NT.ϚdSvjL5MԫRLn1vXgm-ܔ5Z/sr r='""!Wz[m\~Ob C-J(~MmnA$lEM94v|~˩]wđ67_n]IU@pΆ)dP.㾺~{ .=ЌM%úmS8y;>ﲹ.] gkMsbefniA|\*IV5c_mwΗOEJ ]9\iZS6o9Ӏ|V'Olm`aj$̴]ufAПiX4>?nm]aM5f[To=%`u+_~KOt^ P>?ZƎ}+1[n|HVyp3@{,4OeI;㶺5D?\@x_eٿK76 thr~;&v7p6çn_ ERR3uv\[AA*4yAPSh} 9]Kvw>FeY }U7u/j~&њ,(1=T3ls[c05vƥXnԬFVqsw>) Ԅϻ.2 i6 Dy/ }8+WSy>gTlmY*ɼ9jC)3|_9ˡ׼|~Zr7/Z02?4 %[ ޵x>s=1[rs]aGU9'¬zw H~|G8Znn ;왈+fy<5OP}i{Ri{RڀH'4N(g$Ȩ|y'y:sKfCAَƇ\ Sv¡ZN4|5D a7n<1q?pۮHtqVtȇSg/쿒+q]Rq3,+n1 ֻNh=0Bcb)xOXa3>?Ӎ=0 ˍE?$0NKs)fG3[?|\Z#2-=_qƲ8a[&WPfѹR A.tCEkeFSOu$vo_h nCM7uf5Eܨ< Ra-i~[Su6(ࣦ:l-'36X*B#VF׏*{8k}:mj˚ۖTw+ۻSjt?^tpJk&ZyQc^ٮnё۩pt}46pEӇk}檣z{Igd:9o\FkW;=q Ԏqsmޝ*r.N&ٍ 1jnCOˮ,u&f#'k JM^y{|:]\M mޮwk7֙|6s^Ww$asCn ;{f,]A]oN9syVYC.Gy^[ L59|7 ѭsy4wmvnQAoS)Iv1ğ^76U&^߫>$ƷHH `.MTw}"WRr57lZ$#YYdUPYDh$zuFywiK}dT:;8gr8eW?.vt5]\JfQiQiyZuRuIgXEF6۪) *~),NܕņuwCJYrvRU)TNT{Eu!sZ5[edc[]:wW߮wX_.cʒivbH5&Z1kcI6ƌV3LTQصɤQnc@kDOuji*Ԛ5?Cߢ[ Jgg'`$w[iXPfgW?-f{fU Ir#m]nmNjQQAy8r"oHs8?g>`}^;ge3̐}uTtR$Q1o8*IPB R("U]jF]_梜4jVTTk RĄB\ydLuv!CR5H)CB4(õVR @l&@oМ:Ңj }aL 2ATm:rEw4f~b钖ƻW<.:v'uET1eW(8Zu oomΝ$I1SkrD hҝ4hL' ^vk-]d<)XeSYrÜ!%#BPFѢ so:h+A6&Z<_W 0\* ,DZFش1FEZ*hT[Qmynblcj/-0~=3 Z x2jD oRRBq2*M#! > 5 ^B6(/Efh( =X.o he&io!/UTeNHdz½^K^~ M/̓:=+9ӝ~{^S!?5 WHC}ǵu8M'.tL̕^ɶG-l~ |3?Zq1kˍ1zr0TR2JA#)„؛$ORIGIN/../lib64libpthread.so.0%[D2&G}qah YZ