lld15-15.0.7-150500.4.11.1<>,fp9| Y~yy9K8H4lmR@qƨs+؋hń\_Xv? hbdَȿg axZA.iBHwpB OH @@f/jpj~/!~am`5x;kK3 cjG-k02 !n`ck"Ʊp  H 4C|-FHNhlK"CM6q @b_hB&l n G8._0)xd Kq֒/MTS>B?d  3>f |`4|      6"" k"( 8 9:>'@/F7GLHIXY\$]l^bicdefluv whxyz`ptzClld1515.0.7150500.4.11.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.fs390zl36iZQSUSE Linux Enterprise 15SUSE LLC Apache-2.0 WITH LLVM-exception AND NCSAhttps://www.suse.com/Development/Tools/Buildinghttps://lld.llvm.org/linuxs390x/usr/sbin/update-alternatives \ --install /usr/bin/lld lld /usr/bin/lld-15.0.7 1507 \ \ --slave /usr/bin/ld.lld ld.lld /usr/bin/ld.lld-15.0.7 \ --slave /usr/bin/lld-link lld-link /usr/bin/lld-link-15.0.7 \ --slave /usr/bin/ld64.lld ld64.lld /usr/bin/ld64.lld-15.0.7 \ --slave /usr/bin/wasm-ld wasm-ld /usr/bin/wasm-ld-15.0.7 /usr/sbin/update-alternatives --install /usr/bin/ld ld /usr/bin/ld.lld 1 if [ ! -f /usr/bin/lld-15.0.7 ] ; then /usr/sbin/update-alternatives --remove lld /usr/bin/lld-15.0.7 fi if [ ! -f /usr/bin/lld ] ; then /usr/sbin/update-alternatives --remove ld /usr/bin/ld.lld fi  h  2\;%A큤ffffff.f 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/shs390zl36 1722619060 15.0.7-150500.4.11.115.0.7-150500.4.11.1ld.lldld64.lldlldlld-linkwasm-ldld.lldld.lld-15.0.7ld64.lldld64.lld-15.0.7lldlld-15.0.7lld-linklld-link-15.0.7wasm-ldwasm-ld-15.0.7lld15CREDITS.TXTLICENSE.TXT/etc/alternatives//usr/bin//usr/share/licenses//usr/share/licenses/lld15/-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:34968/SUSE_SLE-15-SP5_Update/25e0d7b599d0996bfe3395039b209c82-llvm15.SUSE_SLE-15-SP5_Updatedrpmxz5s390x-suse-linuxcannot open `/home/abuild/rpmbuild/BUILDROOT/llvm15-15.0.7-150500.4.11.1.s390x/etc/alternatives/ld.lld' (No such file or directory)cannot open `/home/abuild/rpmbuild/BUILDROOT/llvm15-15.0.7-150500.4.11.1.s390x/etc/alternatives/ld64.lld' (No such file or directory)cannot open `/home/abuild/rpmbuild/BUILDROOT/llvm15-15.0.7-150500.4.11.1.s390x/etc/alternatives/lld' (No such file or directory)cannot open `/home/abuild/rpmbuild/BUILDROOT/llvm15-15.0.7-150500.4.11.1.s390x/etc/alternatives/lld-link' (No such file or directory)cannot open `/home/abuild/rpmbuild/BUILDROOT/llvm15-15.0.7-150500.4.11.1.s390x/etc/alternatives/wasm-ld' (No such file or directory)ELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=f9f4c083519110b175f5a63315d0ae1f9d9d73dd, for GNU/Linux 3.2.0, strippeddirectoryASCII textRRR RR RRRRRRRRR RRRRRRRRR R RRJoܺZ Lutf-802268a97ecce40fe189a1cf5acdd29f7f3067d500c390b3be5f88513d6178eb8?7zXZ !t/?']"k%n#N=*Ԛ䑹"E'O?{24gl3 9- YL" GfIt9q7plzM94O*0rE@?y7F%̨JN˵17v?L'q$LK4/W)A( ew1;Dž]3~=49a1B! LXM IF2 kANQ pEr2(G>nQƒw+'ĩ_$qsSI z~nOm0WHw 垖k vw@P b #! M#QŲ*)<(~yg{ T!K$I]hoi3[t8nY`>PDf .hf}@~K ~H*1xF4o[zKg@NoԬ׻7&+r*%^Bi,FrDbԂXŽ~\~9#[0"B M 'ӦQ;'7 *7$Ws%PPڑ Jt}De/٢=s0X^r](T8d{u-6FPy\B;Poi yDDv0[cVGkVG.~fråYsa1x4 LJЖx|̊nzBKdVx46C&OoLXq^ w= {`I X?Epp,L7 Y A9Uܮ("^4i݊vE,o3O!& ^'cJ9b,sV0gо\LKViy Q<5p!]~E۬\iEjJx{f] " 6ǵ̮n[9؛7\SDb}ߖ9@M^2159y"(7mz .j%s A6x7E=6cl$a:pTߙ9{u܄`Heĩu&_̷H;Իl* j_<'.Y% 񄅓+!ㆱ#aĴ&+:J>#p/ WbSf䯂qIw;oLT至jeev  AՒBy:R }ʞ֥حFẺGFPދ*yO x>nvɄ,_^7.9+).9ϖ5O6EQ3)SʒuYi ⹖?ԾTwZ+˄WA0BL7JmGsa1+^Xp Ӻ?_ݞnX1{K`ISfП.>~LPfKfy27)͌̀r Da/#bTLcxCZ)bG6J;yauw%mzc95Ku}Jqcuk۟W]ZOmG]W+/ (]Zr*+}S3kAF8Op+`APL}aɪ6+LD2c(Vwص=2BtiQ"+lݡwҲ,GP]S!|A9[9x2ZhAǦ,8~.^7T-/f#4W1J-QJr3ĺR.l׆}բԉc$Z/?ԢAypovd|t)_;8Sh(%`#K_`G7qnFq'WQ +J6sL^ݰ>ی}!Ѩ@րZ[]isZ;kfŜ${ ,Dr:FӺU%Y0ԟglWu ؜420#U"[VU٨ereGm'M(YaZUMp$>{"?.'#g ܔh\Swy{ثhe/=Bliߠ="븥s>9Մ8" , hy529vgaG([jCXxmV4' xDuΈ\G ^cKuvo&9,%Mz_=(V}R4oF4J?kLnbcPN爽$]RqAΧ8.9޼B8vI:Tu%a {@-?~ObuKg1ޫb_ ]QK 9+#*Pn[spLog,.֋yD~w:{FLt/X9 ߯nk@_gḍ!qVw& \amP⧲BE+UfQozj>8^m;ُ";"Hk-/;` Oܰ?2akl6"T!q;g"a 'lRpj{KW(PtaM6xV9#en+SR,1LVjޞ`oBw7f1OC X924^ŷkW\ 5}8ʗo,Kg6wK;LS&̉^9[ aʨY*#~O>&~FtesB֮;G7Am|֗ɣb;*3Qc}6quUdðF<:ޭa|se jBI{"2nsIojfZ&]3n(ٍ^f#U3bkT=mgAZlb*<+͜)Iҩ!%0o ɶ 8"o?(/oK$=Q W{̎~ĄK}*aN]]=?n* Pv0AZ:|b?m;ϹtTm?X|gpYY ͙mtLhFZ9m{ p]$c-P5aryMVihV2>Y0peUu>L!%| QC ̧Њ3S CgqװB}r6}ưʕM`HV e31GƐn{dә1įr*ՊQ3>'&EҾWeXsK9XA\)r\SrA%-oN"qocXU̫MM(' @FsjL}U$Hr`ܖͼȔт\%n'#Jgm,7&2ˊO:kbf ‹ &7X#luG%kRϧ~rs.%'_HkI/0"5sL޽'>IfʤZqNq#߶i!"ܯ9c$]j;% 5:.eQP434`OG1?cc FS)qD:kYx41)ҷ +^ߚ>5iuDޜZaWf6֋'ƃjz+ȾN>jZe_tҡ J1qr5AtਤQ5WW!1\'.PoD}Ԧ: zs%#5`\r28&\PT^B 4au|J|W+ZyI )iXͅB{mgк{,LCAt;h}2Җ/'j P^&QBs{8э"S>qױv'XKc ~l=)jVY,9@DK.HeNϋF+ _ ?A"xhī)@AdM% ݊`D9{FP 0K\=݅7#awn}6pL-ժ6f~7ڸgBH9޺`x]T}e6 !,1 b |ks5[ E8#@8O'KtNl%tD*7Y!t9]Ta&2N}1}Iz$fEpDt 䜶94*/ˊtasT9QE&-\J@y<>,vڵZ{gTQC#".y`L/<_Ŕ.FG{w3H"ATG˥$-L{DTǵ5GHBLذvFg#N]UlVd /'Nғ76~aK\ 5uݲOM+(`HH#@֊&߮GgJNк75Rq k t;1!ę/^'i gwu^yu3wQ2?#^LmXh(S`,ll> jJQpfdA~Qڬ58!-R_6`iЕb?X~e$?2V% 1e/+#Pj%FiK&nJrE ]Iʺ'b[/D512]L߷/eR k]r9󿂬cMڇΊ&qpwDx?傠Ř6)\2P$`pժ==f%Jl'~xe-;wLƢ}\*\Kh1N6l zr*L*qu!. @Euq :9x+w{o2Ox$$t(cMz ը,,֡ssFaTl)~-ej3{B,',|f8gP4x! ̗c3~F(fHK4]1I cV"#@%SlczۄLfj%7@r`R7 gTkTrX5bRG2yW;Lbu=T "}%VtjPoY;<0]B<4GA导-|p<ܺ U$ y3 =p8Z'å)ԺsV{=5j)AE)'yLYaCx./t 0}Kƚ7ǰwm.z !EB,l ojώ$#єA^^C␦.4󄖦+y$ #6ӹ#cp\{olbB#TU]S:x40XHX!LfAv4D.|咲ρH_g/Xܟ`23`f>$MdŜ$_yG=\Y^O#N&j5xgŠzQyfF0A6ɟgI֐;WKMUгv ak<عa+w 063OD*=ݠ'.9͡xI9e˳y9[' m44 Ka>JB  -3vdt]je^ģ=krR 훙Kr^z&q{Ʈ e߄-;'+u)xĴ : 'F(XY[>dovgȂy&l8$,~*R 89ŝ x _@='$P$BIUw=KZfkF>/ gqa?wsn%؃#F 6"-E0%o=܅q1)]ã@tl 7+ T$gy}n^rPҳvR>ŁWҘ'Tht۳ZseȗhOc&B׀}GAd7}wc!{hjļS1)dt&zx`j^o@ J/kRZUCH;ǴpڣXD%=h\/YOpdT4F_sSݤG: ~CK4id$ -e]Ѽ v{˹D?l8C3ǚ2}lY!U(E YAU@du͸ThȆkQm{=x/C}-=A4Vc-EA&>`ў坈b=۪Pkg@tETc,(5fޜf-g ٮB RX53q݈=n3`bd@6aWpfhb 3x}>rfzNUFReLd}zQ0vtJ>n+wպSApdɅ Y!0קf`EfဍRJ \FRQ״Aлru^ g&W r5"{ ,R 7[klI&͸>3Dh*=M~pȍʭ%v=~Rˊ]Fok jɜQ?[~?20NV'^{dTBrV&/`ig¹q%u`^ fP Wj> W@izxIr D+HZϼWz-̳%5Ӿ ]wSC@=&ʁ 4q䷆ 8{fR*{E_1|A'i\w :TI0q YSI*1 (vPB_zS^IӰK%YqeNaxYD(oH<{3h:%MP;ィ}2,:`.e#?<I{h}K29H .ͤH=P{#tAW["{e$xыn{푷Z% V0U.k>%:¤h!(V,wG\6FfWR)$*_&˔GT+~DO}TiOcw? Eлv1qx߯0(LSBc Ďtp,=Zy.+̍4Az k>IԂj+bl<y{F*|?|D.ۿ)ԿiZp*qEi#owIq#Q$ BAkY=bqR;-ʨZ}s~Śa2L$uLb{e"ViyQGsR\ɞS$cX{*tSU`(uu !Q1(1~IfVWeN7iPJ6|zT>[f;8Lq.*Ad!~E?RÈ+$7"mH3\W!ZFAzG0HnVu6ZzX}?iLz .)KB7S١~pDR/*}'Hd:;9 QT&U`UBɈc@r \{TEƸj x?O=EXB7'Z&5߬R470In۱AeɌy=/!cY[Lp6Rp&Ǹ~wJSί3n4KͣJsK8/LF> Nnj(U5asZ1V.y߲uII5DC,krz.v."U& Úh6.4o$`vB!YKu*^ـ&o!H!71|fMK@LnBvmU zԟń~YPjGvv#?YJ r#C"Z~ کY!ѠWH V0|&hǴ2{ A )ɰASzx:nyyNW2_@Ȥ`9,Inw u ly1eA&YrLiLW0@O̦N߆{MQ ( {+S81)vn$lt{PY\ l,G`FQb'^?N;1/&[( ʚGT~cqe'1.†eXSg@S9XEv'(::NX K]Pj W!2cӔ̆t"lxQKLHC5T8SIGFpE{y8OyYrӕ={,nwñ|) 8SܩO9BH(ypKEES6}6!c|-0{ㄔ ) E_4{*z`!=}aF8wf_I8=]eߋAԊ[FɥpXt:`Yx=uk68 V^ P%pl_bڝoSܭeB]1[2\@T#d#yxi*L\$S'Ǧ%镱jnf<T}G&$~'jKWDmr\D<>&YFFsQ nbhr.:a@2M.$Ml˵MD=k@c [6$3flX.+1DdN6g?=;PPMWFw Q3rDoJ.FIDHCL oި\mgQ_':ESj5 y󞅼mriE<ʉ҇ PztqFw{[UZv@iWv*_,i>)t^Ag'sH!j[_ry-Z#Hj"F /AtySʍĮ&ɟCaxmB+aHzY[+Gd́ڴn,Z['֣&i4.9U Aa`3o*[DyLTIeT\ {'au.k OJY{|ЂRL qx}',I|7ZU[ޡ:bu.F>^- C6mVcIPwbo)\9illk qu8]e&-Ek ydبȔKm 2\qTʅ>]r&{\!]]D$ͼ̏Er-M%}b+P7*[xEv֍^ʣ,yw3dQfo5ʋ\|>!fמ%-C|ֹw Bӊ9tn4bv&gNE\> 6Ji%4!_5ɏ}r` rkejVŒvb(XzCPHjcz~ps2n#x|ܐn)!* 1poP]9$Y %u>niƻ~{In%+Gϧi^\**N . 8UǢVxPƦEKA\❈V`kR&oQ|#Vd[ =* <:ʖ <| prDYl'Io2h^['@oR:벣j!%~~@3}5.~>1`c|.!YٶRX׌z$WIT] NGM5.uT"t3rlxOBT%'+?%d+DhCSaw2C+r#&Y>0MH>U~卪;YU DVLV#@&]VXFĝfYwlI0G#6'Sb28e9!ؓ8xRL:Nb1Tsɬ7O rߌ`ASmcp~? G_4B,=\3P6\Hư1g)@`anè^#wYъMF"$u-g13?qi?vRY f@WfxB}Š:C1.V\ 0B(amhўz/J8?pٛ,:C$XݵQ@ 9q{T{ey⒌%mw@TS}yBk ^WK?[sKʕ]&!_oTg`,>_=T $q@WPHytL [ަ)caTʣ?B}5^G~w[#-ex&v ݶ}d d9S)\/z-*ܰgoZCK) H|Պ!.(c ՊQ=tmDbvY/őpe9Of|C\2e0cpú$ bE"4 (NKd9԰Z=k1˂+xOJ V9&+Vr۸H ZW+7RioIb|%e]Q$PR8]ݜCo vHj۱ʈcLb1=_!x!x̱ ZEJLsήGZkaQBn-bSM2BKE^eS@ns VL^T ڵ! 33=3+00:XUT9]O-r\2^T*o:&e,4AopJ*meEZN /xz}GP1 4ƮWLTgZUɟZ$iyzd&9<8Ң+w oKsVn G%@<^_8!|: H s .CY5[BFU).Q֩$h*cѺ`U- +:K!}#]!d _6muWN?.^Ã.t97; KyJ;A*@0yn;Ϥj%2 H|T$b΄L1+v<ݕ"~%Pm">tp*ۊT?T|^l1^SNˤ똦pA}di4' Oi+K$~ _/3g))sI6p!ْ| |%0/ #!me{l&6K=_2ͪ(OuPH`3m)ip6Aᡊ!o «rаjW f7S"h٤W+bjcꥋXo=uKf3ڗ K<=t԰)v(GQi \me*x_!ZEE~iSB10YmnӋA$6 ǽ[\~1'7L"o YC~`sĩMd FG!kP~[7ʸ&`)~$wTi8z}|'] wuMS SqY,󧻣vAkFM_ S>Z`ɇki{MNL)l) @*no(>>&սBgFn"&w*fK~'ǵ ʌ uq㺸QRGEn*I 83ƮﲚNH~x @zHf:JC 7>dꗒYi``E kcSu ~1ir k`'5?,i4UތY'ԋUˈрD@ݠAv*DJ٦wZlcҡ</蟖aoUOs顶Y{*IƯ?ڙK'ymyؖIqժ8|$5t|̟J"z\ʄ Pl@^}`ef6-KAu ls,l,?1Q%~#OiZ1UQ$?wңmTTqBZF^ܽ8i_71a'^b~~/{^'|wSGc;N/ .FlvYz]uSWY8_ۺbQ>} gyZHЫk˓0h:6=홽tOL]Vx:">};o .t1aaG{SZ% >\v9[~u}WA]c`Ewl2k`?` 1ɕeDjZQy{p$[̬"Wۤ!aлy*;Hzrl.H.ZyOB(?Љ& rx#pMUJV4jC_'e9>:x,C:0*rg;ËLBFl8Sdw{o:a-Vx帥o m'mB&v]mo76<ۈdnÄm**iRXX2 `;{_ Z'hPƤ+XUlC*eQ knJ8q7σODo/uF(L-Lz7qp ˭C)lwAdpSm:@`"):GRf$Sp狳VEf*%!n.겒eW䄢G}*Yt4nvLnnuJ Yh[gi.c@ _)k~jAT\UĐnEP7Q/Đժ庎yM' I9 NLbxS:qn—KClX0A.O==5BKpW^JgNT<%|V8NKmjDF 2NV_̠?491>؏5*l/L=fooر =R|MQ VpX~Aco2%%d PDktN&ixIVcBqհ?3Ȏў!}Fɬ[yzVĂL|On|;2G=\i4&cr @A]xzEqbOBr [ $9ub)LɴlPJxح ˭V>sOc3i׏pwqKbDMtgfboyL׃"Y#+L6$Q13/iw[!d%aU ( H5rv3\y3 (LNwx*.`aHgϷўMf@be:bpdFY;i19jk/j]Ljz'I)о##]F'fFG`mH&Zɠ´<. kaŀuZܠQW`MKo^/_|HsKn Ń:!2?^%nGԆ3[;5$ iX:kxNWJBAֆfe'Lpҁ/bǂ`Z6n@0Y9V-QYKyc*|M Pj Y׉/̈tHp˵C(.`/r.JV28bn牖,v£u ;XEdm1A 9'[/ˀECh+Q!=AP#w`;o{1C ]C{uB*7# @EeyLa|2ѱ-=βq] CZ,z\sWy\8_x} [M vtU~/|c7l`~$ZZka;nl8~@:ovcgF" =HuCl.\շY( vf YbK<ݤ+rxݕgйdn{z]?6b!3r||z槯T5&]mDhJRs[)M.v #:,R%=X0\"¾*QĦazFD[~=yףߴC3wc̟+(SwEr 4J(0qdW֗`wlcY2Z!}(4c[ք>tY+T? ⼈8jZ~pzËlzE@\5_^"j0ANfm~%tZBKRS0K8*} ̖H% jB 4{Ϯ16=lU\oYS P"+5W!J&I%7[ wcU؛%KPl_z>}TUv35W1'7AQ=_T@ J=շ_1 C?pR~%T'./<?蚵^ڞ{~ѽY;Lj)STOXhк`\Sm-r|{x/ً,D|T$@><`aN/Vn:GBo"nfQ:mjR3]ҼqUď;2#IV.ȧ8b\Nش UE0$1bq8 8U@^v{`淪8vWu"xNcZrE}ڥe 7(]0;sԊս7ovxCl' W c5a!Qd .3*R|* ;=Gd`5~޴ 8N>kHSxY D\'`"ǎj?dM@lp䧧ston+S(I(R‡㿖P/B$A4p];f?:eWvXF^g;cNg0XK?+0  wAQm} )Mhu >qEPLli3k|Dl5Ff6P:VcP$=} J^Z7 4iWbcVqqLY^jz$ǿсzɡw48WxA8n$^:Q3̶E(*;yWY[C8A@8ݫo'b~y{_&7(npTp'!@?üTo 7S \ Z1.X {7vPUl)<I}@ bm$E c ihS+swᅠ/:a=Gc@\*sMK/5w9U'AW_0M;e.17xE0:z~A2`gs9Pu c | oۦ]}x |ӚZB>5^Uݥ 4oEcyPAːv(2`7ޚzؤ^r}aC!JU#MYYK>N\ǮDߥ9kY\ 3 &-JL7.5/c4&tę) `(p.f *.]7j!PStQOJbm\yC;5 +.QmGk,_`2د`&@"t6 |]%Gi=$H;ӑx>5 i7gs-#v|cFJ[̳7]tEiXnB@>FOAB~JɁo!qx*H1\_s)w31/4Tz}?6ɡ'}f Zc?ڲAAžڏb3×`LNҰPy&Giۍc JÏZoEA&9>_*>K JX֨|SSO)kG9h:QUv߂2*/ VN)&_[hA΀&N}ϼEvN>ͦOCVqo8h,"D=[T@em~f&;e> C]\f]G ٤%ƲMי^%n)oI".tR\tnhf[FH w < g(q;@:[c%Ї6,׈EKNR G o>q 3+osH6G'wq/T NHM \/̆w_k-~5Z9 %zA[ ?E{:#ٖG[E*Oh|kb7}WQB b6cЏpҫ~z[v+g]neq5&.Q m}kVa^~"Dmm2:r{Hp jRuVLvQwR2@3J(&fr-oU!ˉW[CUY+;zU0_ҥù)۶ 2Q5Wqn}%9$SLYAxnFkK3ׂbLڅ'+n 洣\^/.(v!:r/|_>2z]X, kZf5aq]8W07E2\/[=xvMnTr|{3-6nINY %TQ۲m>wWX vRM@g#;#Xj8<=Y$`t25_wZۧu$=7[HܥNU(2`g[q!)K/O菕TwǷY_\낗{^]ğp~^\y8^= ZU~~ӈ|--C(T5܃;Z!]FȀI#0w&9 #EʕIlǒ,8>GT-Εׁ-DW_y.h_/j; RݰYsVf)"k:bo?g0BIYTWAaHu1bc;J5_bQCt6 ctk`^zIg&* ܶ"66k]ZI v/fz%E֦AvDC+s)t!c0z>i=(8J74k<%ElDOth"X0 d7GPK- x/dAX3xAN1eh\l6abo̤#OrׇttIۄ73QBzyLZb|,+ɂ}1OI5BOm*R. vErW 4De ˧@&[̄ %Ga[e3KoW[@HnQ'U%q, r]zaYrAvFS}T?[6MM1k,b>;aX葂%ȴ)_//'0[8&A%ys_H}6X?b1HqO;j񂪻ˉ1[Sj!J_+|3 Za^j|FIxc“ :ۻ{9oeykԏs =_Ȟ*ßs12EIK.j ީ"tΟS͚N䚞z/2D.,3;T +Tj0N]t!EMV-1nפ8M=/]ކk'OZZ=L}ts`# 63<4˚,k:My<VW^NGp ijlLBZu::!\~!'V-|a@(}sIxa?obR-\B*FMa ױ \ebٺEfx7iE@fZ(cJLc1pUy\t%S]*Ew/ClCg`t_q{`$rO(,ٜO0 $I[Wjb< ݵ% 1ޤ3`^׈k&\I>wYC޺aS__k$R(=y*[?<= hdeM=k|䴟F8E6*vZp fAoD']DB f ^Gq#Y/A13˿YIy.B~-d ݃z袜Cdr&m@`˵ Hm:xUۃ879iSWbUYM2=iS#|7:EJW=OɯhI m|B Piy3OO?Wvve) n6iɴlK=$CUS@jvm-,hOH.h7Nq LՃyx`I.﯆ÞVj6Hqr)nb0eC`fЕ1)*9;MQ2޶}FdI8.E^ĻoT1UG;F2 JKJ!=r][}ڬQÅ앒C݌b'@{t׺`^xJmyw}cK7Z؍i?{t(@TXjH7 -a(HY(xFVn Z:KN+ ?Iikґ*ȃlpi:P%]ƛStJ;pl%>-\gS~WZۆ-,umHn/zXBojPEp.Vt$_GRG?{(+}ŢZ"YD'Wt>l;~:ɯZX?W!_tBFC]Մގ1F:!Lzt?+Hu#7RS T_2dS/-ە>WK47{J:,P;Ͷĉ&n&ك=v4>{KK{MQ;S"+!i%tHh^{z 7U]PێU#R7裡&^5&&MUOTr= ǪJRJPPўCcuk Żb?B0y`X+/,ŽEn F2z  V ֥{ 1/ͮBxj)ڦ'V&?Dm}4O FSs0EJ6YzIú@:~BHQ Mv~@6c FUDyEHUz@gU9;- .>&?ܗ-sz;O>d/g2w5s3>و˪v|dys+DR"xK %DIn׊Zo:_G^[x[Ɍ8fmNTrr<~#hd&Ӧycm ܾ7IvZ5DJbUƟV:/ Gw=s6',LZȏU\ao2 ?A-Go}9n<'rI?L5d &Ȓ$$55q| ]a*J]G܁=mg_XQwqФUHnug7V1dɌMRKX!21l|,,myBн PS \b5nJw d\zM`,r#q0/ ]r}VM >?wN**Ixp)x*C`]L *egg:iqXQewMҀA 4ˣ嶵6"eҌSکQ$J풏kA$J2[h+(;]B%ɾ0ǣm,No?4UWh(A4\ɸO/PJӆ-IA-ŝ^A+sҸDe2yw#v?pk8m\WƟe@1hpqPi*!2 a+^$k0K>E {=RH슋 $#9Q1識=,QŞA.kCf*u*5߸uW-U̽iJ@{q?3VVbogCx5s[$BFO'ˌūԯ%x{5pbM~F~M#9kcYNIy? nbth9>| ĨlWsD[*bg|:띑[TGq5k͖-g DZx*zիە1/|cƆ|n!TPvnnA|a $yMM3 V༘kkӉh/a:r{>*l1uτ*=Q% QE~4¡U.eSU`b5qN Lx8] /K ,c̭i}Viu2z3}XY-|xK^;[&yw.gixԢ/۫4o`2nDo]h&T"t\i\'E9_[!!ƪ:\lC]h iK+9 b.*^jhyxT8ŇkJ-)(i~*Eȏ4GvykB)AQ4HU}=7EޥtLx4&S 5/Ȼ񫂲ૣofG{/bgEQ֦RNIMXϭ`J[7l93 KY ֎u k!"t fi)p\De^m?>#)вSeCkFHJ&n1=q\se9rw0=%o]}ܹh<3鋁eaVOFR]~-] 1`GavlÛ6Gb!V+J/N54̼ӻ@VL]݁>}0Gni"4ecyD?mIG YB1]$v0F()b}& S)!aXyth(q:H&m?iU'zuUJx'm3\<i3魗5=# /1[C3\V:Tצ|5leV|42qnJ3W7cQ%ӥY; MFi⩭ظG)o\O2SXIٞ6V!* UTF\H}?i3K[ʏ1CUXFWsu.q[Bgo!ȉMCx짳ݧ~=n H% [,xu#(nơ(jIoz:;5r%\pfm'QPr'_TM@q[6i`'PAڻţ7ήfCCta&iE))u MP+@ơ {nx~R$A}n6^bЊ C7[$hɺaʆ6s2[Zі.`JbVeK!2 ܾClv~{Èv@G]s= X}$5 ;3IOZn1MT{}fZ l[_ ݎJƽ y=NoWcpʈK٦[|wM-%ga~5 h۹2RZA"./%.^^uYq 0N:$X8k.s#w:åw+9M=cum D=|8TM:ADe`cj9R8t͎ZD&8 -@'?q۰<~U(ZL;(rhgvAHd%z2$Ia|!.K􏩰/*e2ԝ\T5*tTl; E]TIJC u4VBHtEdYk:g/ᄻ<[FhzPꚛ0hE+Z >TH_Z3^vDupve-O@ ɉc73@("}=ǖ yC'ׁ@6t@J },kݰoP<;S.Eoa+x3H$^օ+C-}iXiO K KiWP&f9;X->K KQ-4F3vQ6rd)fQ|+)B?20jCejZp-IBv"%1ockKؒћg 9>.g06Z AW3 zq^wO[Եjέን#i2-YEN"F/Rų,VܓZsdQ)Tx [axfAI_WPYaw/Z:PT_^4Nns5R[V8#L'$W)ff1S-ŤAEҵtg>B!)Bz%lܥjԀn~xZ4JdZn]5#-ޢedo..]=ZpDAG)PQ-74тէ.@ C|FQ36^3XJk Lm r9 Eկ8d S?bK_8XXVD.@o/GuLy "{bY0EӇdUz"[\5\^:ytJQp>gY.bCJD;(|ӓދ#8]vE+w'o%ouԤ%[D ھgBmVT1p⦅k&?ҋNأ6&4\>Y{'Oo"DM/YxgW0*]w`dn1+q-caF菏H^K0R]3rg/8zs_!iɭo bOA2bf1,f#w}G/k(s%=&> 8/ U$p~eGF R%!>?tjFN vV̓ai&܌=kXf:]NiDkBX?ҩKH)7CxԹ2J(mR"K67N;>ߒOsA|+ F|w)wIE׵x07fm N&技ѠwEkALz9!cf!̑3cc󡵫>wurj"*^$q@^ЁIMu@@xȔl(_*MFsm2wQI,rطE2Sۗ RH.!fj vԐZ"ƸVԐs kp-uc6YTx^)+[~WBـףCׇXԪmFnDܵ=sR'G˄zȥ5t}Ep`ں2v&I pDxԫEj\?A(:yK*ePR{HZҼ0Aշ_3V2PZ} sUGaz[xp>[43go)]1Yx vF՟5-q 1]>u,<L MHS6`RE 15Ia,x'V 1-θ9J-a)(7qҝAk)S64.̂km`xx֪%V$ybUYSچp:\YBϏ :mzZQ|e6H g>ǟ(ho@IE r}*U9uUڶWtTM[J) n[2^P RvP=iS(u:A{N T 7;ŀwܝtG/'0!(nȧ'v`L_x>=v]Y=.e5sViVZhtPAқ07_гi{2F.uX9xz' Q5:aD=Kp^6P)?(@|ϻC㿏Q8ơrsR^sK {{&C+%-=B3/5Zȳ?P&CK]5{pD ϱ*')@9&zgLA,=hzuJ[!搠9䢒XA!}Ν؅irɩ VF׉t|.+ &#7fH<jn}AAS"cBcmxOUe[A(Q2G2=.=$P2;EuңJiԣt^%MO+ׁh,;uf,d`g ReVT0o#{`ħLD*8Z5`@P),XЕ+g Ql#w^U$ jhQ3QSHuU0>N9GZSs;O(ڇV{:-4 ,T'U\Rk|!SH|= H[DFx@$ʝdscjUaF#@ԀBy(`g<kyɰgqx$ժ^ NUZMs/f^.hQO~"9 Jؗ:WQWޜNQHUHMxX#2~\჎Ae~L1/ySFwa@V{Do R^r<"XCO|z`蚪MV Qb a F;5is.f)/F 4(a1E"B@NM֠xp)_aD$=^/ ]Eo r"z)MJJQafV;wc|=վ94J6p ҞCAq7yNbH^ D}zc,-'䈲+5wA.Q- "Ia]:@шP&y@ l^G͡i|?!?isƟ*Hե?/N;< r;.@/ 9i 0:qSfe2X]LDʖ_% |OAdq0XSq~BG6"0PcZ`@0+kdnB"Q>lLp0ف.˩c&ul@+?i|,,M= kz)͂¹ &R{-ZT}2iCJkGlЗ:D`:N}b-U՝@'W=bԖv~: |2W LZXeË48霡\\yW6nksؚN#'MI4df ,D5EG~!tze*`8"13s O*]r)r<`Wy' KjT$0ooR?EcaP@{?x$ER9k7BV}+.N"7C7"B4R : E[fa]܅Wޗq׹LRg3> ^)nZLvOd? E.kGg3?wrng"z/8Z\MgΖx]"݄YsI@8F#p[ѐ,M!E5`Szji{^d20Yn"wh Ȫ"̙ʽҏܰ̄ij\{2čp" ȥڨǕ䃒3?@ ?}0=@e!e&̒я.;Ҷ Wr# yh IQ+j,| ρ.vP#?(nI880#)Vf/znFk~eC㳙öIes+Bc^M N.ڥmc#?+v}Sq9IMn ÕfE/;]tՔDq/#.-@迖t%H}ZҘ(=K6;]2gQvl]|/y6S˧! uΩ fq~I ʟYpj}}"Ձ5k,f&a`d/69C~q59chC1Sѱ1ȝK WʐJῙ+$JL|Iw?ݓv<6*b_y2pxoJo5/TSuse!eI<`t <<;g" Jţ,h~m ' ek^8ץ@aUCt6&^ne6o%pxWLܽ|bL J.CK[P" :2ր ##9Y2c}b=T췯y#T/6-?I[11X59e*rȥOYBȽky܆ ݉y}Tvλ qc&}4iE4E'[`zYʺA4)3S3L&4 gv 9b%;[,=^n=ц\h(̷VC w֋H{+ʡkFq2;ѯ5= Z(cܷUteBJa{0zËh)J6lI?'G|'4_u.Yk&:dӺ'5VȃƆFOvmCP=OĵC-&R[gW&Y[ڐO^*C eѪΗ"iM$~o,o+䃊E"Q[(kA}-2 F_hX-o)`zW; /~YU +LQ8YWFtݖDƏ8kR]!\xhL{@*|[ς/Ԝiǧe8վS.lEȂ,*{̵xMxkٷI$*_WOyPR'I>nɳv_/5J ȁv=^ k`Jq9YM`xXVʺ% 57v(cu"l,4%;[*Q !<\rEmpFgAr' ~E|;D_7S,{:ϜC²&] .a& g%x4. }qzwL"wX^LKw^RDWpOq\faw7˽yȷHO:@(Ţyf}UzGE R# ;qv Y2`EBrrh$%jvjzoH_4TC-`a 0#iY GdU4ڜ#y&~FՁ<3lXgfn{GX}7wc v5 WNƞ-[{~ R(IdOoS딓tt9_/pM:(zzZUd./ɅYP{ *,d)\kgǡrz`W5NIdu*&G=|T>{ \]`U&4]QY x5fjV'L yAS&K9:-GԵzgr%#Xtd& {q|gNȏ+%'#ܶ$aSI7{zy[&\[t`%Ųn)n*q55:`!c\E_ I WF,x. iRMO|&kB3gn.Y?E=hQx6y&t%҈E.oM88Yਹ[?.yD$DfĀ;$?4t (Z@J*jyzH~'*˾ b3ĹC0 q'dݻĕ-_7rUsc5pdv%`;@=Ԍ&ԫ^aeP?&7!jux8жdn6 =p w_+D%%F+'|a#xB ~JTnItAC0MuTj<~K#۾]}3w]蘵>;m -lj6Q>G03pu uVA8BBr'4tMU|~"Tv^g"EHfϮ{3xpv9"*}: x_O?EIOhG1F7=gq)c|R}KLE_#\nu p]m?XtgD(KJ23 K$O_{_AE[$:6dg`G\yB{di+iwT{m; _&v3 ; Y9Nہc>T8EݩM5b=KFZ:y 2x004Wޠàr$gj|"z60lo+r. !jp4ǐu/i|]:K1Hh&DZukB_0ACʖ-y2O|&Y;?\Æx+GZEƦQ=C̜߉-*K}4n׸#Ҟ}e>*:̤4s‡y߱_@pa.SzN!`SkvntNAqFϵkY5F I +X >oPnJH1SŠ _:6'eCnSJ/tԹ^ɐd9`4ί0U0>5*{Ѷiɋ@o<ݺQ;&ShRQ0eQƾSҚ"1KZїU˸עQ%bkbLҟ'EugiD'҃vetNӋ<)r'FJ] ئ5`"[o"RHв544-Nѧˋ0|Ҳ*=6= Y| eDD` *}|8k#Fw3$zz/LTti ewovL_Y3 ,ďp`kPa*77֊:QE9g.I$wh?{\4o&5(EW^as|֛~]ھPj:q-1hX< jt:bxR @'jI7q =\8V[ {pl _XGF~1n!ޣ@B*?k#cE?(Z`#ڎر1s9~1ګ?%;с;?Ȕ(ށ@.#f1JHtG?<4GMj&y@g8`v CN_f:+X3CۡI-KEc;86f%!NRpL^hrkܝ̈́"1"T{^9֣%,q3̠L;T+J:W5nt]Xk461FGFP=zD؂rȿȪqy DalOƯu_`PDur,9\]5i7z[<3O8P q}w/OQ_,c?#"I.O3v۠FDz鶆ae9Z3Ai#bPLUI&ܪ\@g]#,hg`ybGAOpR#6$Z7{sݬGHdP!,z-nh)t)NMEJbeoQn537B;KNEUʹܢ[衐%xզDl+y5tB.99*6܎ߦ# T]%5j+ןqɷ2_ATŁESߗmQ$^b"d8?r#4,Pq{ އדe`.0!#'UHP{b HyQby1:$ K[0OW&o ̸f5䇕;w*_+o+Ci>J`! %jiogжwhÊ/{h} 9ke+J[0FeHR`7XWյb){ 7RFU$| GyVVw5[1qTrezO;L%C?\+ gswİNhk> *vDjXSsM.vL0'Y,LCQN=O/3q+S}BZ\wR\~LbSQ~Ց`ܕ Ғ϶r*.o+܂,V J4`JijXSAP`(w#tUr]|HTԾ f9*mPMaA|ȯ+&XSż>5·10)TLM2`ZQ֭(QB?eQ>XwQZyq"j럂v""} Xqq(2,.ESSDbs&Ú^ U}ԯ:ݐdrE* ˅홵ˮ]Ԭc#m0 7>˳JҪgԈӕG3*z$X`$uTy xEAnO>o}2=%@ĶŬ', `}@k8@Hp 䉈e >82;YV'])BdiHg@ dk6bRk]0hRVzk,\}Oa02]I%<ݳ쁷d@U9]S!3wZcOTw @]raM6A*+Y#/a8ݱ MI#vQvOeW W?[!-IjHJ7{K#U._9ļLfBrF/34-pbJ{CIuݫ`lX3x#^P8Le/x,.eU٭f"n=crF:-EaF" ۃFNݫT^5%yjFדۙB-R6~#j3&j2#f6b-|ydͣyPK=QtWdklM3JMӛ@]>C`b VQt3 rD X3Ɣ)sjtLX!rtwf0bʋVKw]Y3 FXǎbjd̹ˏ И)Az]N@o +S8%PEG f~WSP4.scz 8]غl~y̨gzu.j뷄tjDefK!NR<)&M~4#D0Ia6XrۇWj5 HX]O ݂K<]n)*olhfci4sf%V( ;Jdr. î mA+<_TlS'7dk@6v$3 IJHx2YA8ښX\-#{šr~csZ\`u !|RH2gqoZDUm'K iˆDP΂8^X;0}Ѐg.35S,,I#*l}jNIe18HK.9<  M>gUb)!Xz7hF_2,-^"T iX@pdثw#2ƾo]#[SB\(R~ hxqc?rTn[2Tityq&KV@roEW0}@p\tUȴ-3Q/Md8<nm >*Pdݭ-,I%{>&[=lPǒGiw\3fuyXNe Ry׷S@9u=.DX͙omˀ+g3˙g(taߗIVYJ:&̾FXV"J 99 6Ab&!8BX Ҩ:D2@%B+1D"_ݤWS{CVҊnKD FLz2dyNS"bm%R$o?T@){QkcA2ǔlJ ֱڜLH&l`^gx8dž!ɟ $T>MjI_ fzr@ORXӛwQQnK#i~^1#c фU?b rnȽTOaa*nھ#&azx*/$KppʮѼ=:UX?GRa4}IXZTiL6U$0UgBsj ;pjgCk\saLo.{ qaUj o~4A%=>(CjmiqB/Tw`{\K//6S4Qph(q)Uϼnt!;>`l]xt{>ڛ$vFhgNq#vz=] e;`X6`Dt'6¸t| @) ^ _-P@ȓYcm@g8/cb=z$?q[L6"!]ܦnݫ"4'];wL7Ҫџn8-km:GI#@ k画e'CS[+O[21)FG^qwEN/?SMŦ"wE Em0 ΃H{LYX" M VB )!"[);`*te"hmY_F4־U1eFEND98.bAsEJL̡ kx\ < O0vQ'xr#JS sj W.]%x3QȈTq]_X1n{=U lLˎ5 &OQjo'= sэny~W( z2+ ^KHCɉq3జO_AC^2wjY2_9B Ў}:VAE!l!&˹Ԯ;s;oůhkkƚEóԟQ{aSTYݿc$A(yp8BR^='3{fh@͙ku1ѮW/ t4 gK+ q@On< WIi*&ɯ )/fRV>1<} VޡA:smw[G66[HVm̗x=HlFw.Nʌi2Ua,y%.u:e.! &/{J JAw$Bg/Pu(F ![K_%0ݔw#=y/Oܽ5$ǃLb733̳f,>:r5{z#s7 k:/j[I6f\w>F?;ѳ0CT\ĭ$xt˽>i=R,Unr2B;1l JSX8/T۾ EOج8F %%-r1[O[ewah<|.O3Yqg ql-8 \ |*C{4jGIZzIS5{;9:DLI+5Ix}M dbɖWCciM(s ,FiNKq\6Ic ӇҭK.Td*V2l(HJfhY)V]W x# ]G39yMep\<*, z`Ap-Zbݩ}#<&J-(]S}?JY;wjvQY$ϰí~Ǻ?1 4&θEm>rCAq_"Ȉ؍˳\aI@xf>I4d{dus4\*~֬ 閃V]{bܧXRT209{p+hvp35b<}i$\>6W5 jϞ,<Wou>8puɍ5r 7*nɓ+N E#[؀RF2(^IvܙFΒ ٧etҍfll(k."Sepl گ3&N!2y7IAf򘶉hidl!G&%d`JQ;\tIeLlI?Ga-24xרu7[hߑH(@ީd$R*ŵ6Y -iN??HmMrb>c..P<;$ZМ!!dW8W8&r` Q؀3U ##0q\k,} 3Rܐ(lhGy^]Zw`uH ۺVe8^#x1EstӑDA}MumÎ&V("l pJ#P`kNUZjNxB:COb-GLfg޵lfF[U^HO=Nhr䓥Wd*Wdo"F9߰5S,{X@@yo]{,FcXɟRA3}@{5d>!ټljc1xP!`C0op:$KҢW O-Wb)Q% gi#edH{/U=@M8eQBD6h#1}; C.PezAYUoW 9N~=/g l!#kR>w/j$\wԾ!+p94R-p=5E??Y1g:\kL# [My c2ct\taR}YZ,(0}-b/9toUEcx"+7|6 \S8-HX5pS7J8EFsۈק!prKVW7׸&̬?'0$KYDM1?_m!1hV5/ե&2]Y^SR_TC^:qێWrs YZ