clang9-checker-9.0.1-3.3.1 4>$  Ap^E,p9|H1w"H/w@'~UwBq{3KL7{, sNkaMWs]F4u{oO< -2bQSS+:kw01wen%fU^96|[۵xabBaJ\Em$~ω;> V)=;ȧf^T{FB5daG(@/bxjO-Pմ 3Z"ЭS@R4P2b56c2e978d1fc30e42c5507297c84de743fe8af0d27b502272a03349aed34e59ee7f8f7bfbec30f08fb2f077088c5c0a8bddc3ei^E,p9|?x$hF4 ==U_R10+W$>ܬR/l%0&\6Sv\B17VN{3s?J1GMWTW9["7-YT>bR9pA0? d  < 'Ghnx   P " 4|0Lx(89 : FGHXIXY\]0^bccdefluvHw xhyzCclang9-checker9.0.13.3.1Static code analyzer for CLANGThis package contains scan-build and scan-view, command line static code analyzers for CLANG.^Apache-2.0 WITH LLVM-exception OR NCSAhttps://www.suse.com/Development/Languages/C and C++https://clang-analyzer.llvm.org/linuxppc64leQW[0;%AG 2eX>܁A큤A큤A큤^7k^7k^7k^7k^ 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)xinomavro 1593195668 9.0.1-3.3.19.0.1-3.3.19.0.19.0.1c++-analyzerccc-analyzerscan-buildscan-viewclang9-checkerCREDITS.TXTLICENSE.TXTscan-build.1.gzscan-buildscanview.csssorttable.jsscan-viewFileRadar.scptGetRadarVersion.scptReporter.pyScanView.pybugcatcher.icostartfile.py/usr/bin//usr/share/licenses//usr/share/licenses/clang9-checker//usr/share/man/man1//usr/share//usr/share/scan-build//usr/share//usr/share/scan-view/-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:15568/SUSE_SLE-15-SP2_Update/ea01fb42b9af4a88fce1d6a9531d45c2-llvm9.SUSE_SLE-15-SP2_Updatecpioxz5ppc64le-suse-linuxPerl script text executablePython script, ASCII text executabledirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)HTML document, ISO-8859 textemptyRRRR'y K utf-8ec16635ccb99d74e31fbe79e185c6ee4014f0efa44afe74c424c81fc79363979?7zXZ !t/O] crv9uS  [>Q'+Eijs;mYxBsZJdDiPvn4u AM[miqUGItK!x_Wt>Íy~Yf$LX["t٘>&][|}7w`b #v͓j"^؏̋҃Ot.jP7Q#.81]HJ: Pt_`\: 14^1O9®u wof-")aI#%,z^߽V«Z;}qp^djya0Ju=c J4zH]#GK^OD)lkpn*\i/0m{;>4SSW%@zԀ~E7,˼rm%j ͣr-k}k=so9r=gdo$~f49<؊ZD0fN.ȝPF͕{/*RE%c ~0;=?G{'G:B,[BpKq2r_/Lra sꪲRDd N ;6 ~l " aZRn"XA_hΙ6%$=^"tds<Z$mttf <M{Lt6P- #&ؗ,\R>5qS<_N#v?S|cU{ټnWY #WJTtrG춢e{7^"46Jz_`=DwCa͖&)PBb3gKJsk)~r.sQYeiL`6EIM):9q< ҭR}eL &~ { ï^hE-{AvZ,O}nUПuqCZp: `ys}ΦQK0nEHbD ۥ)!M 0û#Փ󾮟ҵztKKB[F!/7}ƘH_E$b*YZ]P\FFU`3#}Ce!,u*;E1/W71Tާܯ 1!\(aoE;3 < C2ekxIȑG^\ m:6Fr#|cP m)‚! !2I}PT~bhDzE>2ÊֻTN|Z\kZq#6$bJcJÈI吿)f5> ' n;;]BLg> {Ő~s/ۂFD. &wrw(ÑC.;tK"qF&!+X) OIj8}S%Œļ\CuC&iԬͤztDZ˦u&( u^Qz'熗X#bt 8 с$TN\8f;٘E%}DGmD'0i`f]\{lUh䓋) =5m4he"i/M 5}T4o{?<aǰb^™ ev~ZN߉}Et[{ )m cs}"{RS9wutv]k?z*Ί+ V ~?O0E_ε||G*yr㛡AhL &c@6pu'}I`$ P'gdFgFMZhAXNKҚiwfVh62tMW (a?Պ/ @^5jFsտvzX>nj(^$>r8e|a[^ RLnVW=lZ]ru/%1w gH&!*|Z{2uٔ]N%YrIKG3qbPHؾ[;zaT@oq.@a_f2B7j,J"@0b?vTK)jׂ"]VSa"sW$19a xWգ0\ P)>ܛœBA;v;3΋nd#zDM_8uBF9.!z3<ړjӼcvCKrnaF:D--xd髻Sl6(co|`m! ۂ }sXɣ2}iFYD 7H+L>|LR"nxrl XT% eNטf[%4T^~Ħx=~,s;jiv!'ZFK`| ;SߌJ?D+Ư2ȫlƐ;>x֙mZvz&<.5r-*Ӫ+2RJ(lHܯp9Wp/=4'eN0`djE&͛+]@!Be=M*i3^5#}|AAv_"p &m%rA%i`cVOErAyGG_DS N46xtˢM ;6nZut(PThp5+zHg U:v>[. m)(UKN'KJ`PJ''SF{QjO'kr(Z2QN<],.fWIڛVPYCH6g #m%TC >-RR'r3~u k?\'ڍHOrEu\vdsXًA+LTY_M 9ϟso_9g2L&`t٠]6Mۆ$n[Gi@54IL&V7fNڝpfDkbʧ>c1 ,_ȭ8.,6 8g׸Y&<Ԅ4Hg%r~6FxŏRw-=G.E)jGQXtVIMoeNVaς1ZQ"H֗mhh'Q!WGPoieuo߻2^yTp-RyEs e!};"9y2%꛴,u! =R8L!E\`[P g/'WKFV#R$l!#NsTQIoK0g۰f4|-y3_zʨ 8撍bDS.\ZW= ~""I^s:ܳ7^B^岓M]q̵~R?rBR)#M#Dی˙~{4sZu·/MElβnqQE'ڞϨ9|Gf8~ R2D,jK`\ui n[#o=Q =" CA~ѳD2ih :u3 i$*"0a ^ /`miX7`y$q^ vlD0ςF-KPB\##/kiv!ԇ ~_0|HLV!*\zI]%\+1"o\64|u$(Af|9FK5c}>4)y0/bʰGͻDx-Ret Jw"`* u)EK$I-^,5H(Y=?.HX S|GzTTvIAU: !jNuiOޫ6[iTA*L=k @"ؠ;8LU;`UxOrCcʆ9>RNŀ/]K;Qr Υ 43Ћ[3Yb#y]3]֕YS ѣ ibӌ0ˌF8͌-—~:RTdU_c i].t-Bj]y7j& 3_ZKE@0 l?+S[lAT[c&GLwtFx(x1nԤ *CǐjϓksѢ >B9f[6ANz)/fRZ_9/vޒکӢG\ !PHkA쬯uGoRťc%oo@R6^YI]k8$0Z3|4@aPtyJR<_ֹ(nRIPǀ牶RC֝䕄PLH0طL ۯ&'(}Qca LWݏ#fOIr =?bf/칌o984!=DNr+ĖϨ|qq >*K^ N aD*U}9 |Y%SJq-ѻ1v. ѿ 4h-Uycfi' >IuՊY8wv8M E ] I5k= mM͒nט`\^NO%몜f.!~׿0[NßԷzjYs;q+>;d3~b\:lJ<{Y-;@iu7lZ.L"#s(]ƛX>]sY$%jF8|s8l!p71sgr+U:,mr_8 rg>W t0?|Q5}$M Ћ ,#1B -0b:Cu倖7'\n]>#n~!v|)5p򽶛C/q6z XG{j3@4* nllBIΕ@PX]9Z0ne^/t*Y8 V beGjWqHHxz io/\7E5|]](DZ>^IMEḆrC,wK7?:+sUe)LWx|)\jƐ1觪?s݀{ 1-CJͤJ&N6 @ Kʸ12rH$vxAHҔCe(*Ȍ% Cp:5֐BZ*DW̏ M9\#7<'C:@鮭5Ou|f_vTRKRl1TGrXcs26*^J6 ?55 56ȈѲ x<wWkiVcmD.ljSێ ]k&0ƙrzC|O)<;89)>;d%F{S5aK=u}<&׿: F0[Wk_wC(?-(WP$B=ŗ 2N JsKفhH4i|n>cw\KÀi|n+9S1?p)^pX8ĺ(-$-IF,DmOzmYp:Pʩ[kU6akHC!fm_APsVc~A3/#~%d4?ZoЖfmd ֍lWq!Xg1S/{LٰE̱J YԺ4jR_oC?NZ{ |%d"\g`1k@'\85gtHOMbRJNG1)|2OH)09GŁ| z}wKFdvwVvy:ܴ<ŋ[ϡ'j @Jᙡ:p[ipdVVG 9Ӂ,Z.쯈 0˂^!G1{h+7& )~+⚟bK2%?Oq 2vFӋ/%鳜~edg֫=;8G ftw'鄮DUǵ诖,&Dϗk{Һ*@p1Γ:yEE^sGލE?Ў7>TRL'b-ŦPإn, { [zh`\dw!e!($4g(IG"/?02-jܯvUB9/FVBo~7H=wm~?qvmܵkp?+`" Ok w\DobjmN&C~P .Qӽ`kzQFngtVVY/c`䞎οU H?2\' pxMi 󡀆;>~"м湹gT>g̞\Qc*J $ c>$?WmESZ;Y&cјc?7 RK7A+Л!Fßb8hxЎIh-NY3rnУ3Z Dy(Л?/2HՅ2] N^cJ(I˾ {B,8`+Uyaq-lb*Tm[Zjx霬V8&?GÐW2Ԕ5B@xQBd5]^DL`>f|,6TK?6؜᛬sź4s 9e$ ܱ#tWCޟŹ YKüplܐNuPj{ }+"dEjS39 }_?x1*~sȱ쿇ճ]Npڧ$_53ffJ{ZPZN~7ûM7geڕCEhzrBp__ȥ][9%8 ^%pBeK΢n? Yy&wCτ%q"&>G#Nqr+fUm8{k49Nx k6S,@)6'\,d*u-zK ĝ^I*R&񉉚X~eD'ӧU㱅)t%kvmD]B` )a}ؚg 16*@D$ #4R*>q.֢SH!@yStD#zH1_]ݯ–$.{˻$({ PY1SdjR`C]~JMQe]HfѴsո7HR#GbJD.4wJVCK LZGʦ)[Zl4+Yp)KEDJȫs޴=2)gB.m?ZjS'A{$xA{%gqoE<?/[7Z䮎C6hT-ǵY2aVJ4o*uU6)iopT=-h.哓G3pZ&؈!_1yZt~>{ \y"Ñ/}؏*<{%ж8n@n,(lR @1@1쵞*^ܭ'_a2ڇYHAm[xp~g炾òw m%:{ ;+ px.Ixs u9$䱃sLH*&%T՞|ͽV$N֤|BoE i45(~%^- h&26='c: ƜBV*reoeYi7{gzw] KG^ hV_Y 25XX_ؙ/ͻv.;+1a[m9d5"Z;W` yoO||2n=~z~֑>/̙/JivQ!m{2szr<1>Ɲ)n uOwگ]b$/ l`{V7Zqe@} &l\mZ Ҝ$>KZM3R'&yA Ƃdf݌]N3'pyC~1:uҮ4 `Qa+uX9KB'W٤ipm6\T{SN ~a4KDRT Hp=>f?V+% @|y1`l k |U}+ sED>cL0>f%=BfezR.J5ĎIk^Xi0(EkX|]Uh(_UtVLڰ&+4X:AnW^aL~W:GGV7.qE]JYKu4;z[r.E믶lXQbcf*ӻ[Nov>VJI]EEj-[I]Jλ`)Y%Mcj[Ơjc-OeўBc grH@Jȋt#PYa)@3V ,Nuٮl'S+ۢ#&"AѐEBvUx^ⓨ n?duw76AXǚp r`Co+Gqh 5 ԕi${V"!7oͪ;<еc/1q]ikr{W !YoQaU,``af4]}/uhR G]4SOg|r!!tm=L #_ߎ1a7[9q=Rn )" `̳ݤ(5o-˭ mzr?Zq`ro"0wYp@-OR*w a[^l^5)Wr-N+(T,R>*C0Eɕ5/ܜ$ÁtLBA 8<-/z3t4-LI`lŕ2lfDZ\oOJHGPZcy71UUw@TVKl$uskYw K&HcW֋ft ok=LQɂfA`tFڂPtpÄ yrI3=ى$4.d'( 3'Lܩ6lٷ2,G$eusTL*+~VpOYy+mI`[㯾k\2BGLn)WppO Gl.Uڱ둚^+/y&T~-,4pe%alQbLɘƀNiZ' θ\ki|j x}=2~ЗU:x= /=De1-rV`gʐ?Ю~c0| ]wCwz*>1]< ϺBt[~t'N&LH(}<"eg۫Οtu' BgJo=n1-o:k,2Z,A&B^$&,&Ud{# B!>Z|Rę}AL?I5EgRiQ1l4S*Uf`^Lw0ֈɪl_:*6 /"7!K zЊ(Fɿ,yDN*Z/* ;HcoN â$Q/(tZs9yȼl2[jJKq&$~IAﵬoknkS>sǍ)#}ͦ,=qL9h\R??QP݌V}XzݛB@RC5q4=TYIv<~gj{:lj;;V %`RDUN_Air)[HjC&?((Nl}Ѡޏ|D]HES~k*R bS!4~m11کb\m *ږS9f\#UF_h7s rLUbx38z.+sQiω#c:ĸuY۸ *kKE@Ys쓠o岙*,wWnh/jPQp@< Qˑv_Q;tpkeCnă*#InHS",iⲛo }Xwp^۾oQLCR,YIz^'U{P \xP׹jJg\E[K@F19 _Jg5Զ#9x׵8Y3Yx5~'}! E6,Isg {c" 1L/%QG5FvnSDΩh* >9w1ZFlc$_McaܔYA|z>ߨ<"\qCB>"Y9&+vF$׷De/9ihf59Z.MXJ!GB~)lT *fX״60{Z+Ocf!ff}X[TˁiAW+$v#M} MƆ! ;HQ@ˣs  &j(\*ޜhqN'd^Tž5I6t'13Jkӌ( `*]T3x,CQۥ} #7U5{9Z5JVAgl$8\HODV*QX_ƄI9NrB-"1=ˌ3;6,)ﲓHFeU~xVW(%۴b0?볤!jX]%7E~K8E]|#݀N"d߿PmLjvv'Siٖf06`̯zwCUb?l=WYX>E3;ؚU*>\wN8*zwv!| Y-,X=b9}p+Ojn5L6闭rP*~'znBIEuScxD@@uULVBD;yL񇔪p1wi hW`zPNww b7/ؙ+SUHj؜*{MmȻOLE\At΄bޡQu;A>mi bx4npX;%.'.{_[0$wX,k pIN-~Lֱ,[Ajr@t+b~MyQ_7< CAg\vê5@Uk7hMA`+٦cd$T^ǟf\#S+T|%^fK싸g (ꀇ@@GI&Tu.kKqDYXxWJy zMd|ң ;@d^w=w#"G {=\ഷX%bH9r=>kDunަ>/weątk0hN7Q]*:-t/K#rLjL1bi8/\~ X7KҜ5aaxOs)Sڎ@|/yjzN$L)^ջ}_yDW.1, #q2iSf=6;SbYJŷt#+59-Y+i[:>z|T[uak[ᇑp$} e8֬=VR{FdǠ̮4iwTWvƸ=FE*!Q*jX8.Kh\hKq mEM:77њ(ȭu1*vX)2\EWdžŃ^R8jKlV$"PP5ML#/1ߞS>"=4{Tcg:|Mx |!l,q9ޟi=W 瑏gMpYz)TDrAՔw5;/;P J5cuc^O`Gj"h⯆1~k,r|=,N~qIRfe[6nl~-igv5X&SOnoBk0)ipw`25i^@#xA .qG>1yv> f.Z`_4pXfը|ֶ̢{4q3k`) 8k rc)92O+w~βPkeS '4X#-5GA Gq,Dj'|cuȾ%ruڨ-C`'ebZ` d^g\B[ ׉]7>`?<ڡ@4Y?11]8Dd,uj+z9 g8.<޸{;ÇX ThՉSCYY@# $4䍻"%$^ZAj}g̮2[p7wEEeG(bXlJ b'Td =X.Ǵ NDȓU/.T87|Izm;%Bz _.ф\FTKQ$ *]h36al"5r~Fa1'3LͶP+d9Ӊ`$C~q7ež<>Pg}!rؾfy#C@Y@Fvk\ZO8r%/Sov}k4&9nVGZo6)KuQqt5H0tlg(z-FϺoY\,Ge|* Wb~tݠ'/TSXCZV&`CGZns]rDSnx5K;r{YȌ?HC% ;[As 9k5aL%AcJ%qIiL`=O䅐P:IN(#:i+N9wyn0٨Τ7@f<'U%\@kt1Bʄ8 4Ba}lKL=C +ޛN 7;9Lk4`S-2oMRY^E&N#AFg0д-_wQ.Vd*F%꽗S;^( !ΔzDO1¿ ؊#$]!߹#Lrb7EAȠŗ0qKOI{ !@Arƌ= ]j 2gNI ?1t8KuY+Gۃ mNpǁ8ls0 !xQGdsoTԇrrTsbPcAfOﻣ>^pH\U"!q&BfJ9GJiB帨:VJnE#+|c7YrE @&4xEKU-p2tʦ'>h5뉆LpQ@K+2ax]"0V7];gdof6ɹ2Γnj\`;c4Pa: qT "QCk8*#|=j;_?CpZ2f,WԞj;n'ˇ]_Ty)Aip2[5+U\{,AБ#]dzS?w{ k~;XDS7@f{LкٕfY s8]KRd!.zؾޓ.Oţ#Ȱ)m .,44 *Om6d`9%^T'UR׬8X&I,h&u9*!;<}vsP?" ; }[-! "56.iEVɴc&t9&N/1m,+ÉEç+z; U{Xr{Ư"25C-Rq=6._>MK*//Q/WDOBh&"l\3z#4ev,A[Z[tsF0۱\ Wu4I^⬞:v;iůg-<Hdw1-/i?N#kZJ/'QSQgc5Q6Ĝ/(,?Xtxih}ALчDv@>O:hFʈ1#'58 ~OY7!*/m,r)/Ȕ8bdmO?!l*'EB䯂^&$<7WG:Dq.Ec>.bm@i#e(eCΖ3YRO@%vEJKCFL?_صbe7IOmތ =lo!Ќ7eWQj͗9~0W]k͡$0p$f >f* uLYW,!SIW D@Ka2 'B|4lHJ+ҬtG a:JVЄ>nL~mtI8ʔ,ʌߐ_XTh& RQ2„ﰃ&l>H]8j J TQ#r|U)TO픿 Q|#E`߉i>5r 㨚pݪdb"Fj" i\L\rFI!EN_!HiyEd*( mِaOK9Xlq.(.1 7"D3(?q;|Zm 9~%&ѯ)yY|t~#켣:iDumߎb\10I1~8ynoV̪ȭ9c);C ]d fѣ{$!T0ZId~g+^xe)h =.h7 m ß\/gs~hEg@o0"Zp;.UB?LMkVNl̬ רs&{AaNjGXλqC*aO`Ϳ˦)cN2 g`@<$=Vu*菼@߳CG9?նJ]GB^n]]njWǮy`Czn38D?GE>x[ОkV!F*A9:۶iB2;xm zL26Š.b(&^ t P,5$6"'7%ׂ!kLB߄lZR/c8Ifc@ƣA*+$4\R7XM;vm/0:1k yvQ8=d܎ t=|P-hT?X(7PJr(s W7'^%xЕd`ɏz8P,,%ۙ5j C\~)Z R5ɁSbư.Ƚ% -Hu6hY(VUXKU`pS4_ D)%Ud[&ԐK.7Q)Rv(r:6Q)w )G<4p@|ۣM Pô8 gRJ5#.պFt)!k$gq:1*Fe/yQkuV6G(u%&!`4B|q$ѿ/`XD+Ym"{T,f#@Z.8 @xrKYEԩq$f <|=ni,yqj~9r 5ӹo=Y{yֿL? X`2 \y5v^{5.nMqX-R7mH3v&TI)-^wg>?]8^`K+vNٱdk+qvg0Y/</i8̈hpgp-ta"y`&4xIR.B=`7!OYɋa C4:fc$ EVㅖGȭ ]A@Qi5[ Xyxӓ+&SÚ AU {fiTO6r$Ņ%<,NHq"<MgGm ضE'|}v徂Tq.KO֬f`Ր2akDKB6>9h awh!̓3}Y|wMy6]1C㹛~_ Y`+t0DNћACw;ii2!@ sz+Ƃezb$SNΤؗ033nWgyR釾(XQd h%IƄ뷝Ӫ h4{U!3GIևS+"Z;Geu wN)p7Ҡ"'-p1CڃgEnhÑA8~"g J*M|T+^`qV&(BlMI3~q9PeA fY^K5C 5QT拓Hj2TKCjHE–j u<*R#qm x6ShOto>)#OTN"rn`؅P թ s|ag:)}CJ(bJM&RK/ifV mpn!̑q1zGlz6v@PjFو*S0dLqyejCg g~S^I.R 78dBbI I5v qS'J4Xr,(^|뜌9'%K9#j?5ͱٕ]5 s$}[|zȹhWT^Mejw``r|vb;E%D-٦ yL 5G门n0dCViۆǻI91a1N9795MM/}µ9Z"*d5A4Xm WWf| R^}m2BAΛ'kB0abze븱{ĚJ=gـ?e^H^lx;>j[A7 U4ǶGn?XɲK|kփVÁ伐׎UӣY^*{杘!i^䥇.Bl\u\ْ -ge6z,R`X1:9 _LZõޑBsV Uustz\/ ahJڹ0~!Dz[*i|r9k*ªPEFS/N#ٺjv0DXv? /Wu.zfjǻY/qϐي  ͺ)͙k`O3Nma䠈"%]{ttyŠA`Z]NCzbqq"xh %HT phcvAX7x/Ҥ-n G䔱K)ԭ@M}(0Ep_USa% ,ns;1sYiiYFz瘑!:=q{ wu?.[)%X(@rT@NVKZ+#Ɩ-E(Xz| MP݉f̷cb`\fSHL/t!@{wmoD~\_YrW=jp 07`OO9_ їL+VqΗ[D+n OKW^Ϗ=+\DT)&~|۸Z]fw58%uνB(o%eӪ*W 3ooZzgpא֠z`ג``mi5.ѴRob Nne:} afB#IW*vO=]p3w|Xh4 cf5 a@$dxSýn4dl+otrޯQXmą\nl!;۠gGVaMȆjnc/;U'8kͶ]UQ 06c|\Qfy+:~uGŤ3B*\pxmr$Ao pWa\%xfYN3n;hQIkWn Zuڏdu>(-E& *sjչ$:^ F-DyL9Ntlo :wl̟oK\ UT:Peyh 9HCQ~OܞC<{DIaĶtl,nǕw]&T;KyVW<(vڏb8OYpϪn$b|5bG@{6lGRܡUӽM߸pֳJ 23^%ܱ"qՀZo +McхNUp&°b01$'^yYOk>]sJ 9$PlP4(,4EUEd" ڻoĊ)*3zux=E* tk ww+"1 2`]3R/WQth$NS^}r,jHYXܶj(ḌtZ>>?YHʷ>w,hP:/~ctх# ,K޷{:`60/JCY{3!'z3P&r0`%[]?܍w[Vi"D+V"ajzmPFTwM\`?4fBzC;N©&Ph[Ax'O٣"m^9R2Hl *𝦀0XUX5@;C +ˑ6Ih|F]Q2Ak"}-{Ͻ-4* k]JzCͦח |AFPa FJ/id,lj95wdc v<в! O *঺lbOlF ư,*FdԀ[d`A%i-4IͬƸc4 owYel]0]4(iD+!8@׼p=C\HcGaj'H1jFU,)N pڭV_w8 n' &+b,W7f]=G$$"IY>[U(8mB`M(Bk,BTQa^h3\.Z5P 6ARHA/"nAYyjgbXkkcDzDX.@Tp*Z#r6Ogy%v;,2U%F%p#E^)"\X,IN5MѼ{nծt5#;,`3Ҿ: bU_XF'ɭkɼz&^i6=ZQAOT(/7M|+æܐX3Jv2 "}ϑ_:sY]fK_TnMI)CzNn75xz-SNr; `HLh;QC jb92w,X[CVz lHx./t}'p~ZNEU451P=9qyWUjDq@v/Mtڔ@mHH1{},4@w?}m` JЁdKIM`ҔBՒh,&(pkĀ"VKRo7ocmwy;$|9S9h1;?hIeCa_۱[/ ̄~!H;L.U3ɖ@wra ``{ȕaJFO}E+Wg֚p/J-)|(3#F؎?xaU2 tQCX=TQ669NgR>:݌%΢ax-~0B!a~'jm1(3 0O`J9ݩp~T_T~+&ݜW(NoHRY EXȕȏPFP@ӣb2D7,Vsy'YL5kN J`|@ wwmK!^{8O.qymELy oʟƥt}Oswi½{fOoz81b5UMF؂*D0&VъY2n* ="XD\gH?gIj3I !Pcmt ]HȦAnEdH4zQS`Zu)`YY64p^sмw/KBCx iK/"V4ǿ,+Zd_36H`ݤit;fg'kD´Ǭ`slvBAT @T%la}V rZ&-|[œ9ڝjYV3:^X@N |q\}cۆIW{Ca㳭,eѕ72^WaB1!; s~q@?{Pv=n1|UkW 3$Y x՚Ϥ֏PjEϝ? Ǽ!I Y LJ 1#O;/fqP#\-M)op&8*r-"u.uDhu,h93:Xуp`/Hf #ԏ.V/t]81s=H7*F暚' ㄂ЦI Hf}/"-#Rj ǣj1dM1rf̉覥(m 17R-_oѕ2(hJ `fvV.sz8ƙ~ߛ%8XTV;[645#(:JzAyZ2,Zi*Q%w!ș6Q5)qfx.^dβZMr`9at;Ye*@}WYjrMufTiۗ0c{f\,YYH9~nD-OHӆh՝!}>VO,UˌUW QT6 j,(=^:VIbdL e+0~˩f+ RZ(ӹUvVWƳ/"vah ,,g,L-S;K[K]c0f%*;"j~dg=y|5U?0CpJ^L| iެ*Uq&U9?%XOPG'}!%- ]Պ@[2d Wܵ"F˝D< [) 4h1`6YtUڏ3$Lxw$-PDщ;o}'G>g "Bbm-[P R6T)_nV*Y,(pӆJC#딪՘F~/3!#`}Jb3g-q40){nllЖ/Eϖն삊RsHʺdnؤU=-Zp,=},qZQhSmGZ?RD&Xl-\KIV[ e#_W} 1%^4:fBۄ)F8d޲MNK~FӯP;W{<JCQҖAt=p'<$^o F7cJO) ?p{-Ӕe"uYh*b=j-'_At{W:sni۰r kMs!c_7q84?tLuT^|~V;L'Kccm8xAJL%V#xWT ڒ+s?0CI6]SZ&JsLZ IȜk`9gȆf4, thE\8M$n\^<²9D8/Z/rzRU.* 飩YqX;oQK{ky,Bx^vJ]2Eia4}szVdW|?۠T_up`8'R4*zz ;`ڜe.jng"$pP%uĵ3WRSٶs6 a>LA0`9$W/ L#Ex6BqM]u#h0L=K7s qˡ`? oL ޟ_!jDe L <:c%a} C?f(Z<#a4 WE$444y10jXyLP*GlɱXrCi^"v|rd,q ѭtol;Hqsytr?RY{P<|¦VM=a+4#*paR^y$N>oDh= 'v=ySijE H4pY>?}p dvEg+#B;g7HxehXxN{k[e7e[ ZeyxwW  yq.ߜ%#jל-'rtC~͒X#ZSj !C i3Is8~B#]*lZ ,qz3nK֩,Zt>kQv&w,(89R`F|OtJjSX _x1m|=N)Dgx[Au`&a+1ɌСf=? n:~KI22.ٓ.0&tES^Fk4)W^꿘TՑcւuo,B$i >SX`ɻ^r*,|BAoH] NWlX]%Q} pNْU0pK+lTGծI;"Bީ+hIUS~m%g㹉v7޼F@O E޸\wN;k@D4K]hd,ev!:v"EiWdun8o=')#a$w s >y:[m7 74T"8?<>C^J⿠i ,3)c ɪj0ݻe˧Bgc w]m,'cy [F#AkSS*7%P 2kAA( #+0GMWg_:Y ~ά;^?H4vWFȄ6PSICAGAy=ҕbzh+Mb6a,Wo4Z17NhiOIRF(Es0tZ#w0eCh;}1K riq*#MD@Q8D2Ѡ"  'f*AHKNܿzY'C2}Z#ݨH eX½@f07, ުfToIq0y4g> 1P:P8Jf5] #Dg9hk܂(BaaCvZ,2J&\s&wΧPU= efBwgm]̽t= \4~/o T 6yR@W6|\Y2f_2J̐;}Y?7q4̓1M:OF&'pfjuԶy>Х,DZTn.Ds$i }F҂Xmwc oW $c'grk!A.aCcJby LGU'0l.\9hJ=p^[64.Z{tҾH}@Ec[]v(et7 !y!HXhFslN!G(҅o͢uHXXf~.. =hZeSηQ\w:_adOٛȻcO] G`Z jdD^PAJϟ]R2Еrw= T|Ba)-рW#՟QFtU f5Őߝ ^_@n0ƼBÃ򰺦Tec:[oaqgOĨyϘfvV\ϥ8@/~Jn-ycsQJ,/V.R1; /x@ۋ!+;%ADj(<:e &S]+d0k7rB) l:MUM{rRQ (*V%8;/;@%] oBL(L[g1I@n]R=ja\C#}fBˎ=Tɘ.s0tWdo~d fj1ĝ>~Z!ZxѠUS׫ ZegƄPWMוaK]ܦAo6(0Z cPw͙K$0̊iɉkSB3}é/ &>#^$l'ǎ(Vdif`^ 'K`[@](߮ tpQh LFQxH3Όȳ|hQ5BO5O,x~(hĎ_J%ZZ|,}1r -$S ".{;RNoksz֤JR$Bjf x!0mɥ^Pʤsmj9+\YHrqxE)5< '9v㸦;aZ S%*, &2I2{ZREAG܁ l~u}fH5JȼfݒTTozK[kl.v:KO76- 5.r1C4MYzJ􀔧6TH/üV,-BF6FsY;^iE}F-^2+`{T }EcveL@P$"4W6~0WA2q#T> 9Q ]ÿPσ!ߛHʎ=ΡE%L"/숚TVZ١guPr`ZiQڠ/~Z}ޓ*Vv~+H'J%x=~(f; whpqcyexO#'rG0Φr4  V:܁rLb8 b0싑Ƹy+ocيP_̶d !AoajKP=›q;k?d[<Ը+^2鄟2u{=V [ڭjQ;ZR]6Xށq⤆Y5eqBYE&fEQS$B^"bCͬ"Y>+:BLt~\$t u1QCny%/gQPdZs]XRzK5L|,dل&([v'>Q"ϛ't?hKk|, L<ƪO=WJ ?k08*H@}z@Kr< O_ix PcrZƶFE_3:#PTe9aH mArJ\/WBtbI!(feQ2sJ>µjp ΒTB67H?AX6[O@Vҝ:fIQG,΄T [qwVx3W^mI{ ^uRy= o۸mv)|ӗ9H#=]N;Zs7h>=fҝ]w\Y +BnuS[8K)fI2&8l-{)GwUkZK퀀Z k8X4K(lt,<ċ>Mzb(Ą߬iq=k8)zo}'+ ¨Vϡm`ly4ZBiqOj$xyiMxK̴QGi , c뼌vʶaK3p}J.-1ԃu|J4ڡs:>ƛi Iu>Q4z[X/ :g:0KP(zb6\DU,|, RuA% cK2#~&ns^ÚxHsCXa;w\w`/ߊh@Ηou:iuі+@}dE෩@:J5edd:S<(lUR Q˨FQBb}@ຏA3lԪŊQ<&7HM#W0Ѐ+YK̟bP+44.wiu_nƌ8$8[l3a?|vRYĂ4FO#كY2m 2+"M9]T\yQY& W v?`lZ@-^ q~٪ؾzγ-y)oX\ MbJmЛvF :BX(-@6pbs0K(NWD gw|*"`R Fw5۞xYZ ?W]7$'DMSŇ!CF5sbͩc7#qĹB)4IvU'sI/: ( 9:u_{PKNa,lZfj7![ 9Y1u^IFTl<ʹeIP>mٔ7a \Nu+wUt,;wA~Ԉ|]:Kg! ?FRyj v0E~~#bӧbldsG7 }b8?Sa~E"םG(XO2竝 ^q-rhҫuT[2(d C&>V'FIX)Ïv2Hv=$(6焠U,Dx]SMP^5YQx3[3يlKsj6 2FS<eM=@)܄lc%IVocЋSě@tABdaT Z@迤1yٷ >/I 1fΤ>~ s@nAt/|E,VUp<)WKڛyEΤɐ,F ̐/9HFꁀ{UC2Q QF|;E Y㱘߄fϐ&eRQG( |A$o?e)+Y K^kY>UiJ[;1#4E%m+["G3 't7T0T4WQ.uֽ {@Us ZNټOUͲު;M5,=\QC nVl\m4;~H߮oNa[èΧTb/xf/2&h>KVM:x{b(݈͞ߜ[.$+˲jϞc8p?Kp,` Fp+ܚ}8D: f232)0Al QOj`dySMQU72,XuZ!kK#QTx1. Iak2Rz'68_}䱹tij .;Hqrɿt DF{_\جF 8! #X{ iTd^TpWMp!n0(.N5G{θKC304xesbPS١2UW3^8{D]fykFFhjA$sZdDpQ&!^[1Zyyn;s8X鎣ފ;y^+VQw*}Q2efu\3fT<t`o>L',EQx "|)("w0x]MYuk;`0 HY~;Pe5/@&%oLO]ޭ\2kbm7 @E`_O԰Bvp ל,NCg 8pӋif۷=ODjTd9Hs2` CF=kEyGl7[j(;6Fʙya6HBRIYI3/gOǠXGV,K\ʎ0tKZvvLK"(竲Rpۮ17с$FO~|/Gkw"|RxϕYF6+OlL3k0߂%HEPCS=s00wUnWA=*t}e}(dq E;=).C'~b3i*޼n`5?F!2ۛZat|!gOAE2\VV?=6jlY(́%(ч2DZ4T_@!YL[~u|z%USupo K7l_E$G(OHֶ`+U&,6Mw'2aPg/Xz17[M6(qV>sK,߇ S8ÖIj~ }v N4dՀ@?]-sm~` /1j:ὓI~\Yr.&b $OՄ5IpIHvMZb5h+w1Y%J9VU\ &*:1M}p09?IAKks١ 2#cpzKKBOr{$-mp@$lK^mnD7O}ib-kgM4-GOP f}+k6d)mp:H=5S\A lI;+~ 榛Dp/IHLĄUMoD֞Z`|ZK7f[m(0s` er,ZwQc5/r OkZYk)Þ!@fP;$ B[9,.(P n@n BB܎nm)2ѾɀLk)p7APUQA(^"O>|izEdFNA4oRbI<\xWxнS!Ѣ7vJSg^֑O _G1'VMf;:p (8k{XT9YRVLFRl~R3v4 @#p$Q"R+ yy84g,fj^҃ )o3Y% ;|2ɭI^l KI'^9Sl!"#&et|L-"wUFBaȿDoa8@JzT>oG":m-#{$z Q)i8Z'pnu ( Q3M{f|ǐmwGj`fH{ȃf v-O7LO,).A> (0$H˓@![s5^LLM%CPWz]_/%wQ}e.*q§冓뉀= uW*}°|?eC@*;k?dg(>?i"m2/ غ)+{eU]YOj܌A"k a9z#ՈG wvӥh6fKiˣ@ҥРe|#[R삑$ E.dhk?tTމDs%9ztj n,CJ9H/las;V(C.N KQݐc)[U)vMe%qq9B+x:S=aQpk'pEmhOs %tnʑ t˗"je/Mob:6m L>>z}PhZD(^ _r. kWxR9%|zH-pVר d2 W2@]볇 I+P_BW'z9duE/;L(`)2fKz/W!#c:uNq4K-Fwe>Oj_h`hoG7; &XTbV[w{Dfh:z&.Cl :~<)yҋ? VW96IթzV!*[?\b_~hވè#` SRhV/iLi1tl ,}hҍ ӉPIfj׌3e~3G]\kG?cO«H IuNJdR2G5Y^:x*i:g"P-!" {2'"Rd8̹AˁD8Vh\D2#*("䒕I}x%,?1N*<0gC&RNr)atY{V 6rxF'YXt9_a֜o @jZY 5%T y]Ms?Uw^(9_w|K׻U  h퀟B4x¬.HKCa,DYt%zN]|Sy3,PN&pN_M PdYHg` Hn٫{/p?VGw7Zq>L\^9PB|B#QnsV:RZ|b#D*]mG kP[lkHҟc9^ڮsún%/Ns6Ow4Y¦ϞWX|2(UQ$sAZ肕K5h/8Ԟt/v!EBߖ0JkԈD!Iֆ?&r&t2}uR ˨ւ^|*sk4x !hܟy3ɗ,fe#u8Qw߻+(.$z3-kOƒ18D=fb\ N%V"[wfEdw'4@h½N XQHG+#~ W}Ԃ{+AP:ꀏȎ9WR ۑ~ҵ649GDȒ_ꭎuw&هm (D=p< ou{`p5ymxsi{V*!FybL k7W* _Œgh*7Z̫dSr!~p0M׃pPVd6 ꁈq9h j-tsiȠfEw궍Vx`V sgB)hFA`i_EF%kO͉1|}a wfKGL믑{}r eV#c$qѯ0+._ڸZ} rQ*֎$1PE*B]Y:;氬P碣!7ZZ+Xi,Cs0oS1e \}gJX}[H^D`ؘ&Z.ĺ]VC:XbJeڨW((q[Zr/Hq7%v?'iYgR$bl~Bso.7m cɌEB pq~UZb1_d7ytiFC^E:x*(C![fsGb0Y7b% !<5#jaLqKm6\ B"syq`'/A\HIfᇔ`&p+d"/ua ov6TZ}?xٵ88=anUT4%iznF$121th[evO3ܾ;ZO.Ci Ur${C}5 ʧ9<£X^2@܈_(ܝ.lKR초3Ic\uݛה@s@}0}i8@ݥQ<2Dybƹ7܁5$q}3'qN@A!RIq|faMJiYȘ}v|lSi:%R?U_չ[JTFi#@,Џz[\mӴ$1MJ3?}}TF3F5Y|Qݩ(sf@*/ X 99BTHOxhM5Q3h=r#Vͮa$(W?opmc:d5쓁P0([d542d; DK n9-3K~Z0oYr~0i$ gxfh?rҵ|JЎz'Y8C\K3(ZtF!Qm-?7w,Dغ1${m54)#_|z}=Os55^l%Aj$)@iP~?oHBg\0^` L"x0T` F-,Q5C< zdPWW8ʕ>t\3q@>;LPJlIn]Y_7>*~ƍ> 3s? o^<6 RRuߵBYbOtDQc]*? %C_Hf|o|V<*Q- y ̜̰ӎlΊY$U rϑ Q/aב/<48'9O XIæèt@}"KP PY.T\8WVXaZf ||zՁ[u | \")=yZC czvU4$89G8r"sx&F ;98KrG`Ѕ=${ dMhM aJuht4gF.Їō1 \踡,mpNqY;;F#\ڍdRdg'JJ?+a"sm4CͱzC(NQ.Cnfہyү HՃ{ŝ UcĽ 87$v='-SH# شYDw \i}fv0OGlLJ(RDߓ J|}W ;Ye#X@E/l:#38iGN;[|B|3ro(HDT*9 _Xq%g$#"%xUWCX'Cr^Dy89V@hЁ1s'A^'*Ua.OH^$ѕ.U8dEmۻuG U/8fU XP xcIȅ)׮+<7&&sMf (iUl˞Fz_o'KԂg](R le>F`qyg:5D-4 Z"*}/^TYU N~>YޚH X.fNfn JmnԼ[V{%\x,xUf_ Wshʪ1X*#"'x=zO5Kߎ@/Eǡ5cQyU,9^3."qMcP8p "aq|=`(dկ2Itߜ98bQA &W}. g3x6/*,.ٔ7wR$?Y#-4t\49짌9 KSJlmఋ/ gEe?hTbK*1 "xP)Ѐ&΅JDeim(ƴy[Q"S +o"gͅp͵oisiY:AR)DGZҹAx{ع:h#j*ض$TJjG3+,O4,pIA=][!}يpʊj8lQTHXB!$p^)_K-wRW+p,:rmbADžh_XZ6Ȫ6c-A=[f~G$_^AM2I^RYJfVZƼsXd `qLo6S%3admCV>!j[1(N bxQIҖK|/<{Vg@Pꄱi" uRW{}Bo2eGHf~7zG'2m^G2[1?hsndJ>ݼ<ʌ; wm=}tB11@ô6V.SE"ʇu"5T$լOWDh+'\~"۵}0,gy> !G2u&tGI_ !,KZɮWẌ́`+"qZ9*XW.h!? #>#7f#z?uY^chcDr/i1^Z ԤGڴewgx ֻ*-vTŭ[gXJJ m>J x ˋKnXm:Vw=.m7،O)2- 3I.Y&/1mǨbC rr.D6 Ixr"u0[l"mdrQ31UB ͧ2J18B3jFe9[GàO&9H֑[Ш;6saFT=d9xߛc~<2zSe d~3FԷV7q[I+;t;,[Ii$# <;v~ ʼڐ ] [S:4P=Ph΂p_"4hW'D_3xh ٥c._s%q?&zҪ;NNL\W@0^G^J`! |l힚 .`5{sTe )u=k* {rUߛiN-L$Mma^4ֲ Q}~xa<8"3]XGY2SIabOZ'T 4g{?,; V5+k>VJwT7zY#'UG^..J> " RKa:`|+hx]$^tIBܧ.N<_ڡ ΌX!J^k&dTIߍ@QhaߒH0?B Z.DKE6+Ky.A~Št/SgAѱv(ؘC-8DH~JԠsوLbmsM&iO7 wG޽d(S$cSܣ! lq;\1ܒ2QYT*yՅm1r.śpfGWX;h liRmڊ”-TF&E#*pE!,(}S0n[>l"}W ޓVB߂b !y  UDCNZ Įq$Ш8#2Y$u9O&44~HjEY6`.]r^㡳!tV@8&Y k橲*7W}̓9U@KC8F,̪ȅC\1"GdQ  gx^o Mc fWPORAd9!Yަ_/a.Q[҇?8T܂%pJyk%RlCw{8K rV4ΔwubU᫊hro?eQ- aum%%ónF㢕I>I{duE]毇O2!BXQ?^mנ bU% u#6j `m/g_n;,\:}TL'4ۏ?Ɋk?Vg4֯exf-7JҡM ? ifC[W+ Y0eʹ#=y3'>j [0N0"iS{=N׼p0ۧ&U]MdX:RS>KД_(4J {9m!;vIJe#/W;ES0.8Ǫl{'/').+OY/J aXm_^u%^ gjao gh|߇CNM W1o3,% hhUٙ NJ횲ֿ}OGʏ on'c)Lž(i~ӌGJ#{m>KnY,=|=)r]>^N *Ge8R>YoH^mX(u3 d@2BxxH^.ګ@ l_Rtd6֐` zwqT(k&LI"!cYb] 6̀dx61q-/c1C7oكJ%V^.P?pvN^h cb|)=XzL9Z=Rm5ї4)H^4ޮ=J/}̴s+5eIL tJ|;-jR',xKh=#5J_~ea@5GϜ7) o4$׆MRA/!]cgΛ 83V.$hF8lGvD~CG=7XEg+#l6{\=tDHtڰ|D} Z7dY1#ee cKށ -d*_戸pAF<ݎ`cYoY3F]*p-K]1ɧ$۞5/Δ$ b-l2טn;{,<cIsժ3e5<= u4`nfj.Fai;fEۚVmR2yvA#ټiЩj BNw#DHMzK>/*:If7\$Y2È' }vŽ<)*_0J))yO%v)8 jJ^RRE'Qdq07$5*P Eyfa٤/bg c;4a[>sf bD$ԉN))07W{Ad\@ RF?,ɍ&DU8fF z}ߟBpΉ38$2~z%yzlj¢}y4Xw NlG:CRX}$D 3rW9 U lݶ$%ZJ?XOLg}N \s PIW.!bO:* {*B9f=ϝn>.D0)=koqEzjRlΟ$"Z)-BRSx*ؒ^+Ԙ!sO3 T|0hIwz̦[@4o#Grj;k|Y-G1_XHZ?.f@De4Զ G#cޘLRŜNĥշғLJ>PT!;jGIO#LF'2[1_xtjY1XT{R*'O[F ʘ2B3cofѮ[zF:Mz6lI,PA"?ǰKzzY$ Eg@tU,mz5'/&|n ,%| _&`zƧy^b,T̘@456cGPꥬ3^hs\5/EXUFxFܯ$ul "gCyH'*D -TAmƶ2ZڨTbِ2 JŠ_RZ<\U`d'ؖlA ewA{j0FOBR#L(Kt tRK#9ZGo$n^88cv u8Gon!شh=Rkkʎ V64CJ AuM4 C`I$PwtSsUS/GE-AXؓ4O_n"ڤ_t Dsqczvs"c#g +qeNiXQ7GkĵGk< IŌ8..␦2k+84p$h^$bD1pg|W$"\F@&t|_B]닇"`>gvQZ,{@}$Rَ X^eS@w~5q@%e-_AT̏a^H[c1S{PE_^X 9Th:3o(^dS=@Ơmd\gC{}h 2xCv"SrGBjbpX3q@Xf5\k2FX Bt@oS98@fz!'2s \ö YZ