libLTO15-15.0.7-150500.2.11 >  A dehp9|ӻ| {8UEXYqy_G.5XNw$itZtM ;_V+?GMEX,mS@p>G-p2 {:3Kl1):>#z XRkbUe om*)0ho,ИV4g!0-$:eQ-Ҥ ^f|A)@gukDG5!rYR(v%_732khƬ lQ^ )%0v5419c861a5c0fe0182f8a5ed037d220cd0fff212aaeadccf0169d1df3516019d7b94a1adc5612d012ed1615ad4344c9af67af8da14Odehp9|wp5Tj^b9AĭuQ Oئ z e[u%O}S(d5v'wEex8ؗ) ZfPF;u&GEstBN dpSؾ΍=2\Ov1R⊕?YWP+sO`Hw4/ 1dJ-.Hvc R14ʓGbxg3)>?v5&&'ė>+D]~^ku oBVG=x<>p@?|d   ;tx '-8H P X h , 0@Th,(8 9:>@FGH,I<X@YP\x]݈^ݶbcޞdefluv$wxy z,06xClibLTO1515.0.7150500.2.11Link-time optimizer for LLVMThis package contains the link-time optimizer for LLVM.deibs-arm-3uySUSE Linux Enterprise 15SUSE LLC Apache-2.0 WITH LLVM-exception AND NCSAhttps://www.suse.com/System/Librarieshttps://www.llvm.org/linuxaarch642\;%A큤deDdeccad651d1a31d6cbeb3008b3c7f662494706fdc28f88be235c6c71675f9eca93a624f2dbdf89129cb366e86e041061555611e87ea59f7526f549a8ccb5aaa69eaf8d85c1057d742e597985c7d4e6320b015a9139385cff4cbae06ffc0ebe89afeerootrootrootrootrootrootrootrootllvm15-15.0.7-150500.2.11.src.rpmlibLTO.so.15()(64bit)libLTO.so.15(LLVM_15)(64bit)libLTO15libLTO15(aarch-64)@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libLLVM.so.15()(64bit)libLLVM.so.15(LLVM_15)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3d @c™@cctcgcZrc< @c,N@c*c@c6@cAcc@b@bbL@b@b@bbm$be;bI@bI@b$@bb b D@b[@aa@aNa@aW@a(@a(@aXIaE````y|@`)__@__S_@__@__"@_*@_ @^^y@^x^h^c^=Q@^;^9\^8 @^1s^.^^^@^!@^,]]@]@]N@]]{@]]c@]K@]b@]b@]]2@]V]3@]@]]@]\ \O\\\M\@\u*@\iL\=@\ BOOL- Let new {llvm,clang}*-doc packages "Conflict" with older devel packages, which they were split from. - Let doc packages conflict with older versions of themselves.- (Build)Require only python3-base instead of full python3 package, the additional modules are not required. Helps shortening the build dependency chain. - Remove python3-* requires from lldb9 subpackage, and add it to the bindings/pretty-printer subpackage (python3-lldb9). - Add python3-base Requires to python3-clang subpackage- Add dont-install-example-analyzer-plugins.patch: Remove example analyzer plugins from install targets instead of deleting them. - Add fix-module-test.patch: fix test instead of deleting it. - Don't build static libc++ (with ThinLTO that's not useful anyway). - Don't build libc++experimental. - Don't package libc++abi.so with libc++-devel, it's already contained in the (required) libc++abi-devel. - Be more specific about files in libc++-devel.- Update to version 9.0.0. * For details, see the release notes: - https://releases.llvm.org/9.0.0/docs/ReleaseNotes.html - https://releases.llvm.org/9.0.0/tools/clang/docs/ReleaseNotes.html - https://releases.llvm.org/9.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html - https://releases.llvm.org/9.0.0/projects/libcxx/docs/ReleaseNotes.html - https://releases.llvm.org/9.0.0/tools/lld/docs/ReleaseNotes.html - Change License to "Apache-2.0 WITH LLVM-exception OR NCSA". (https://llvm.org/foundation/relicensing/) - Allow building with ThinLTO and enable it on some architectures. - Disable LTO cache in lto-disable-cache.patch. - Unset MALLOC_CHECK_ for compilation to mitigate lock contention. - No debug info for ppc like for the other 32-bit targets. - Clean up _constraints: same constraints for 32-bit targets. - Don't use BUILD_SHARED_LIBS for Clang anymore, since the newly available libclang-cpp.so should expose the full C++ API. - Link tools with libclang-cpp.so by using CLANG_LINK_CLANG_DYLIB, similar to LLVM_BUILD_LLVM_DYLIB for libLLVM.so. - Remove obsolete n_clang_allow_BUILD_SHARED_LIBRARY.patch. - Add link-clang-shared.patch to link more clang targets with libclang-cpp.so, especially libclang.so. - Add link-clang-tools-extra-shared.patch, link-lldb-shared.patch: link targets in clang-tools-extra and lldb with libclang-cpp.so. - Simplify llvm-do-not-install-static-libraries.patch, also handle Clang, for which we now get static libraries. - Package documentation for llvm and clang separately, recommend them for the main package: they are not required for development, but actually useful for working with the non-devel packages. - Recommend editor plugins not just for llvm-devel. - Recommend libstdc++ for Clang again. - Move diagtool from llvm to clang subpackage. - Properly distinguish between %{_relver} and %{version}. - Drop aarch64-disable-memorytest.patch and reactivate test. - Rebase clang-resourcedirs.patch. - Rebase llvm-normally-versioned-libllvm.patch. - Rebase llvm-remove-clang-only-flags.patch. - Rebase llvm_build_tablegen_component_as_shared_library.patch. - Rebase set-revision.patch. - Increase disk space for build.- Make lldb recommend python3-lldb (it contains pretty printers).- Use python3 shebangs everywhere (boo#1146533). - Drop obsolete opt-viewer-Do-not-require-python-2.patch.- Remove unneccesary dependencies: * groff, bison and flex don't seem to be used. * jsoncpp is no longer used since r338461. * Move some BuildRequires to subpackages. * Don't recommend scan-{build,view} in clang (boo#1145444). * Devel packages are only required in other devel packages, when their headers are included in the installed headers. - Add versions to Provides/Conflicts except for files. - Remove unused (since r268685) CMake flags LLVM_ENABLE_TIMESTAMPS. - Fix installation of opt-viewer files when python3-clang is no longer built.- Update to version 8.0.1. * This release contains bug-fixes for the LLVM 8.0.0 release. This release is API and ABI compatible with 8.0.0. - Don't run LLVM tests on ppc at all because of sporadic hangs.- Increase RAM for armv6/7 to avoid OOM and be scheduled on fast worker- Use the documented LLVM_ENABLE_RTTI to enable RTTI instead of LLVM_REQUIRES_RTTI, which "is an internal flag that individual targets can use to force RTTI". (boo#1139584) - Drop obsolete llvm-build-tests-with-rtti.patch.- Exclude riscv64 for now since it fails to build.- Change some groups: * put libraries in System/Libraries, * devel packages in Development/Libraries, * clang in Development/Languages/C and C++, * the gold plugin in Development/Tools/Building. - Add some URLs, use https:// when possible. - Remove unneeded devel dependencies. - Only suggest a C++ standard library for clang. It's also a C compiler and needs no C++ library when only used as such. - Fix Supplements for editor plugins. - Fix some rpmlint issues: * Reword summary and description for Polly. * Fix /usr/bin/env shebangs. * Remove executable bit where not needed. * Move bash completion to /usr. * Remove hard dependency of libclang8 to libstdc++-devel. - Make rpm macros work properly. - Remove sources from documentation. - Run %fdupes on the right directories. - Enable tests for libcxx. - Reduce memory requirements for compile jobs depending on arch.- Avoid relocation overflow on ppc by not building GPU backends. - Update baselibs.conf.- Disable LTO (boo#1133254).- Fix packaging on ppc: the sanitizers aren't available there, so the directories /usr/lib/clang/*/{lib,share} are missing. - Package LLVMgold even when we don't use gold for linking. It's promised in /usr/lib/cmake/llvm/LLVMExports.cmake. - Unignore test failures on PowerPC64 architectures. The failures in ppc are unrelated to AMDGPU, so we remove that remark. - Fix dependencies: the gold plugin shouldn't depend on llvm-devel. libc++abi-devel should depend on libc++abi. - Fix typo.- Enable libc++ on ARM (Needed for tensorflow)- Update to 8.0.0 * For details, see the release notes: https://llvm.org/releases/8.0.0/docs/ReleaseNotes.html https://llvm.org/releases/8.0.0/tools/clang/docs/ReleaseNotes.html https://llvm.org/releases/8.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html https://llvm.org/releases/8.0.0/tools/lld/docs/ReleaseNotes.html - Drop llvm-unittests-Don-t-install-TestPlugin.so.patch, llvm-drop-llvm-optional-clang-specific-optimization.patch, llvm-D51108.patch, llvm-Ensure-that-variant-part-discriminator-is-read-by-Me.patch, llvm-test-Fix-Assembler-debug-info.ll.patch * Already included upstream - Add 0001-CMake-Add-install-targets-for-utilities-to-LLVM-expo.patch- Remove -fno-strict-aliasing, which upstream doesn't use any more since r245304 in 2015. (http://reviews.llvm.org/D12036) It's probably also not needed for modern versions of GCC. It was enabled in r105644 because of some bugs there. - Add a clang-%{_sonum} symlink, which is referenced by /usr/lib64/cmake/clang/ClangTargets.cmake (boo#1120098) - Package clang builtin headers with libclang. The library is basically unusable without the builtin headers. Currently consumers of libclang have to require clang as well, although only the headers are needed.- llvm-Ensure-that-variant-part-discriminator-is-read-by-Me.patch, llvm-test-Fix-Assembler-debug-info.ll.patch * Fix crash in rustc (boo#1126907)- Allow use of Gold linker to be conditional - Disable Gold linker on ppc + LLVM currently doesn't build with Gold on ppc- Readd clang-7 and clang++-7 symlinks * Fixes uses of clang-devel (boo#1120098)- Update to llvm 7.0.1 * This release contains bug-fixes for the LLVM 7.0.0 release. This release is API and ABI compatible with 7.0.0.- enable gold unconditionally like with llvm6 and older - reenable openmp support again for aarch64 (like it was already in llvm6)- Use %license macro - Use upstream-recommended %{_rpmconfigdir}/macros.d directory for the rpm macros.- Remove ppc from Exclude field in spec file - Allow use of Gold linker to be conditional - Disable Gold linker on ppc - Add patch to fix SUSE GNU triplet on ppc * clang-fix-powerpc-triplet.patch - Add patch from upstream to fix ABI issue on ppc * llvm-D51108.patch - Limit list of enabled targets on ppc * PowerPC;AMDGPU;BPF;NVPTX - Ignore testsuite failures on ppc- llvm-drop-llvm-optional-clang-specific-optimization.patch * Fix ABI incompatibility when libLLVM (built with clang) is linked to a program build with gcc. (boo#1119092)- opt-viewer-Find-style-css-in-usr-share.patch * Make sure opt-viewer installed in /usr/bin can find resources from /usr/share/opt-viewer. (boo#1112730)- llvm-unittests-Don-t-install-TestPlugin.so.patch * It is only used for testing and is causing failures when processing LLVMExports.cmake.- Update to llvm 7.0.0 * For details, see the release notes: https://llvm.org/releases/7.0.0/docs/ReleaseNotes.html https://llvm.org/releases/7.0.0/tools/clang/docs/ReleaseNotes.html https://llvm.org/releases/7.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html https://llvm.org/releases/7.0.0/tools/lld/docs/ReleaseNotes.html - Remove no longer needed patches: * llvm6-fix-gdb-index-crash.patch * lldb-fix-build-with-python-3.7.patch * lldb-add-pthread-dl-libs.patch * polly-cmake-Trust-pkg-config-in-FindJsoncpp.patch - Add tests-use-python3.patch * Prevents tests from failing because of missing python 2. - Add llvm-better-detect-64bit-atomics-support.patch * Fixes build on i586.- Updated llvm-remove-clang-only-flags.patch - Exclude also "-Werror=unguarded-availability-new" (bsc#1106000)- Update to llvm 6.0.1 * This release contains bug-fixes for the LLVM 6.0.0 release. It is API and ABI compatible with 6.0.0. - Remove no longer needed llvm6-fix-InstCombine.patch - Add lldb-fix-build-with-python-3.7.patch * Fix build with python 3.7- llvm6-fix-gdb-index-crash.patch * From upstream, fix lld --gdb-index crash.- Do not requires gcc6 for older sle versions. * llvm6 is not built on <= 12 SP3 and this was preventing build on 12 SP4.- llvm_build_tablegen_component_as_shared_library.patch * Build TableGen component as its own shared library because it is not included in the libLLVM library and is needed for ldc. (bsc#1086445)- Add patch llvm6-fix-InstCombine.patch to fix InstCombine init * Will be fixed in 6.0.1 release- Do not build stage1 with debug info. It was accidentally added with the use of %optflags. This should fix out of memory errors on 32bit architectures and speed up build everywhere else. (bsc#1092697)- llvm-build-tests-with-rtti.patch * Fixes build failure with gcc 8. (bnc#1087136)- Do not export Polly static libraries which we do not distribute. * Updated llvm-do-not-install-static-libraries.patch - Use external jsoncpp instead of the bundled one. * Added polly-cmake-Trust-pkg-config-in-FindJsoncpp.patch - llvm6-devel must require llvm6-polly-devel * Files in llvm6-devel reference Polly.- Update to llvm 6.0.0 * Added polly * Notable changes: - Retpoline Spectre variant 2 mitigation - GlobalISel by default for AArch64 at -O0 - improved scheduling on several x86 micro-architectures - Clang defaults to -std=gnu++14 instead of -std=gnu++98 - support for some upcoming C++2a features - improved optimizations, new compiler warnings, many bug fixes, and more. - Use alternatives for clang's bash autocomplete to prevent conflicts with other versions.- Remove liblldb5 and lldb5-devel from baselibs.conf. They are only build for x86_64, so no point having them in baselibs.conf.- Use %optflags, except for FORTIFY_SOURCE which is not compatible with compiler-rt. - Exclude static libraries differently. * Drop llvm-split-static-library-exports-into-their-own-export-file.diff * Drop clang-split-static-library-exports-into-their-own-export-file.diff * Update llvm-do-not-install-static-libraries.patch to not use EXCLUDE_FROM_ALL which is not available in cmake 3.5. - This fixes build on SLE12. - Do not force gcc6 on OpenSUSE - fixes build. - Reduce the amount of concurent link jobs by increasing their memory requirement - to reduce stalls in OBS.- Cleanup %ifarch conditions, remove targets unintentionally added to s390/s390x. (bnc#1078436)- Limit the amount of parallel link jobs, but no longer limit compile jobs. This should prevent running out of memory during linking while not longer slowing down compilation. - Remove build dependency on procps- Reduce disk size requirement to 30GB in _constraints. We no longer need that much since we stopped building static libraries.- n_clang_allow_BUILD_SHARED_LIBRARY.patch * Allow buildling clang with BUILD_SHARED_LIBRARY while the rest is built with LLVM_LINK_LLVM_DYLIB. (bnc#1065464) - Remove clang-devel-static.- Place gold plugin to the right directory. (bnc#1073210) * It must be in /usr/lib/bfd-plugins on all architectures. * Remove llvm5-gold from baselibs.conf - nothing needs a 32bit version of it and it would now conflict with the 64bit one. - Reduce _constraints requirements on 32bit architectures. * Since we had to disable debuginfo on them, they require much less.- ignore make check error for PowerPC as bypass https://bugs.llvm.org/show_bug.cgi?id=35871- disable debuginfo build for ARM as well- Delete intermediate files during build to reduce total disk usage (bnc#1074625)- Update to llvm 5.0.1 * This release contains bug-fixes for the LLVM 5.0.0 release. * This release is API and ABI compatible with 5.0.0. - llvm-do-not-install-static-libraries.patch * Updated.- Increase minimum memory and disk sizes required for building in _constraints.- Rename python3-lldb to python3-lldb5 so it can work with llvm meta package.- Rename python packages to follow naming conventions. - Remove unnecessary dependencies on python3. - Make opt-viewer not require python2. * opt-viewer-Do-not-require-python-2.patch- Switch to python3. - Fix %check tests when used with python3. * Define LANG=C.UTF-8 when running the tests. - Add explicit Provides/Conflicts to llvm5-devel, clang5-devel-static and lldb5-devel. * These are required to be validated by obs repo-checker.- Use LLVM_OPTIMIZED_TABLEGEN to speed up build. (bnc#1064786) - Fix files of lldb4 to work correctly with update-alternatives. - Remove Conflicts clang(LLDB) from lldb4-devel - it does not exist. It would be provided automatically, but no such cmake file is installed. - llvm-do-not-install-static-libraries.patch * Do not install static libraries instead of installing them and deleting after. * Reduces disk usage during build. (bnc#1064786) - Do not build unnecessary parts during stage1. * Speeds up build a bit. (bnc#1064786)- Updated baselibs.conf to reference version 5 packages. - Deleted rogue llvm5.spec.r29 file. - Deleted arm_suse_support.diff, llvm-add_a_LLVM_USE_LINKER.patch, libsanitizer.patch. - No longer used, applied already in the source.- llvm-normally-versioned-libllvm.patch * Change libLLVM naming scheme to match our naming guidelines. * The reasons for the original naming scheme are no longer valid, more details in the patch.- Disable all thread related tests in libcxx. Many of them use timeouts to detect failure. They can fail randomly if the machine is under heavy load (happens often in OBS).- Drop llvm5-devel-static. llvm5-devel contains shared library with the same content.- Increase disk space requirement in _constraints to 45GB. Otherwise the build gets stuck in random places. - Skip build of lldb5 python on distributions with swig < 3.0.11- Copy from llvm4. - Update to llvm 5.0.0.- Use LLVM_BUILD_LLVM_DYLIB instead of BUILD_SHARED_LIBS to build single libLLVM library. This is the recommended way. The old way was causing various issues. * llvm-split-static-library-exports-into-their-own-export-file.diff * clang-split-static-library-exports-into-their-own-export-file.diff (bnc#1049703) - Add lld, linker for Clang/LLVM (sr#517692) - Include clang++-MAJOR.MINOR symbolic link (bnc#1012260) - Remove unnecessary dependency on flex and bison. - Make sure all binaries are managed by update-alternatives - Add llvm-add_a_LLVM_USE_LINKER.patch and link using gold to prevent memory exhaustion on some build machines. - Reduce debuginfo on x86 architecture. LLVM libraries are so big that they exhaust all memory on 32 bit machine if linked with full debuginfo. - Speed up build by skipping parts that are not required in stage1. - Build lldb in-tree as one of the llvm tools.- clang-ignore-stack-clash-protector.patch: ignore -fstack-clash-protection for now.- xlocale.patch: don't use obsolete - libsanitizer.patch: fix use of undocumented types- build fixes for armv6 (skip testsuite as it requires 64bit, set the list of targets to include ARM and remove triplet hack)- Include provides and conflics in baselibs.conf for llvm4-devel, clang4-devel, llvm4-LTO-devel, and llvm4-gold.- Update to version 4.0.1 * Minor bugfixes- Use gcc6 only for SLE boo#1041469- Package libLLVMFuzzer- readd arm_suse_support.diff which was accidentally removed in the 4.0.0 update- Enable AMDGPU and NVPTX targets everywhere except for S/390. The AMDGPU target is needed for Mesa Clover (sr#485802).- Use gcc6 on SLE12- Package license & credits- Update to version 4.0.0 * See + http://releases.llvm.org/4.0.0/docs/ReleaseNotes.html and + http://releases.llvm.org/4.0.0/tools/clang/docs/ReleaseNotes.html + http://releases.llvm.org/4.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html - Drop the following patches, fixed upstream: amdgpu_revert_r280589.patch arm_suse_support.diff clang-fix-substitutions-abi_tag.patch clang-incomplete-field-types.patch glibc-2.24-libcxx.patch llvm-install-CheckAtomic.patch revert-cmake-soname.patch- Enable BPF for all arches bsc#1026191- libc++ must depend on libc++abi- Stop using otherproviders() due to an rpm parser bug, use self-conflicts instead as suggested by mls.- Add amdgpu_revert_r280589.patch to fix an amdgpu regression bsc#1021577- Require LLVMgold and libLTO in llvm-devel, otherwise we get in CMake: The imported target "LLVMgold" references the file "/usr/lib64/LLVMgold.so" but this file does not exist. This happens when requiring llvm3_9-devel directly, not llvm-devel.- Update to version 3.9.1 * See: + http://llvm.org/releases/3.9.1/docs/ReleaseNotes.html + http://llvm.org/releases/3.9.1/tools/clang/docs/ReleaseNotes.html + http://llvm.org/releases/3.9.1/tools/clang/tools/extra/docs/ReleaseNotes.html- Update to version 3.9.0 * Clang now supports the G++ abi_tag attribute. * Clang will no longer pass --build-id by default to the linker. * Improved C++1z support in Clang. * Clang now has support for all OpenCL 2.0 features. * Added support for all non-offloading features from OpenMP 4.5, * The static analyzer now checks for incorrect usage of MPI APIs in C and C++. * LLVM no longer does inter-procedural analysis and optimization (except inlining) on functions with comdat linkage. * LLVM now supports the Intel CPUs Skylake Server with AVX512 (-march=skylake-avx512) and Knights Landing (-march=knl). * More at: + http://llvm.org/releases/3.9.0/docs/ReleaseNotes.html + http://llvm.org/releases/3.9.0/tools/clang/docs/ReleaseNotes.html + http://llvm.org/releases/3.9.0/tools/clang/tools/extra/docs/ReleaseNotes.html * Fix the following patches: + arm_suse_support.diff + assume-opensuse.patch + clang-resourcedirs.patch + default-to-i586.patch + glibc-2.23-libcxx.patch + glibc-2.24-libcxx.patch + lldb-add-pthread-dl-libs.patch + lldb-cmake.patch + llvm-fix-find-gcc5-install.patch + llvm-remove-clang-only-flags.patch + revert-cmake-soname.patch + set-revision.patch * Remove upstream-included patch: + llvm-nonvoid-return.patch * Remove patch for removed files: + glibc-2.23-libcxx.patch - Backport upstream patches: * clang-fix-substitutions-abi_tag.patch * clang-incomplete-field-types.patch * llvm-install-CheckAtomic.patch - Add clang%{_sonum}-include-fixer subpackage and associated libfindAllSymbols%{_sonum} and libfindAllSymbols%{_sonum}-devel subpackages. - Add sanstats to llvm binary list.- Change update-alternatives to use %postun instead of %preun, which is now what Factory maintainers are requesting. - Use the minor version to set the update-alternatives priority so the most recent version of the LLVM, Clang, and LLDB are used by default. - Add LLVM rpm macros so downstream packages can have some idea how LLVM was built.- Rename libomp to make it possible to have multiple versions available.- Split the old llvm package into this version-specific package and a wrapper package. - Implement update-alternatives to allow parallel installation of many of the subpackages. - Rename subpackages that can be parallel-installed to a version-specific name based on the associated shared library's current .so number. - Various fixes to support the above changes.- Sort a bit with spec-cleaner - Remove the latest switch for now, things should be either coinstallable or not, we don't need to bother around with compilation like this- Update to llvm 3.8.1 * See http://llvm.org/releases/3.8.1/docs/ReleaseNotes.html and http://llvm.org/releases/3.8.1/tools/docs/ReleaseNotes.html - Use versioned libLLVM (to libLLVM3_8) and libclang (to libclang3_8) - Change versioning of liblldb3_8 to liblldb-3_8 and use a variable to control the name instead of hard-coding it. - Use bcond_with and bcond_without to enable/disable build options instead of hard-coding them. - Put buildrequires as requires in -devel packages to avoid linker errors when building packages against the -devel packages. - Add ffi support (disabled by default). - Add oprofile support (disabled by default). - Add valgrind support (disabled by default). - Link cmake files to the normal cmake file directory to allow autodetection of cmake interfaces. - Remove unused lldb components from main spec file. - Split llvm python bindings into own subpackage. - Split emacs plugin into own subpackage - Move additional vim plugins into vim plugins package - Split libc++, libLTO, LLVMgold, libomp, clang-chekers into own subpackages - Make python-clang, llvm-vim-plugins, and llvm-emacs-plugins noarch since they aren't architecture-specific. - Make packages besides llvm, llvm-clang, and the shared libraries conflict with other versions. This will be important when multiple LLVM versions are supported. - Various spec file cleanups - Rebase patches: * arm_suse_support.diff * assume-opensuse.patch * clang-resourcedirs.patch * default-to-i586.patch * glibc-2.23-libcxx.patch * glibc-2.24-libcxx.patch * lldb-add-pthread-dl-libs.patch * lldb-cmake.patch * llvm-fix-find-gcc5-install.patch * llvm-nonvoid-return.patch * llvm-remove-clang-only-flags.patch * revert-cmake-soname.patch * set-revision.patch- Start conversion to use cmake macros with now introduced compatibility for ninja - Reduce number of threads if we don't have enough memory - Add patch for the nonvoid returns: * llvm-nonvoid-return.patch- for ppc64le set memory to 4GB in _constraints file (failure in Factory:PowerPC)- glibc-2.24-libcxx.patch: fix libcxx testsuite for glibc 2.24- Build LLDB separated from LLVM. - Re-enable python bindings for the LLDB API.- Disable libcxx/lldb/openmp for SLE fate#319582- Update rpmlintrc to whitelist libLTO.so- Re-enable glibc-2.23 patch for Tumbleweed- fix arm_suse_support.diff for armv6hl - adjust compile flags for llvm on armv6hl (fixes Mesa build)- Update llvm-remove-clang-only-flags.patch to remove - Wcovered-switch-default flag for gcc compatibility.- Use gcc for stage1 bootstrap - Add back libstdc++-devel dependency for clang since libc++ is only available for x86-64 atm.- Comment out glibc-2.23-libcxx.patch until glibc 2.23 actually hits the Factory.- Update to llvm 3.8.0 * See http://llvm.org/releases/3.8.0/docs/ReleaseNotes.html and http://llvm.org/releases/3.8.0/tools/clang/docs/ReleaseNotes.html - Fold lldb build into llvm and disable python support - Drop clang-disable-ada-extension.patch, libcxxabi-exceptions.patch and cmake-host-triple.patch - Add revert-cmake-soname.patch to fix soname handling- Add glibc-2.23-libcxx.patch to fix test failures with glibc 2.23- Remove FFI support because its fragile- Enable OpenMP for x86, x86_64, ppc64 and ppc64le- Enable all targets on x86, x86_64- Update to version 3.7.0 * See http://llvm.org/releases/3.7.0/docs/ReleaseNotes.html - Merge aarch64-suse-support.patch into arm_suse_support.diff - Refresh arm_suse_support.diff, llvm-fix-find-gcc5-install.patch - Remove llvm-fix-parsearmarch.patch, upstream.- fix build on s390x (one typo in ifarch and one change in filelist)- Update to version 3.6.1 * No changelog upstream- Add llvm-fix-parsearmarch.patch to fix parsing armv{6,7}hl archs.- Update to version 3.6.0 * See http://llvm.org/releases/3.6.0/docs/ReleaseNotes.html - Add python-xml dependency for regression tests - Removed the following patches, fixed upstream: * arm-remove-xfails.diff * libcxx-libdir.patch * llvm-config-lib64.patch * llvm-fix-intrusiverefcntptr.patch- Add llvm-fix-intrusiverefcntptr.patch to fix build of LLVM tools with GCC 5. - Add llvm-fix-find-gcc5-install.patch to properly find installed GCC 5.- Add a gcc dependency for clang, this is heavyweight but we need libgcc_s which comes with the gcc package (bnc#893359)- Conditionalize libcxx{abi} build on build_libcxx variable - Turn libc++.so into an ldscript so it links to libc++abi automatically.- fix constraints for armv6l/armv7l (there is no 4GB RAM on 32bit)/sbin/ldconfig/sbin/ldconfigibs-arm-3 168438374315.0.7-150500.2.1115.0.7-150500.2.11libLTO.so.15libLTO15CREDITS.TXTLICENSE.TXT/usr/lib64//usr/share/licenses//usr/share/licenses/libLTO15/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:SLE-15-SP5:GA/standard/995844e52809aed2d4a0fa8ec93ab008-llvm15cpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9841e83983be3e814a2b181361b213de83ac159a, strippeddirectoryASCII text PPRR R R RRRRRRZp` @ѵutf-846dc0616e530b89252bb58638b3cf622505b7e97846a2745888d14f1963b8d73?7zXZ !t/x;j] crv9wļ`C![3I`xR\Ap=>ˍ냘LY 6u(Q\3w{i2RpVR4`Tᢦ ý*39ǒ 4uCQؖ6Z픪ig˹ X JP#%uZ]~ + 7Ӈ97vRXN 4_q\Jyh,{-haZ7ygOhB{6,zh3aBu'YfLeՊ ")')|n'ҭE]fp`X܆l>%+JɘFa _z}đT$f",( &ԏ~M٪U Tװ\")\6َ]eSIoPA}ww2~lzgtig_+%3uVܖޫ@6x{Fc% uZdt519v\"l[)t/ ߰A h} b4vxBDhq>w"IC1yɥniIk1 (lс1C{Wju&b!lmIq~ ҵ@3 QC$EÕ}A61㊎r$8n_a|D_H< 3Q|^EQrZ,3h|fƮ,e aODVp}+v'߼gM *p'O9./~9+~Ѳ';nP)eGq ]uyn Ԣ183Zm&_7*&]r#~M̤Y ѰrE~ARF X*ЪvĽ.v.d0%?}V2Q%)K+@ xԽ\=&,Dyn=K Я9D36 EVg3S@#qștԲ8OEljڢ6z·7-ӛ _ٹo(7fTT4/)TZ#D33<3ǚm|}zP4;T> n98<.`וcI mPNdJSc(z`cHhS닟VQtdtHΛ5߼IZſv_3Rn;Zg6dW sCud&;.Q[DL=#?Hf N*pY'ӑ{o kY43Qx۲}go4quW$. *GBZXc}@ȺAJfՉcc'a+*ǧstHWhk@T D3B5 5oY8vz9Fvf ʣ b +jZ1$A5qwaP%T'tPHB՛IIU0Uƈ+C(AZ?՜.7o]/0S"v)C}#7b ZaBK2Քߊ}*%8TSXBNX>|=VzՀx8 3!W!-rvl?.P؟q-X RVq5|$KH!R2|o8EGoD͋lz p,J$()Feן7nN!Ma?Qn0A/S^Zj5lSD,<[/~eHu"~~,]t)L;V*h5R3^av`ŴRhSm7tEacJY% \$BQ""ۓ #*KE)`=eNOC)ZϮr%8 m}he^(Xc=\YJY\8In'[0JD"jؼb`@B$Ll1AakMŞ.X&&RUJ%@QBJx'P* CˍJRk6 N`'D,&/kzΣ ֗zL B4yDsJ1[*W6xdwCp ]xAn ^Q_ƻQK g/'j7TeyrـA}'a?9!:i-=EZc3z*k~O7 (ߕ~T{ɉ0ED2TgvgpS]4iw%*2G(:`(/5gߓ}N¢2N >j?XU P>Qª4ێ;TȀ``M*Bͺo/uقHRKD9UZtO޴}H b٩qbzz֏xtR=ؒ 9z5ힽ&+FWχB彗jI@}Wr/g؎L01l7AĬƨ 'VJ}[}ۊoXg:uFHW IN-KTbgA%:oJ,4D'9^BOjsZD[^NR^ĖP[z*%7r{ZNVn74ASu6{V}%Rr3" 6Lyns*^7%'F#+bnh^m8 a'Woy-ʹ`0fld?~L"zQ&B;$у]]"P<Ɗ84 NOnCKp 1Ŏ&rR9㜥&6lHBT@#ގēHmoWxxSrNPhmZۧ3S(i"*w 33nꄔmDd\րJ"0情+tZ8׃OOGA\FZ~놌2p]o CkmذQK Pωq2m/ mӣlM_;NO \< rm`&@g[]vpa kC,k,mh军- F1P8`e>1$r W9ty(F4v|dZx/ K:[췲C^I& +xo:+%nA!Izy1Lwr3'is%d.&Sv z̢ J/#M]?l.2txӿ k;/9jdCJx7fp?pw$>=A:Me,3hG6Y\kvܨ䫲Em@[_7rϋpAxZ&vaLQu{H(_Ej4AogPKg>MrJlqC)CٰBIO? f'7B'o)bEC Ch4`%"*; -;5, >P u6fa8gymQ3%W%xA1hSUDԹ:&$Үw+6Z2&h'"x*4iN)oo%ʛmW m9uo9)&F8SéREYZ? JU)U]cw9{s\){q0<\h738(cP~RaNH,HL3vv:vG~塛yC )#;"T-*,g[`%J%p]_i ɳ&dȑ1FG|G`(T?n17 K麄R:x[}JN wjvPIJ})\Lz3#hVtȁ!]ޣ2Ψ+~bƮ9/:ayųfkFjQĽcqrN5gka_d aq#^1䟀d;ʣ7U/XϚޒ*j+8`1_zD}Jf|3FrH}5ܟkCt59FhfwWIQl|M7JS~uu؞Mأ~zz&)\2$j5~_Rt7_ 72Ǿ&r(G ͐wnHh')@+cDW]QO\"[j TgaVHkk)Ox:V')VjWs}0]d2KS(J- H3oƮ2|DO~`ߛ24l7kI䁛$ȜAG`(/FN`݄5[c[i,QAS/}_\v64_Y} V՘-,8*FPnQfӥSZD&4MG)}y/a^0Ygx4"f&BR JPyXAon%h:־C3ኟ:(=(D棞>nzh3Ld g 3x1z+aьSz0c2x:Շ8 p1e1ƹ)bCY鷛Љ0cϘHf2 ]lھ*{o5l5Zs,>'b{^VsM 3|?=Xu#p:hsOK̉ ';338vKU5qr5:xK]_3N6r11&1?RnunCc5 i@ O|% GU 3Wr' b0={pPVigJ 9D=bCwUY5\~]Sa4GsdbCoU-*& s hJ=Bhh@0"+GY<&c h/K<41@kpZ|OuW2FXLrBƷj^F+,$%Pc8m=Y$Lţ=#zǝEFͥ*$zLW]H4B vã]u0Rcn.u捪2OVZt펹P3ìktԢ8l2uVW5󸇽a#%L0 A^ yPxq\no#Բ;x7Ia*ށјB9p+R;&f@[ǽ1'"ťa*ڵWq>8%:ĮfLn\KeqέV#E'm X,ݝs(z z`%aXK::ӃSS.;+6qbpZk.DEfh"Ięw#)`4Muz)cxr P7YOsLA$6->$Mɗ~!I&z!v0;ZOऀ6ysۥ$"u_\OͲ^D]W+#ЃÜV 9BHS7=y@UnZ_-\ +cPJͻ€7z(?H`jäF8-H078p}z4OO=R)jyTyM;;䈝yP$|aeg֨mDpARn M'ݍn_n=owX(Z|A2gQg >"[}:X=JlXwI}Tƀ3Gnٰ?"n AzE0~;4d;q D̸WcbN3kc) f;GF09ds^sq3vEp0DwVE9_ѝl-thDo.Dbp uFCZM#-Aeㇼ~|oh.Y֏L R|_1*zlOX/.=j3QJ"-DW;ÌV~>Sc GT`dEz'΋G#J6eDQc$Z%3xb0;"t>nnH 1@$3d؞oaԯ#|ղ'o6^,јlUlOrwL–4"=]MF4(a;gë>S4DC"3c_Z˫UxM Qkc)ϮsXǝ ?vPn]Y! պ;ٔ$|P;M\Ex/<={a/,_ؾfFt3 P\b6k_j͜xO79)4M_O哢RIlMU\jybxYG&G ֵmQJ}}[FMXk/sRXl;xlk\]V_,>k"4;$nTd, }I_ fDU*%%REܗ]8P6-q=W۠ FP&!28`שaSʕ|.hQ}Vz踺&}WKo FyI}LB>)S%^pA@|1tۉ!ɇ P} p~xS G4%6G|ڬO~W . Kʙ\F8KƕIFcP48aE\yxg$H$D>?\ rqе.N[4P+V:aO`wWο%2$n(c]/(3{L `/l9KCYcex?t?|ong׊Uay"r5亍[] xf(oWfQ}60>vv>CQ]p=݋S>-8? M?˵:?Ftş YX6r)\,ϸW+$͜|LB荃2W%bt{062{}:u( ;?:/A2d\TGKH(8;K69G ~2Z{'[)U@ejsVT=GqnR|/p~dʂseH[it+t(1K!рλ2ˉ$t76LDY}b؈iq<YuIzPye7($(!HŤ*iH4."_vS m&ˆ)7#ƕ>A NLQzlYНa>{;WZoaW^4Yo<fVŊڂ񼻛/,=j֐;Oiz:}oT7pphC[A4s}(/2WY MxOB4uw3 MU*q0.ڕ @_eZ+ٮ}A%t$k7 nhg7cEx29wi>&&@z.86gT#Z6[J!z@a8o% ymPPmeZ[G^Eo>[ډ<1sKRB*zJk~݃+"S0ZZ Uג71qI|[d`RbO44hٺ8{R?-,;Y \edXy\b1 J8q egokaNC@䃪ZZ\ײi:T@n -bE!opDٔ?1ObuepĤB94C" ھS+-sKA5bKY|DMN}/a9ievHZ=EEbl#K灭Rx# Q8Y%c8_ ];f"7;XD5\Xа7b =K!9pQ7SO96Uw I|ʚt@9_ p fv%]peX¹x*3[vuFbPbh2v K)+x#pH3:X5vB_\ܯp4qJWBrZ_ ol sC]򷋼 ,賄8`+ džsI s{C+o!- gѥ4Fwi`&^!;t5N#K1"ѶߢQS~IZ'&G{MRֺuGH6d]uiP'xST.z.-fWYt$PL }٩›7[z@?= FD-uo1Ƥw r|ha00)rն&MEqErEf9;L%iÂB?ʹ]L_88M OhsEb'&^=S-~_XıgMߵ[0:ppfNf%CFgdG E&OH6Dk"96pU|sw\0ȩpkq}{nܹnv!b b 1G++m;((J*x??Tjp=nTp}n_KQNN@iMfA@pyp@$ -[>e,P[3sm~6kaB0F=?F'Yw4ʞ n9FqpÇJ_YYS̬j=M`Aڢ= !!%w{ƟexKR@F^і%[]C¼g.'VjR;uK@EzuO9.~\v|Ii 9YF&@%K5B3}6rѤLtOϗ fxf:$8!×]MbG{r"NުGw&rRic'pN7L &$qj{ 2hHi2z3ճn|qoB?;2VLNp= o.兟vϬxod1ܲeEV_Mg.!8w6tY+i-_uQ}nQ@!s'4雿4so5f2;3=y[ryڋSoLcmtp<]G>F4Qq_}hBq/c~oz$Ċ|2M(Cr-w"YyVG] ;l~ghtU;6B`x`U?3YWJx1 6s׆ kUXԄ~JjnŠE !霄m;A~( [W 5gZ@ɔt0扚5y'Oڒ5y76/jQ!+q-Ò5d.~6!#7A?kŧ*B qhB|[y8e-p.!!hF$XKK8L4bj?Z$'Șdx pl B"D1LOCj qS'"\0 heF&/AiO;Т1CE೰;>`hjlE< `WJ~h10 ,M9R-ӷYk\m!p?-s1Hӎ ,/Rje̺*m;S*2Q8z#HbUM 9$e Q0ק2'z$3o/e,vm6x6m 75RuzaབྷڰRC+j0u]Dܙz7oN;丩3dyzY46O.8 |-h~"'\_ VEQX 3\0.ԠtmN^/0xc[*2/*Uhl1칬p ]+zFPNrIzralz߃3N0~λRMȋ[4 Dþ2%|3~>nYԋFm׆Pu/3㟫> J7qTjРS\*bR֕fMz M>1lNvwsb3ȍո6P~jYdhzdcxp 46 T iF䢍6cQ谫5iz ꃰ~\!t琈f=T˃X -J=o'w9q* "1{lx`h]V)"8$4Z4At PQ0iyEI"?K豨:_Po17 䏪OeW 3`&b/fMGjnYoa$Do;9 Th~Z++qEQ< zŴcfՁ :D<[HbL?ADW;#NUJ$~-zÃt/fb1zf5 9Nv[/^)I}VFTgL. AN+/|b{2imao6u6G/UqFI dx>žTIțۆ9$a*B! Gk_tbp%(qï{5C$nΐǰ^F鳺Ӌs\c\ݑv4օlm|ak; f@+#{g E^b=zn\]1T c\pmGf :4$`vk|q2>Qxr@(׊av^1DbJ pʯc@D = hCg7qx*c}?+열ѱR˺SxW_NJI\r>K岴=@L;~3HTD1x$#mX_2M 3XApr&LS>}! |gi;\^noLݛ 7:dϜdNm33,k##@hv c/N3:E\P"5-Yu4qdB2TS `^@A43Oe楶[ɁV=:H@%3'O?ʱd@L8|lVh/eS8"=r@"B>m]9L5"M,XS'Pu/t?2+-'{+ x+ 1Tw="ZNeNs`|P ת 8(ȽJeZy$Hj  hQxNq7UMVgM D? ,'S4KYs,F*9+ =@x;h@ēU'OUO"A´/ڴ!0#զic56"%60+iAa-u1XqJBטZ0-zɏGpgiR"А!.iy!Bv-T'#%t(O ~)TȤB+uC>w_/88į1.srjy<,rV.炆x壂EBm)jŇV^3WT|0Ի\U/4W/@JNeIGK!M^^`zQɷ<ݒ`ᗄh F .fk;rpAwT›ϿejX"(We<k6?Pߋa]yV5!.pT.Ω#Ji!+@؞*M,PB0V)'UaٷL_戇O~wCϮ}T+tI?"5i;(Q^I#۱8waGbcZaėhILJ?{nhK6[}Q}"'Hw/L6}}-;f,[N laZ/[='N qIaXW?{5i2LE`{/0cFf12Ry OZ1DJ\7k3J Øx<eS$c6͗9J*%4?>Qy83$͆d{書F; D(׬/קb[̘MTLpӔg|fɆL۵)znO<9 طOH8U;#Ҙ#Ƨ遞A{4 q pe:q/v-_b`heQj)6WNwLZܥ@AC3q$:ݴ%YQ@*g/X6:{6c0HZt  pIvP@0St/ \ ^Y_{)S]㒑UA,+OYiO8 K }ff5z0GtO^QrI>W(ď] $W+AU1؏ZCtۄ{[wF8#hJ y͢!)Mu?nsSH3%_o,6HE{](z Ŀ7&PɤVQJQ㓜ؖ4h]Rܼye"'(c -KU>Ļ҅!ꖟ:>")5T!@ 0U@9[bjM8փ!#݅}-)`Qڈ4oQF`^ .@tÓ4C:xC +H*yrH=JfҞQudߗxsY~/}m'ܝoijPZRt8W>5uۥ<.F-7I iVZs|!h3FG6PC>t;1V;w,!$M8F{풾bft~}Lp$:!h>D$٧gb-,2~ŋ]وNuMawP2^t/ѕߞҭ66婹Vav\2ܱn,4 sYvҙ~Lv_8R+3õh :4(˩/cheO&mLsfY*S/Lf$oFirv iE23gН<;ŵ%8_ERkKy{ a'9p%R3 1l{W0Jͪ5 TLsYG5>ޑc WnŠ-o{1pطyo|D۪P:!E* p3+{Xfلa<>(CNo(a|(C`2|m82Q⸩Gϟ`Ry32FwYK+xn#kdKw+VvJ/x ˲бOԛJMdDQe>I!!CV:fQ&+n1Ei X߱ˌn-~tqNį!> -W?`uߘɔ.)Alܘ yc~ī<=sсz tJLRQL}are!/dߡe&U ܩw^B_q(Ek'0x 3FoE`ZdmboJNj8Ik!IL/)"N|J+mi#"fǞ&kS{ HnpX7o:!jJoɼ|uqU ӦXQ4ͯhͽ6,&/z440p~̱Ԑ-#MuuH$5"_m~Yp&1B gh.<?N}5hY !a,C@6EuQZthҭ`_ Yl Xv[px)Zv<0?'BkQwm&N|gYad^^Y`/H*P5$|-ѸCy/zqHumأ\^‘=i4IX<'΃ȘFD[Fv4$֤H6HUlځ[r7^E q LXK)I+Zgj%fntG瓁 6Egaš?v ?R-+uVq.٪Ѥ$a1<MQXC7vz L\(x `ྥR*% *I*h~v:07˫5D%g{VlDQ*8ϑdh >{B9`XbU,)!?W_$!u&9qa?`!J  U3+顅%07򑙅Зo[ZuݻD4̃ UI(շ8ܘOS,0 Qޓr\ϗk:tR0_KڶHJeoo`ZN#%T, +1d{| NX bMkϸ%~.$/jMlG'WAs΂EMߺ7^9L rdeXXv{h/[w1mx(l>`_}_NCnuL8`ihRrAVeMT )$.gJ`?>26#P=ϋ<8PtL>I_xZW"D Vsr#1gRO*m Z<ݦ 4 n*~2 60zYsd>B}vr3qM>oOK [>?.ZClBx"d-^M+i[͑4WM <'ۂ)bu%BHKl {x t|#iXo|E>i- [&rվHZ > r`9> kk?w4p-!hץʚg)0Ҫo!*A lF;\6)EGQƷ%{ ![Dֺ3hmW9npT:T Xy:6'CVT6*p jc`iʶ]fQT]0~Б->2du |ɁD*uVW mJA|E0v^bT5\@eF/i>)bV@6 Gvv ++P[ t'a zF52ɏ?A6 K"9l8M9Қד>(kH8W1*5DY|}"',1|Ck@Ld(k!bbP jO(*m"(6%̜E$OYp l.@Q&׾WO}W^p$SE֩);'_XτSu f>a0j Yby oJG"s~NM@Gt"FL4{LW@h[ĚfK0 qT~ pխh3ZQn誩xَXiw?aE1ũKbқq#4pZ>ܳ0wäpE ?KF4z* b׵?Y:zB¿RmBKG"L(=BNu>{q",\n]O5eEf@P]HJ58R^+`3/if,nN x<@uZf^>F4,oU ɄCV(.1[[W\!#~T,}_ \ȱ}BL7Zs/ZvŒ9}ns4f~Es~-tBGP䗢5X{v?߱EtfdnW1Nx]XZ~U%m=4ű`00ABǝ`@ĻD( >d\tzSl–D~*]~k 4QNS b`|/fX`g$02K7ٲ& 5&Ys4]*y}pdo]j`Aw8a%3[`\2XT-,uUo ²l Eq)Nժ`婢}4xϦ]]ɠ[?<:8*9>LvE} {BB׋K5OQp*!TY Ǥ;S{k!􃏜̀;~<_[X342;$\$zZ+mgMuVb ݶܕx6BЧ2W]WD C5➛iqן} |gLa6/̒&OKJ9t6c\jZQWP^"zi3!P#{\$ӗJB:rDik?7;lGh.P ֌~%Z,mcFoA-u)E2++U{~/1JK`/'g .+QMR8S?E}U#H[^A99j x+I$l ft,<eTUE-jyA2]~[t笒#6 +o;*7ى?'٩_u_PO]DI2&] R0D^|+ʹhgմ 'EF};EivJRo7L̓@VGggZ#5{!^.&x/8PB% 2=r{re  8%K:|D`nG &_96 4{xX_cQAp8ܱ,;YSȈ'dv>M5"D7s^E;і?Fn YW6I.BN8P}/ KP^p$)c~'Bd<oΝ%V]l`"WKlZY!ɣvת|ֱWڙ.@R'P5A4'r1}IQ&"*哿B6KQfŬba\-gWrrj;>:c)Vi%۝nPS+&hg/S+}|p_MA pW# zeZXħ[TW`WGVXewcdocϪE@B89eWMt2J$ | /q:[Hje(OAIkj21SS%~dQUs"##f˪k+djx_AEJ[Se*M2R@簁 E"@;L|:UMDyiVE cdR{1͖,wHZ3@xp ׃:OZ9Z]WVZK9c1 PoN1~W;< Rm.N؀+Q @6ŜDGtEL[H9Jhq扆1mn8NU]}ǏQQc&ۭ2@eZ\ 2;LT>IPRu%m [>+vvE|@P 1.ǚJlm9MKMO@4kUwUxSQ~sR",kFaæ| ~C{SQ9ŠL'mU g$͂\PGI&W3vw]9ܭ!'lη_[ Xv:j~e&2n@qe% xSyźMqu(p@lOA/soY &D%#_gk(-p^\NqP-#Қߟ sWaM-Jɒ]APfD*ͩ/ =x^d0pu'6>ia[ϛ.[?H .!6?F4:>*JTĢ +U"]z&ؿ|C3$F>0oY]n1 ĹOs˭iuhCD=:qTfy6&0'sy,.S@;9x77HI"h.0Me(Dn%P ^Jgq@Pt)|rzvJ5fStެWKE%\M G))Xjު1#Vt'ǡ=AC8痾|׏~Q,@ ,;SoV!(~u3E!k YZ