Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

llvm14-devel-14.0.6-slfo.1.1.7 RPM for x86_64

From OpenSuSE Leap 16.0 for x86_64

Name: llvm14-devel Distribution: SUSE Linux Framework One
Version: 14.0.6 Vendor: SUSE LLC <https://www.suse.com/>
Release: slfo.1.1.7 Build date: Sat Jun 22 11:34:52 2024
Group: Development/Libraries/C and C++ Build host: h01-ch5b
Size: 22813401 Source RPM: llvm14-14.0.6-slfo.1.1.7.src.rpm
Packager: https://www.suse.com/
Url: https://www.llvm.org/
Summary: Header Files for LLVM
This package contains library and header files needed to develop
new native programs that use the LLVM infrastructure.

Provides

Requires

License

Apache-2.0 WITH LLVM-exception AND NCSA

Changelog

* Thu Nov 30 2023 aaronpuchert@alice-dsl.net
  - Manage clang-cpp with update-alternatives like other binaries.
* Thu Jun 15 2023 aaronpuchert@alice-dsl.net
  - Make python3-clang noarch again and fix conflicts/provides to
    point to %python3_sitelib instead of %python3_sitearch.
* Tue Jun 13 2023 guillaume.gardet@opensuse.org
  - Add patch to fix segmentation fault on aarch64 - boo#1212264:
    * llvm14-fix-segfault-on-aarch64.patch
* Fri May 05 2023 aaronpuchert@alice-dsl.net
  - No longer expect test failures on s390x that have disappeared.
* Sat Apr 15 2023 aaronpuchert@alice-dsl.net
  - Ignore test failures on Leap 15.x ppc64le.
* Sun Oct 30 2022 aaronpuchert@alice-dsl.net
  - Add lldb-swig-4.1.0-build-fix.patch: Fix build with Swig 4.1.0.
* Tue Sep 27 2022 william.brown@suse.com
  - Add llvm-preserve-symbols-used.patch to resolve some symbols preserving
    with asm in Rust.
* Wed Sep 21 2022 aaronpuchert@alice-dsl.net
  - Always drop -gnu from triple for consistency. Patch a test that
    was looking for -linux- in clang-test-xfail-gnuless-triple.patch.
* Mon Sep 19 2022 schwab@suse.de
  - Use correct LLVM_HOST_TRIPLE for riscv64
* Sat Sep 03 2022 aaronpuchert@alice-dsl.net
  - Make sure we keep -DNDEBUG. At some point %{optflags} must have
    lost it, perhaps because CMake usually adds it on top. So when
    overriding CMAKE_{C,CXX}_FLAGS_RELWITHDEBINFO, we make sure to
    take over the other flags. We drop LLVM_ENABLE_ASSERTIONS=OFF,
    because that's the default anyway and hasn't helped here.
  - Add llvm-scev-fix-isImpliedViaMerge.patch: fixes a miscompilation
    caused by mixing up values of the current and previous iteration.
    (See gh#llvm/llvm-project#56242.)
* Fri Aug 26 2022 aaronpuchert@alice-dsl.net
  - Add llvm-lifetime-for-rust.patch to have Rust memory management
    functions considered as lifetime markers. This should aid dead
    store elimination to dynamically allocated memory in Rust code.
* Tue Aug 23 2022 aaronpuchert@alice-dsl.net
  - Don't declare python3-clang as noarch: Python packages are
    installed into %{_libdir}.
* Sat Aug 13 2022 aaronpuchert@alice-dsl.net
  - Use black RPM macro magic to deduplicate binary lists. This
    should have no effect on the generated RPM but shaves ~400 lines
    off the specfile and hopefully makes future maintenance easier.
* Wed Aug 10 2022 aaronpuchert@alice-dsl.net
  - Add WebAssembly support for all architectures.
* Tue Aug 09 2022 mliska@suse.cz
  - Add llvm-glibc-2-36.patch in order to address boo#1202215.
* Mon Jul 04 2022 aaronpuchert@alice-dsl.net
  - Update to version 14.0.6.
    * This release contains bug-fixes for the LLVM 14.0.0 release.
      This release is API and ABI compatible with 14.0.0.
  - Rebase llvm-do-not-install-static-libraries.patch.
* Thu Jun 16 2022 aaronpuchert@alice-dsl.net
  - Update to version 14.0.5.
    * This release contains bug-fixes for the LLVM 14.0.0 release.
      This release is API and ABI compatible with 14.0.0.
  - Rebase llvm-do-not-install-static-libraries.patch.
* Sat May 28 2022 aaronpuchert@alice-dsl.net
  - Update to version 14.0.4.
    * This release contains bug-fixes for the LLVM 14.0.0 release.
      This release is API and ABI compatible with 14.0.0.
  - Don't use gold for linking anymore: on s390x we use ld.bfd with
    LLVMgold.so, on ppc64 we disable ThinLTO for now.
  - Using ld.bfd on s390x exposed an issue with the existing
    llvm_build_tablegen_component_as_shared_library.patch: linking
    llvm-tblgen with libLLVM.so means we also have to link libraries
    used for that (like LLVMTableGenGlobalISel) with libLLVM.so.
  - Rewrite summary and description for llvm-gold to point out that
    it can also be used with ld.bfd, recommend with binutils.
  - Prefer RPM macros over shell scripting, so that we can better
    inspect the build script with substitutions in place.
  - More memory for stage 1 build jobs due to recent OOMs.
  - Add %_libclang_sonum RPM macro to llvm-devel, since that might
    now diverge from %_llvm_sonum.
  - Rebase llvm-do-not-install-static-libraries.patch.
* Sat Apr 30 2022 aaronpuchert@alice-dsl.net
  - Update to version 14.0.3.
    * This release contains bug-fixes for the LLVM 14.0.0 release.
      This release is API and ABI compatible with 14.0.0.
  - Rebase llvm-do-not-install-static-libraries.patch.
  - Use ThinLTO with lld on i586.
* Sun Apr 24 2022 aaronpuchert@alice-dsl.net
  - Update to version 14.0.1.
    * This release contains bug-fixes for the LLVM 14.0.0 release.
      This release is API and ABI compatible with 14.0.0.
  - Rebase llvm-do-not-install-static-libraries.patch.
  - Drop obsolete patches:
    * PPCISelLowering-Avoid-emitting-calls-to-__multi3.patch
  - Don't override default linker flags. (We were losing -Wl,-z,now.)
* Sun Apr 03 2022 aaronpuchert@alice-dsl.net
  - Update to version 14.0.0.
    * For details, see the release notes:
    - https://releases.llvm.org/14.0.0/docs/ReleaseNotes.html
    - https://releases.llvm.org/14.0.0/tools/clang/docs/ReleaseNotes.html
    - https://releases.llvm.org/14.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html
    - https://releases.llvm.org/14.0.0/projects/libcxx/docs/ReleaseNotes.html
    - https://releases.llvm.org/14.0.0/tools/lld/docs/ReleaseNotes.html
    * New LLVM tools:
    - llvm-debuginfod-find: Tool to fetch debuginfod artifacts.
    - llvm-tli-checker: LLVM TargetLibraryInfo versus SDK checker.
    * New Clang tools:
    - clang-linker-wrapper: A wrapper utility over the host linker.
    - clang-nvlink-wrapper: A wrapper tool over nvlink program.
  - Add clang-repl-private-deps.patch to make link dependencies of
    clang-repl private, otherwise CMake can't install.
  - Add PPCISelLowering-Avoid-emitting-calls-to-__multi3.patch to
    fix build on PowerPC (32-bit).
  - Drop llvm-exegesis-link-dylib.patch, instead we don't build
    llvm-exegesis anymore and add check-no-llvm-exegesis.patch to
    disable the corresponding tests.
  - Rebase patches:
    * lldb-cmake.patch
    * llvm-do-not-install-static-libraries.patch
    * llvm-normally-versioned-libllvm.patch
  - Drop patches that have landed upstream:
    * llvm-update-extract-section-script.patch
* Sun Apr 03 2022 aaronpuchert@alice-dsl.net
  - Split up Clang libraries: libclang.so is no longer so-versioned
    alongside LLVM but will stay at libclang.so.13 for now. So we
    put it into a separate package from libclang-cpp.so. Since we
    can't have multiple LLVM versions generate the same package, we
    prefix it for the non-default LLVM with a mechanism inspired by
    the GCC packaging.
  - Patch exported clang/ClangTargets-relwithdebinfo.cmake to refer
    to libclang only by soname, because the installed library might
    be newer than the one originally build with the package.
  - Use the same mechanism to for libc++ and package Clang scripts
    only for the default version. This means we'll no longer have to
    touch the package when a new major version comes out.
  - Make sure we properly clean up the clang scripts if we're not
    packaging them.
  - Let python3-clang use libclang.so.XX, which means we can always
    build it and makes it depend on libclang instead of clang-devel.
  - Fix some rpmlint issues: we don't need explicit library
    dependencies that are detected automatically, and we add proper
    library dependencies to the *-devel packages.
  - Merge llvm-LTO-devel into llvm-devel. That's where the header
    files already are, and they are hard to separate.
  - Let llvm-polly-devel depend on llvm-devel.
  - Remove libLTO and *-devel packages from baselibs, they don't
    seem to be needed. We mostly need libLLVM and maybe libclang-cpp.
  - Consistently set host triple as *-suse-linux-gnu*.
  - Only suggest documentation packages.
* Sun Mar 06 2022 dmueller@suse.com
  - Fix armv6hl cpu architecture typo.
* Sat Feb 19 2022 aaronpuchert@alice-dsl.net
  - Let clang-devel accept a newer version of clang-tools:
    we don't keep multiple versions of the latter.
* Tue Feb 15 2022 aaronpuchert@alice-dsl.net
  - AND instead of OR in License tag after sr#954337.
* Mon Feb 14 2022 aaronpuchert@alice-dsl.net
  - More conflicts for addition to Leap: clang-tools conflicts with
    llvm9 because that doesn't have the move of hmaptool yet, and
    llvm13-devel with llvm{5,7} as they used to have FileCheck.1.gz.
* Tue Feb 08 2022 aaronpuchert@alice-dsl.net
  - Add SUSE_Backports_policy-SLE_conflict to rpmlintrc, we're
    deliberately conflicting with SLE here to offer a newer version
    than what SUSE wants to support.
    (https://code.opensuse.org/leap/features/issue/55)
* Thu Feb 03 2022 aaronpuchert@alice-dsl.net
  - Update to version 13.0.1.
    * This release contains bug-fixes for the LLVM 13.0.0 release.
      This release is API and ABI compatible with 13.0.0.
  - Rebase llvm-do-not-install-static-libraries.patch.
  - Drop obsolete patches:
    * llvm-fix-building-with-GCC-12.patch
  - Drop RUNPATH from packaged binaries, instead set LD_LIBRARY_PATH
    for building and testing to simulate behavior of actual package.
* Mon Jan 31 2022 schwab@suse.de
  - Update constraints for riscv64
* Thu Jan 20 2022 adrian.glaubitz@suse.com
  - Add support for experimental targets and enable the M68k backend
  - Add patch to fix testsuite after enabling the M68k backend
    + llvm-update-extract-section-script.patch
* Sat Dec 18 2021 aaronpuchert@alice-dsl.net
  - BuildRequires: python-rpm-macros to fix Leap 15.3 build.
  - More memory for GCC compile jobs.
* Fri Nov 12 2021 aplanas@suse.com
  - Add FileCheck into the devel package, as is required for testing
    Rust (boo#1192629)
* Tue Nov 02 2021 aaronpuchert@alice-dsl.net
  - Let clang recommend gcc and glibc-devel as we need both for
    building executables. No hard requirement because Clang can be
    used as a frontend only. (boo#1191587)
  - Set minimal CMake version required.
* Tue Nov 02 2021 mliska@suse.cz
  - Backport llvm-fix-building-with-GCC-12.patch in order to fix building
    with GCC 12.
* Sat Oct 02 2021 aaronpuchert@alice-dsl.net
  - Update to version 13.0.0.
    * For details, see the release notes:
    - https://releases.llvm.org/13.0.0/docs/ReleaseNotes.html
    - https://releases.llvm.org/13.0.0/tools/clang/docs/ReleaseNotes.html
    - https://releases.llvm.org/13.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html
    - https://releases.llvm.org/13.0.0/projects/libcxx/docs/ReleaseNotes.html
    - https://releases.llvm.org/13.0.0/tools/lld/docs/ReleaseNotes.html
    * New LLVM tools:
    - llvm-otool: Mach-O object file displaying tool.
    - llvm-sim: LLVM IR Similarity Visualizer.
    - llvm-tapi-diff: Diff tool for tbd files.
    - llvm-windres: Tool to manipulate Windows resources.
    * llvm-elfabi was removed.
    * New Clang tools:
    - clang-repl, an interactive interpreter for C/C++.
    - intercept-build, analyze-build: the former intercepts build
      commands to build a compilation database, the latter runs
      the static analyzer over all translation units.
    - scan-build-py: Python reimplementation of scan-build.
  - Rebase patches:
    * link-clang-shared.patch
    * llvm-do-not-install-static-libraries.patch
    * llvm-exegesis-link-dylib.patch
  - Drop patches that have landed upstream:
    * tablegen-test-link-static.patch
  - Run tests on more architectures, disable those that seem to hang.
    Don't run libcxx tests at all anymore because they take so long.
  - Relax constraints so that we can build on more machines.
* Sat Sep 18 2021 aaronpuchert@alice-dsl.net
  - Set CMAKE_LINKER to workaround CMake wanting to use lld just
    because we're using clang as compiler. Fixes build on aarch64.
    (https://bugs.llvm.org/show_bug.cgi?id=51115)
* Sat Jul 10 2021 aaronpuchert@alice-dsl.net
  - Update to version 12.0.1.
    * This release contains bug-fixes for the LLVM 12.0.0 release.
      This release is API and ABI compatible with 12.0.0.
  - Rebase llvm-do-not-install-static-libraries.patch.
  - Drop obsolete patches:
    * clangd-cmake-non-standard-layout.patch
    * compiler-rt-Remove-cyclades-inclusion-in-sanitizer.patch
    * lld-no-version-on-undefined-weak-lazy-symbols.patch
* Fri Jul 02 2021 aaronpuchert@alice-dsl.net
  - Add compiler-rt-Remove-cyclades-inclusion-in-sanitizer.patch:
    Fix build with linux-glibc-devel 5.13.
* Thu May 13 2021 mliska@suse.cz
  - Set memory limits for DWZ to 4x.
* Fri Apr 16 2021 aaronpuchert@alice-dsl.net
  - Update to version 12.0.0.
    * For details, see the release notes:
    - https://releases.llvm.org/12.0.0/docs/ReleaseNotes.html
    - https://releases.llvm.org/12.0.0/tools/clang/docs/ReleaseNotes.html
    - https://releases.llvm.org/12.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html
    - https://releases.llvm.org/12.0.0/projects/libcxx/docs/ReleaseNotes.html
    - https://releases.llvm.org/12.0.0/tools/lld/docs/ReleaseNotes.html
  - Rebase patches:
    * assume-opensuse.patch
    * lldb-cmake.patch
    * llvm-better-detect-64bit-atomics-support.patch
    * llvm-do-not-install-static-libraries.patch
    * llvm_build_tablegen_component_as_shared_library.patch
  - Drop patches that have landed upstream:
    * Fix-missing-include.patch
  - Always use ld.bfd for stage 1, use lld for stage 2 where we use
    ThinLTO and where it's supported, gold where lld doesn't work,
    and ld.bfd where we don't use ThinLTO. (boo#1181621)
  - Add lld-no-version-on-undefined-weak-lazy-symbols.patch to fix a
    bug in lld that made libLLVM.so contain a corrupt symbol version.
  - Add clangd-cmake-non-standard-layout.patch to fix build in our
    non-monorepo layout.
* Sun Feb 14 2021 aaronpuchert@alice-dsl.net
  - Don't use gold and ThinLTO on ppc64le because of boo#1181621.
  - Fix-missing-include.patch: fix build with GCC 11. (boo#1181875)
  - CMake-Look-up-target-subcomponents-in-LLVM_AVAILABLE_LIBS.patch:
    Fix target component lookup. (boo#1180748)
* Sat Jan 09 2021 aaronpuchert@alice-dsl.net
  - Update to version 11.0.1.
    * This release contains bug-fixes for the LLVM 11.0.0 release.
      This release is API and ABI compatible with 11.0.0.
  - Rebase llvm-do-not-install-static-libraries.patch.
  - Drop obsolete compiler-rt-dont-compile-assembly-files-as-c.patch.
  - Make documentation tarballs more reproducible.
* Wed Jan 06 2021 guillaume.gardet@opensuse.org
  - Increase required RAM for aarch64
* Fri Jan 01 2021 gmbr3@opensuse.org
  - Move BFD plugins to %{_libdir}
* Mon Dec 14 2020 schwab@suse.de
  - polly-pthread.patch: Remove, std::call_once no longer needs libpthread
* Mon Nov 23 2020 aaronpuchert@alice-dsl.net
  - Add compiler-rt-dont-compile-assembly-files-as-c.patch to fix
    build failure with newer CMake versions.
* Sat Nov 14 2020 aaronpuchert@alice-dsl.net
  - Let CMake files in {llvm,clang}X-devel refer to the versioned
    binaries that come with the package instead of the symlink
    managed by update-alternatives. (boo#1178513)
* Sat Oct 24 2020 aaronpuchert@alice-dsl.net
  - Disable ThinLTO on aarch64 because of hangs. (boo#1178070)
  - Enable ThinLTO on ppc64 and ppc64le, the internal error is gone.
* Mon Oct 19 2020 aaronpuchert@alice-dsl.net
  - Update to version 11.0.0.
    * For details, see the release notes:
    - https://releases.llvm.org/11.0.0/docs/ReleaseNotes.html
    - https://releases.llvm.org/11.0.0/tools/clang/docs/ReleaseNotes.html
    - https://releases.llvm.org/11.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html
    - https://releases.llvm.org/11.0.0/projects/libcxx/docs/ReleaseNotes.html
    - https://releases.llvm.org/11.0.0/tools/lld/docs/ReleaseNotes.html
    * New LLVM tools: llvm-gsymutil, llvm-ml.
    * clang-import-test was removed.
  - Drop obsolete patches:
    * clang-ignore-stack-clash-protector.patch
    * fix-atomics-test.patch
    * restore-llvm10-abi.patch
  - Rebase patches:
    * clang-resourcedirs.patch
    * default-to-i586.patch
    * link-clang-shared.patch
    * link-clang-tools-extra-shared.patch
    * lldb-cmake.patch
    * llvm-do-not-install-static-libraries.patch
    * lto-disable-cache.patch
  - Add llvm-exegesis-link-dylib.patch: link llvm-exegesis with
    libLLVM.so, the advanced functionality is not available anyway.
  - Remove -fstack-clash-protection on architectures where it isn't
    actually supported, because that prevents feature detection.
  - Make sure we also build AttributeReference for the documentation.
    This requires building via CMake. Also shorten the paths.
* Thu Jul 30 2020 aaronpuchert@alice-dsl.net
  - Add ld.lld as an alternative for ld. (boo#1174656)
* Wed Jul 22 2020 aaronpuchert@alice-dsl.net
  - Update to version 10.0.1.
    * This release contains bug-fixes for the LLVM 10.0.0 release.
      This release is API and ABI compatible with 10.0.0.
  - Rebase llvm-do-not-install-static-libraries.patch.
  - Replace ValueLattice-Add-new-state-for-undef-constants.patch,
    which landed upstream in a modified version, by
    restore-llvm10-abi.patch that resets the ABI to our 10.0.0.
  - Rewrite lld-default-sha1.patch to be version-independent.
  - Set flags consistently, so that we don't lose -DNDEBUG on 32-bit
    architectures. Also we don't need the opt flags twice. This leads
    to a significant reduction in binary sizes on 32-bit arches.
  - Make it easier to package release candidates.
  - Enable most tests on 32-bit ARM, but not for libcxx.
  - Add fix-atomics-test.patch for architectures where native atomics
    are not available.
  - Lower build constraints for riscv64 a bit to allow building on
    more workers.
  - Allow more compile jobs in stage 2.
* Sun Jul 12 2020 aaronpuchert@alice-dsl.net
  - Factor out computation of the number of jobs into a macro.
  - Choose mem_per_compile_job dependent on build stage, let stage 1
    on x86_64 use more memory.
  - More generous memory allocation on riscv64.
* Tue Jun 23 2020 idonmez@suse.com
  - Add lld-default-sha1.patch to make lld generate SHA1 build-ids by
    default, otherwise our tools cannot process the debuginfo.
* Tue Mar 24 2020 aaronpuchert@alice-dsl.net
  - Update to version 10.0.0.
    * For details, see the release notes:
    - https://releases.llvm.org/10.0.0/docs/ReleaseNotes.html
    - https://releases.llvm.org/10.0.0/tools/clang/docs/ReleaseNotes.html
    - https://releases.llvm.org/10.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html
    - https://releases.llvm.org/10.0.0/projects/libcxx/docs/ReleaseNotes.html
    - https://releases.llvm.org/10.0.0/tools/lld/docs/ReleaseNotes.html
    * New LLVM tools: llvm-ifs, llvm-install-name-tool, llvm-reduce.
    * New Clang tools: clang-move, clang-offload-wrapper, pp-trace.
    * lldb-mi moved to a separate project and is no longer available.
  - Dropped obsolete patches:
    * clang-fix-powerpc-triplet.patch
    * clang-riscv64-rv64gc.diff
    * compiler-rt-move-fdp.patch
    * compiler-rt-sanitizer-ipc-perm.patch
    * D60657-riscv-pcrel_lo.diff
    * gwp-asan-lto.patch
    * libcxx-tests-linux-distribution.patch
    * link-lldb-shared.patch
    * llvm-riscv64-fix-cffi.diff
    * openmp-export-fini.patch
    * riscv-eh-frame-fixup.patch
    * riscv64-suse-linux.patch
  - Rebased patches:
    * assume-opensuse.patch
    * link-clang-tools-extra-shared.patch
    * lldb-cmake.patch
    * llvm_build_tablegen_component_as_shared_library.patch
    * llvm-do-not-install-static-libraries.patch
    * llvm-remove-clang-only-flags.patch
    * lto-disable-cache.patch
    * polly-pthread.patch
    * tests-use-python3.patch
  - Add tablegen-test-link-static.patch: fix TableGenTests.
  - Add ValueLattice-Add-new-state-for-undef-constants.patch: fix
    miscompilation on ppc64/s390x that was leading to test crashes.
  - Enable ThinLTO on aarch64.
  - Disable ThinLTO on ppc64le due to internal error in gold.
  - Delete object files and static libraries from build tree in
    %install already, because debuginfo extraction happens after
    that. If we do it after %check, we run out of disk space.
  - Run tests "manually", because we've already removed many targets.
  - Don't build unit tests, because some of them are now statically
    linked, which is very expensive with LTO. Also unit tests are
    probably not very interesting on the distribution level, we don't
    expect them to perform different than in upstream. The relevant
    upstream change for this is https://reviews.llvm.org/D54439.
  - Drop %if for openSUSE 13.2.
* Mon Mar 23 2020 aaronpuchert@alice-dsl.net
  - Remove conflicts of clang-tools with {clang,llvm}{7,8}: the
    relevant binaries have been removed from those packages. This
    allows having clang-tools together with older versions of llvm.
    For a smooth installation we add OrderWithRequires dependencies.
  - Fix typos in (still inactive) !%{with clang_scripts} part.
* Wed Mar 11 2020 aaronpuchert@alice-dsl.net
  - Require clang-tools for clangX-devel.
* Sat Mar 07 2020 aaronpuchert@alice-dsl.net
  - Move all clang-related scripts (including those originally in
    clangX-checker), hmaptool and clang-doc into a common
    unversioned subpackage clang-tools, like python3-clang.
    The scripts reference the unversioned executables, so allowing
    multiple versions via update-alternatives would be misleading.
    The clang-doc executable will come with assets in Clang 10, so
    we have to take it out of update-alternatives as well.
    This should be the proper solution to boo#1161873.
  - Include run-find-all-symbols script in clang-tools.
  - Remove metadata for clangX-include-fixer subpackage that never
    had any files and thus wasn't released as rpm. There are so many
    clang binaries that packaging them separately doesn't scale.
  - Fix lldb version string, adapt lldb-cmake.patch (boo#1165517).
  - Remove unneccesary libtool dependency.
  - Don't let clang depend on libc++, we link it with libstdc++.
  - Recommend gold plugin if clang and gold are installed.
* Fri Feb 07 2020 rguenther@suse.com
  - Add vim-plugin-llvm Conflicts to clang subpackage which now
    contains files formerly in llvmN-vim-plugins, conflicting with
    packages from older llvm releases.
* Thu Feb 06 2020 rguenther@suse.com
  - Add back emacs-llvm Provides and Conflicts to clang subpackage
    originally in llvm-emacs-plugins to properly conflict with
    llvm-emacs-plugins from older llvm releases.
* Tue Feb 04 2020 rguenther@suse.com
  - Add clang5-devel to clang9-doc conflicts.
* Mon Feb 03 2020 schwab@suse.de
  - Add compiler-rt-sanitizer-ipc-perm.patch: Fix sanitizer-common
    build with glibc 2.31.
* Wed Jan 29 2020 aaronpuchert@alice-dsl.net
  - Move clang-{format,include-fixer,rename}.{el,py} files from
    llvm-*-plugins to clang package. (boo#1161873)
  - Drop the now empty llvm-emacs-plugins package.
* Mon Jan 27 2020 rguenther@suse.com
  - Add polly and lld build conditionals, remove excessive Requires
    to clang from docs.  Fix conditional for libc++ use.
    [jsc#SLE-7400, jsc#SLE-7614, jsc#SLE-7452, jsc#SLE-8920, jsc#SLE-7390,
    jsc#SLE-7587]
* Wed Jan 15 2020 aaronpuchert@alice-dsl.net
  - Undo spec-cleaner changes that we don't want.
    * Reintroduce blank lines in configuration.
    * Use packageand syntax that works for older versions of RPM.
    * Don't use %{_bindir} on left-hand side of sed replacements.
* Sat Jan 11 2020 schwab@suse.de
  - riscv-eh-frame-fixup.patch: Remove changesets that alter the libLLVM ABI
* Wed Jan 08 2020 jcaamano@suse.com
  - Add upstream patch to export compiler-rt FuzzedDataProvider header,
    required by Envoy 1.12.2:
    * compiler-rt-move-fdp.patch
* Mon Jan 06 2020 schwab@suse.de
  - riscv-eh-frame-fixup.patch: Fix handling of .eh_frame on RISC-V
  - polly-pthread.patch: Add missing -lpthread
* Fri Jan 03 2020 schwab@suse.de
  - Enable support for riscv64
  - clang-riscv64-rv64gc.diff, riscv64-suse-linux.patch,
    llvm-riscv64-fix-cffi.diff, D60657-riscv-pcrel_lo.diff: Backports from
    master
* Fri Dec 20 2019 aaronpuchert@alice-dsl.net
  - Update to version 9.0.1.
    * This release contains bug-fixes for the LLVM 9.0.0 release.
      This release is API and ABI compatible with 9.0.0.
  - Drop patches that have landed upstream:
    * dont-install-example-analyzer-plugins.patch
    * fix-module-test.patch
    * llvm-add-missing-include.patch
  - Drop set-revision.patch, don't provide revision number in clang.
    The upstream repository has moved from Subversion to git, so the
    revision number is just a hash, which limits its usefulness.
  - Rebase llvm-do-not-install-static-libraries.patch.
* Thu Dec 05 2019 aaronpuchert@alice-dsl.net
  - Modify libcxx-tests-linux-distribution.patch to remove dependency
    on python-distro again: we don't have expected failures.
* Thu Dec 05 2019 mliska@suse.cz
  - Add llvm-add-missing-include.patch in order to fix
    boo#1158367.
* Tue Dec 03 2019 aaronpuchert@alice-dsl.net
  - Add gwp-asan-lto.patch: Make sure there are no LLVM IR files in
    static libraries that we package.
  - Add libcxx-tests-linux-distribution.patch (boo#1158293):
    Replace platform.linux_distribution by distro.linux_distribution.
  - Make documentation packages noarch.
* Mon Nov 04 2019 aaronpuchert@alice-dsl.net
  - Add openmp-export-fini.patch: Export termination function for
    libomp.so, solves boo#1155108.
  - Remove flaky test case in libcxx.
* Wed Oct 30 2019 fvogt@suse.com
  - Fix typo, BOLL -> BOOL
* Sat Oct 19 2019 aaronpuchert@alice-dsl.net
  - 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.
* Mon Oct 14 2019 stefan.bruens@rwth-aachen.de
  - (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
* Sat Sep 28 2019 aaronpuchert@alice-dsl.net
  - 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.
* Sun Sep 22 2019 aaronpuchert@alice-dsl.net
  - 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.
* Sun Sep 22 2019 l.lunak@centrum.cz
  - Make lldb recommend python3-lldb (it contains pretty printers).
* Wed Aug 21 2019 aaronpuchert@alice-dsl.net
  - Use python3 shebangs everywhere (boo#1146533).
  - Drop obsolete opt-viewer-Do-not-require-python-2.patch.
* Fri Aug 16 2019 aaronpuchert@alice-dsl.net
  - 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.
* Sat Jul 20 2019 aaronpuchert@alice-dsl.net
  - 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.
* Fri Jun 28 2019 guillaume.gardet@opensuse.org
  - Increase RAM for armv6/7 to avoid OOM and be scheduled on fast
    worker
* Thu Jun 27 2019 aaronpuchert@alice-dsl.net
  - 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.
* Tue Jun 18 2019 aaronpuchert@alice-dsl.net
  - Exclude riscv64 for now since it fails to build.
* Sat Jun 15 2019 aaronpuchert@alice-dsl.net
  - 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.
* Sun May 12 2019 aaronpuchert@alice-dsl.net
  - Avoid relocation overflow on ppc by not building GPU backends.
  - Update baselibs.conf.
* Wed Apr 24 2019 mliska@suse.cz
  - Disable LTO (boo#1133254).
* Sat Mar 23 2019 aaronpuchert@alice-dsl.net
  - 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.
* Tue Mar 19 2019 adrian@suse.de
  - Enable libc++ on ARM (Needed for tensorflow)
* Mon Mar 11 2019 msrb@suse.com
  - 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
* Sun Mar 10 2019 aaronpuchert@alice-dsl.net
  - 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.
* Tue Feb 26 2019 msrb@suse.com
  - 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)
* Sun Feb 17 2019 adrian.glaubitz@suse.com
  - Allow use of Gold linker to be conditional
  - Disable Gold linker on ppc
    + LLVM currently doesn't build with Gold on ppc
* Tue Jan 15 2019 msrb@suse.com
  - Readd clang-7 and clang++-7 symlinks
    * Fixes uses of clang-devel (boo#1120098)
* Mon Jan 14 2019 msrb@suse.com
  - 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.
* Sun Dec 30 2018 dmueller@suse.com
  - enable gold unconditionally like with llvm6 and older
  - reenable openmp support again for aarch64 (like it was already in llvm6)
* Wed Dec 19 2018 toddrme2178@gmail.com
  - Use %license macro
  - Use upstream-recommended %{_rpmconfigdir}/macros.d directory
    for the rpm macros.
* Fri Dec 14 2018 adrian.glaubitz@suse.com
  - 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
* Tue Dec 11 2018 msrb@suse.com
  - 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)
* Tue Oct 23 2018 msrb@suse.com
  - 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)
* Fri Oct 19 2018 msrb@suse.com
  - llvm-unittests-Don-t-install-TestPlugin.so.patch
    * It is only used for testing and is causing failures when
      processing LLVMExports.cmake.
* Tue Aug 28 2018 msrb@suse.com
  - 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.
* Mon Aug 27 2018 msrb@suse.com
  - Updated llvm-remove-clang-only-flags.patch
    - Exclude also "-Werror=unguarded-availability-new" (bsc#1106000)
* Wed Jul 25 2018 msrb@suse.com
  - 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
* Fri Jun 29 2018 l.lunak@centrum.cz
  - llvm6-fix-gdb-index-crash.patch
    * From upstream, fix lld --gdb-index crash.
* Thu Jun 14 2018 msrb@suse.com
  - Do not requires gcc6 for older sle versions.
    * llvm6 is not built on <= 12 SP3 and this was preventing build
      on 12 SP4.
* Thu May 17 2018 msrb@suse.com
  - 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)
* Thu May 17 2018 tchvatal@suse.com
  - Add patch llvm6-fix-InstCombine.patch to fix InstCombine init
    * Will be fixed in 6.0.1 release
* Wed May 09 2018 msrb@suse.com
  - 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)
* Wed Apr 11 2018 msrb@suse.com
  - llvm-build-tests-with-rtti.patch
    * Fixes build failure with gcc 8. (bnc#1087136)
* Thu Apr 05 2018 msrb@suse.com
  - 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.
* Mon Mar 19 2018 msrb@suse.com
  - 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.
* Thu Feb 15 2018 msrb@suse.com
  - Remove liblldb5 and lldb5-devel from baselibs.conf. They are only
    build for x86_64, so no point having them in baselibs.conf.
* Wed Feb 07 2018 msrb@suse.com
  - 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.
* Wed Jan 31 2018 msrb@suse.com
  - Cleanup %ifarch conditions, remove targets unintentionally added
    to s390/s390x. (bnc#1078436)
* Tue Jan 30 2018 msrb@suse.com
  - 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
* Mon Jan 29 2018 msrb@suse.com
  - Reduce disk size requirement to 30GB in _constraints. We no
    longer need that much since we stopped building static libraries.
* Thu Jan 18 2018 msrb@suse.com
  - 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.
* Wed Jan 10 2018 msrb@suse.com
  - 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.
* Wed Jan 10 2018 normand@linux.vnet.ibm.com
  - ignore make check error for PowerPC as bypass
    https://bugs.llvm.org/show_bug.cgi?id=35871
* Mon Jan 08 2018 dmueller@suse.com
  - disable debuginfo build for ARM as well
* Fri Jan 05 2018 msrb@suse.com
  - Delete intermediate files during build to reduce total disk usage
    (bnc#1074625)
* Thu Jan 04 2018 msrb@suse.com
  - 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.
* Fri Dec 22 2017 fcrozat@suse.com
  - Increase minimum memory and disk sizes required for building in
    _constraints.
* Wed Dec 13 2017 msrb@suse.com
  - Rename python3-lldb to python3-lldb5 so it can work with llvm
    meta package.
* Mon Dec 11 2017 msrb@suse.com
  - 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
* Mon Dec 04 2017 msrb@suse.com
  - 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.
* Fri Dec 01 2017 msrb@suse.com
  - 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)
* Mon Nov 20 2017 msrb@suse.com
  - 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.
* Tue Oct 17 2017 msrb@suse.com
  - 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.
* Fri Oct 13 2017 msrb@suse.com
  - 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).
* Tue Oct 10 2017 msrb@suse.com
  - Drop llvm5-devel-static. llvm5-devel contains shared library with
    the same content.
* Mon Oct 09 2017 msrb@suse.com
  - 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
* Wed Aug 30 2017 msrb@suse.com
  - Copy from llvm4.
  - Update to llvm 5.0.0.
* Wed Aug 30 2017 msrb@suse.com
  - 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.
* Tue Aug 29 2017 meissner@suse.com
  - clang-ignore-stack-clash-protector.patch: ignore -fstack-clash-protection
    for now.
* Tue Aug 08 2017 schwab@suse.de
  - xlocale.patch: don't use obsolete <xlocale.h>
  - libsanitizer.patch: fix use of undocumented types
* Sun Jul 16 2017 dmueller@suse.com
  - build fixes for armv6 (skip testsuite as it requires 64bit,
    set the list of targets to include ARM and remove triplet hack)
* Sat Jul 01 2017 jimmy@boombatower.com
  - Include provides and conflics in baselibs.conf for llvm4-devel,
    clang4-devel, llvm4-LTO-devel, and llvm4-gold.
* Mon Jun 26 2017 idonmez@suse.com
  - Update to version 4.0.1
    * Minor bugfixes
* Fri Jun 02 2017 idonmez@suse.com
  - Use gcc6 only for SLE boo#1041469
* Tue May 09 2017 idonmez@suse.com
  - Package libLLVMFuzzer
* Wed Apr 19 2017 dmueller@suse.com
  - readd arm_suse_support.diff which was accidentally removed
    in the 4.0.0 update
* Wed Apr 05 2017 afaerber@suse.de
  - Enable AMDGPU and NVPTX targets everywhere except for S/390.
    The AMDGPU target is needed for Mesa Clover (sr#485802).
* Tue Apr 04 2017 idonmez@suse.com
  - Use gcc6 on SLE12
* Thu Mar 30 2017 idonmez@suse.com
  - Package license & credits
* Mon Mar 27 2017 idonmez@suse.com
  - 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
* Fri Feb 24 2017 idonmez@suse.com
  - Enable BPF for all arches bsc#1026191
* Wed Jan 25 2017 idonmez@suse.com
  - libc++ must depend on libc++abi
* Wed Jan 25 2017 idonmez@suse.com
  - Stop using otherproviders() due to an rpm parser bug, use
    self-conflicts instead as suggested by mls.
* Tue Jan 24 2017 idonmez@suse.com
  - Add amdgpu_revert_r280589.patch to fix an amdgpu regression
    bsc#1021577
* Tue Jan 17 2017 jslaby@suse.com
  - 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.
* Wed Dec 21 2016 idonmez@suse.com
  - 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
* Wed Sep 28 2016 toddrme2178@gmail.com
  - 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.
* Fri Sep 23 2016 toddrme2178@gmail.com
  - 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.
* Tue Sep 20 2016 toddrme2178@gmail.com
  - Rename libomp to make it possible to have multiple versions available.
* Fri Sep 09 2016 toddrme2178@gmail.com
  - 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.
* Wed Sep 07 2016 tchvatal@suse.com
  - 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
* Wed Aug 31 2016 toddrme2178@gmail.com
  - 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
* Fri Aug 26 2016 tchvatal@suse.com
  - 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
* Thu Jul 28 2016 normand@linux.vnet.ibm.com
  - for ppc64le set memory to 4GB in _constraints file
    (failure in Factory:PowerPC)
* Wed Jul 13 2016 schwab@suse.de
  - glibc-2.24-libcxx.patch: fix libcxx testsuite for glibc 2.24
* Wed May 18 2016 ronisbr@gmail.com
  - Build LLDB separated from LLVM.
  - Re-enable python bindings for the LLDB API.
* Wed May 18 2016 idonmez@suse.com
  - Disable libcxx/lldb/openmp for SLE fate#319582
* Mon Apr 25 2016 idonmez@suse.com
  - Update rpmlintrc to whitelist libLTO.so
* Mon Apr 11 2016 idonmez@suse.com
  - Re-enable glibc-2.23 patch for Tumbleweed
* Sun Apr 10 2016 dmueller@suse.com
  - fix arm_suse_support.diff for armv6hl
  - adjust compile flags for llvm on armv6hl (fixes Mesa build)
* Mon Apr 04 2016 idonmez@suse.com
  - Update llvm-remove-clang-only-flags.patch to remove
    - Wcovered-switch-default flag for gcc compatibility.
* Wed Mar 16 2016 idonmez@suse.com
  - Use gcc for stage1 bootstrap
  - Add back libstdc++-devel dependency for clang since libc++ is
    only available for x86-64 atm.
* Thu Mar 10 2016 idonmez@suse.com
  - Comment out glibc-2.23-libcxx.patch until glibc 2.23 actually
    hits the Factory.
* Tue Mar 08 2016 idonmez@suse.com
  - 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
* Wed Mar 02 2016 idonmez@suse.com
  - Add glibc-2.23-libcxx.patch to fix test failures with glibc 2.23
* Sat Oct 03 2015 mimi.vx@gmail.com
  -  Remove FFI support because its fragile
* Sun Sep 27 2015 idonmez@suse.com
  - Enable OpenMP for x86, x86_64, ppc64 and ppc64le
* Mon Sep 14 2015 idonmez@suse.com
  - Enable all targets on x86, x86_64
* Wed Sep 02 2015 idonmez@suse.com
  - 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.
* Tue May 26 2015 ro@suse.de
  - fix build on s390x (one typo in ifarch and one change in filelist)
* Mon May 25 2015 idonmez@suse.com
  - Update to version 3.6.1
    * No changelog upstream
* Fri Apr 24 2015 idonmez@suse.com
  - Add llvm-fix-parsearmarch.patch to fix parsing armv{6,7}hl archs.
* Mon Mar 02 2015 idonmez@suse.com
  - 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
* Fri Feb 20 2015 rguenther@suse.com
  - 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.
* Wed Jan 28 2015 idonmez@suse.com
  - Add a gcc dependency for clang, this is heavyweight but we need
    libgcc_s which comes with the gcc package (bnc#893359)
* Fri Dec 12 2014 idonmez@suse.com
  - Conditionalize libcxx{abi} build on build_libcxx variable
  - Turn libc++.so into an ldscript so it links to libc++abi
    automatically.
* Tue Oct 21 2014 dmueller@suse.com
  - fix constraints for armv6l/armv7l (there is no 4GB RAM on 32bit)
* Mon Sep 29 2014 idonmez@suse.com
  - Rename llvm-remove-werror-date-time.patch to
    llvm-remove-clang-only-flags.patch and remove more clang only
    flags.
* Fri Sep 26 2014 idonmez@suse.com
  - Enable shared libs on PPC64
* Thu Sep 25 2014 idonmez@suse.com
  - Require llvm-clang not just clang
* Wed Sep 17 2014 idonmez@suse.com
  - Add llvm-remove-werror-date-time.patch to remove -Werror=date-time
    for CXXFLAGS, gcc does not support it and it creeps into
    llvm-config --cflags
* Wed Sep 17 2014 idonmez@suse.com
  - Remove wrong Requires from the llvm-devel package
* Wed Sep 17 2014 idonmez@suse.com
  - Add default target triple form ARM, fixes bnc#893359
* Fri Sep 05 2014 idonmez@suse.com
  - Use ninja for building
* Thu Sep 04 2014 idonmez@suse.com
  - Update to llvm 3.5.0
    * Major update, see http://llvm.org/releases/3.5.0/docs/ReleaseNotes.html
  - Use upstream pristine tarballs
  - Add libc++/libc++abi support clang (only on x86_64)
  - Add libcxxabi-exceptions.patch to fix libcxxabi exception handling
  - Add libcxx-libdir.patch to fix libdir on 64bit arches
  - Remove asan-disable-hugemalloctest.patch and
    cmake-patchversion.patch, fixed upstream.
* Fri Aug 15 2014 idonmez@suse.com
  - Fix the sed line for minimal damage.
* Wed Jul 23 2014 idonmez@suse.com
  - Add baselibs.conf to source files
* Wed Jul 23 2014 idonmez@suse.com
  - Add cmake-patchversion.patch to sync config.h.in
    with config.h.cmake
* Tue Jul 22 2014 idonmez@suse.com
  - Update to llvm 3.4.2
    * Minor bugfix release
  - Drop clang-max_align_t.patch, applied upstream.
* Sat Jun 21 2014 arnaud@versini.eu
  - Add clang-max_align_t.patch to resolve issue with libstdc++ 4.9
    max_align_t missing declaration
* Tue May 13 2014 peter.trommler@ohm-hochschule.de
  - build compiler-rt on ppc64 (don't delete it)
* Thu Apr 03 2014 idonmez@suse.com
  - Fix resource dir for libclang case (clang-resourcedirs.patch)
  - Always build tests
* Sat Feb 22 2014 ro@suse.de
  - complete ifarchs for s390
* Fri Jan 24 2014 idonmez@suse.com
  - Remove non-existing doc subpackage
* Fri Jan 24 2014 idonmez@suse.com
  - Add a dependency on ncurses-devel since libLLVM now links to
    tinfo.
* Tue Jan 14 2014 idonmez@suse.com
  - Add 32bit libclang bnc#857131
* Tue Jan 07 2014 idonmez@suse.com
  - Update to final llvm 3.4 release
    * See http://llvm.org/releases/3.4/docs/ReleaseNotes.html for
      complete changelog.
* Tue Dec 24 2013 idonmez@suse.com
  - Update to final release candidate (r197980)
* Sat Dec 21 2013 idonmez@suse.com
  - Update to r197866 from release_34 branch
* Tue Dec 17 2013 idonmez@suse.com
  - Update to r197490 from release_34 branch
* Thu Dec 12 2013 idonmez@suse.com
  - Update to r197142 from release_34 branch
  - Disable assertions again now that PPC64 backend is fixed
* Tue Dec 10 2013 idonmez@suse.com
  - Update to r196899 from release_34 branch
  - Remove compiler_rt-r196612.patch, merged upstream
* Mon Dec 09 2013 idonmez@suse.com
  - Add compiler_rt-r196612.patch to fix ubsan failures on i586
* Mon Dec 09 2013 idonmez@suse.com
  - Update to r196762 from release_34 branch
* Mon Dec 09 2013 dvaleev@suse.com
  - enable ppc64le
* Thu Dec 05 2013 idonmez@suse.com
  - Update to r196503 from release_34 branch to get compiler_rt fixes
* Thu Dec 05 2013 idonmez@suse.com
  - Update to r196487 from release_34 branch to get compiler_rt fixes
* Wed Dec 04 2013 idonmez@suse.com
  - Ship cmake files for llvm (needed for lldb and such)
* Wed Dec 04 2013 idonmez@suse.com
  - Update to r196371 from release_34 branch
* Wed Dec 04 2013 termim@gmail.com
  - install python binding to libclang
* Sun Dec 01 2013 idonmez@suse.com
  - Update to r196358 from llvm 3.4 branch
  - Add asan-disable-hugemalloctest.patch to disable
    ASAN HugeMallocTest, it requires 4.1+ GB of RAM.
  - Refresh patches
    * aarch64-suse-support.patch
    * arm_suse_support.diff
    * assume-opensuse.patch
    * default-to-i586.patch
  - Drop upstream patches
    * llvm-disable-pretty-stack-trace.patch
    * r189852.diff
    * unreachable-code.patch
    * llvm-no-visibility.patch
* Tue Oct 22 2013 dmueller@suse.com
  - add r189852.diff: Remove vtables optimisation that breaks ARM
    and PowerPC
  - Disable testsuite on ARMv7, takes forever to run
* Thu Oct 17 2013 schwab@suse.de
  - Fix file list for %arm
* Wed Oct 09 2013 dmueller@suse.com
  - use %arm, not arm in arch conditions
  - add arm-remove-xfails.diff: remove XFAILs in testsuite
    that pass and thereby make check fail
* Fri Sep 27 2013 idonmez@suse.com
  - Set DisablePrettyStackTrace to true since it messes up signal
    handling. bnc#839074 and fdo#60929 implemented with
    llvm-disable-pretty-stack-trace.patch)
* Wed Aug 28 2013 schwab@suse.de
  - Fix filelist for aarch64
* Wed Aug 28 2013 schwab@suse.de
  - aarch64-suse-support.patch: Enable AArch64 suse toolchain support
* Wed Aug 28 2013 idonmez@suse.com
  - Add s390x support
* Wed Aug 28 2013 idonmez@suse.com
  - Remove unused chrpath dependency
  - Re-enable ARCMT since libclang depends on it
* Mon Aug 26 2013 schwab@suse.de
  - Define host_triple for aarch64
* Thu Aug 22 2013 idonmez@suse.com
  - Fix ARMv6 build
* Wed Aug 21 2013 idonmez@suse.com
  - Only enable PowerPC on ppc64
* Mon Aug 12 2013 idonmez@suse.com
  - Disable shared libs on PowerPC
  - Disable ARCMT, it only makes sense for iOS/OSX
* Tue Aug 06 2013 idonmez@suse.com
  - Fix build
* Wed Jul 17 2013 idonmez@suse.com
  - Disable building unit-tests, should fix undefined reference
    problem on ARM & PowerPC
* Tue Jul 16 2013 coolo@suse.com
  - do not build on slow or low memory workers
* Thu Jul 04 2013 idonmez@suse.com
  - Drop disable_neon_in_armv7.diff, neon seems to be working fine
  - Add cmake-host-triple.patch to pass a host triple argument
* Wed Jul 03 2013 idonmez@suse.com
  - Create libLLVM and libclang subpackages.
* Wed Jun 19 2013 llunak@suse.com
  - Fix finding internal headers on x86_64
* Wed Jun 19 2013 idonmez@suse.com
  - Fix ARM v5/v7 builds
* Tue Jun 18 2013 tobias.johannes.klausmann@mni.thm.de
  - Create a baselibs.conf
    Provide *-32 Bit Packages for x86_64
* Thu Jun 13 2013 tobias.johannes.klausmann@mni.thm.de
  - Initial version of a cmake based buildscript
    + Updated arm_suse_support.diff (patch6) to work with llvm 3.3
    + Set version in spec to 3.3
* Thu Jun 13 2013 idonmez@suse.com
  - Update to final 3.3 release (r183898)
* Fri May 24 2013 idonmez@suse.com
  - Disable debug symbols on PPC64
* Tue May 21 2013 idonmez@suse.com
  - Update to version 3.3 RC2
    * Small bugfixes
* Tue May 14 2013 idonmez@suse.com
  - Enable ARM64 support
* Thu May 09 2013 idonmez@suse.com
  - Add unreachable-code.patch to fix unreachable code warnings on SLE
* Wed May 08 2013 idonmez@suse.com
  - Update to version 3.3 RC1
    * Added support for AArch64, ARM’s 64-bit architecture.
    * LLVM now has a new SLP vectorizer.
    * LLVM and clang now support IBM’s z/Architecture.
    * The R600 backend was added in this release, it supports
      AMD GPUs (HD2XXX - HD7XXX).
    * See http://llvm.org/releases/3.3/docs/ReleaseNotes.html for
      complete changelog.
  - Drop upstream patches:
    * pr13303.patch
    * pr14795.patch
    * pr14831.patch
    * python-ulimit.patch
* Wed Jan 16 2013 llunak@suse.com
  - pr13303.patch: reapply, was temporarily reverted upstream
* Fri Jan 11 2013 idonmez@suse.com
  - Add pre-generated doc files, remove sphinx dependency
* Tue Jan 08 2013 llunak@suse.com
  - pr14795.patch: Fix incorrect line numbers after -frewrite-includes
    (PR#14795)
  - pr14831.patch: Do not incorrectly warn about pragmas in -frewrite-includes
    (PR#14831)
* Mon Dec 31 2012 dmueller@suse.com
  - disable cross-compile mode in stage2 for armv5/v7
* Thu Dec 20 2012 idonmez@suse.com
  - Update to final 3.2 release
    * No code changes since rc3
* Sun Dec 16 2012 idonmez@suse.com
  - Update to r170281 from release_32 branch
    * SROA fixes
* Fri Dec 14 2012 idonmez@suse.com
  - Disable compilation on PPC, only PPC64 is supported.
* Fri Dec 14 2012 idonmez@suse.com
  - Add python-ulimit.patch: Don't set a limit on address space.
    This enables us running tests on PowerPC.
* Wed Dec 12 2012 idonmez@suse.com
  - Unbreak PowerPC support
* Sat Dec 08 2012 idonmez@suse.com
  - Update to r169678 from release_32 branch
    * This is 3.2rc3
* Wed Dec 05 2012 idonmez@suse.com
  - Update to r169391 from release_32 branch
    * SROA fixes
* Tue Dec 04 2012 guillaume@opensuse.org
  - Fix ARM build
* Mon Dec 03 2012 schuetzm@gmx.net
  - Fix llvm-config --libdir to return /usr/lib64 where appropriate.
    The old method of using sed on the executable does no longer
    work, because llvm-config is now a binary.
* Fri Nov 30 2012 idonmez@suse.com
  - Update to r168987 from release_32 branch
    * Crash fixes
    * Miscompilation fixes
* Tue Nov 20 2012 idonmez@suse.com
  - Stop excluding ppc64 architecture
* Tue Nov 20 2012 idonmez@suse.com
  - Update to r168357 from release_32 branch
    * Fixes a miscompilation with gcc 4.7
* Sun Nov 18 2012 idonmez@suse.com
  - Update to r168286 from release_32 branch
    * Fixes llvm PR14309
* Thu Nov 15 2012 idonmez@suse.com
  - Update to r168031 from release_32 branch
    * This is 3.2rc1
* Mon Nov 12 2012 idonmez@suse.com
  - Update to r167720 from release_32 branch
    * Thread local variables may have a specified TLS model.
    * LLVM now has a loop optimizer.
    * SROA has been rewritten to be more powerful.
    * A new optimization pass added to merge stack objects
      which are used in disjoint areas of the code.
    * LLVM now merge consecutive loads and stores.
    * New TableGen infrastructure to support bundling for
      Very Long Instruction Word (VLIW) architectures.
    * Added a new target independent VLIW packetizer.
    * A probability based block placement and code layout algorithm
      was added to LLVM's code generator.
    * The ARM target now includes a full featured macro assembler,
      including direct-to-object module support for clang.
    * A new IR-level pass, called "TargetTransformInfo" provides
      a number of low-level interfaces.
  - Refresh default-to-i586.patch to apply again
  - Drop following patches (fixed upstream)
    * arm-suse-support.patch
    * pr12463.patch
    * pr13141.patch
    * pr13303.patch
    * rewrite-includes.patch
    * clang-fix-mips-test.patch (fixed differently in spec file)
* Sat Oct 27 2012 coolo@suse.com
  - add explicit buildrequire groff for man pages
* Mon Sep 10 2012 idonmez@suse.com
  - Fix debuginfo generation
* Thu Jul 19 2012 llunak@suse.com
  - make link time optimization plugin accessible to ar/nm/ranlib
  - build the plugin properly
* Sat Jul 14 2012 adrian@suse.de
  - fix arm build
* Fri Jul 13 2012 llunak@suse.com
  - change rewrite-includes patch to use options to match upstream
    changed option names
* Fri Jul 13 2012 llunak@suse.com
  - fix debuginfo generation (PR#13303)
* Mon Jun 18 2012 llunak@suse.com
  - Do not reject PCH because of -DFOO duplication (PR#13141)
* Tue May 15 2012 idonmez@suse.com
  - Update to final 3.1 release
* Thu May 10 2012 idonmez@suse.com
  - Depend on python-base so we don't pull whole Mesa
* Tue May 08 2012 llunak@suse.com
  - make -rewrite-includes support -C and -CC
* Thu May 03 2012 llunak@suse.com
  - patch for -rewrite-includes feature
* Mon Apr 30 2012 idonmez@suse.com
  - Update to svn revision 155819 from 3.1 branch
    * C++11 fixes
* Fri Apr 27 2012 idonmez@suse.com
  - Update to svn revision 155700 from 3.1 branch
    * Crash fixes
    * C++11 fixes
* Thu Apr 26 2012 idonmez@suse.com
  - Update to svn revision 155574 from 3.1 branch
    * Crash fixes
    * Correctly enable compiler-rt
    * Remove unneeded runtime python dependencies
* Thu Apr 26 2012 idonmez@suse.com
  - Switch to 2-stage bootstrap because we don't do build-compare
    anyway.
* Wed Apr 25 2012 idonmez@suse.com
  - More fixes to llvm-config
* Tue Apr 24 2012 idonmez@suse.com
  - Fix llvm-config --libs output
* Sun Apr 22 2012 idonmez@suse.com
  - Update to svn revision 155320 from 3.1 branch
    * AVX fixes
* Tue Apr 17 2012 idonmez@suse.com
  - Update to svn revision 154914 from 3.1 branch
    Major new features:
    * AddressSanitizer, a fast memory error detector.
    * MachineInstr Bundles, Support to model instruction
      bundling / packing.
    * ARM Integrated Assembler, A full featured assembler
      and direct-to-object support for ARM.
    * Basic Block Placement Probability driven basic block placement.
    LLVM IR and Core Improvements
    * IR support for half float
    * IR support for vectors of pointers, including vector GEPs.
    * Module flags have been introduced.
    * Loads can now have range metadata attached to them to
      describe the possible values being loaded.
    * Inline cost heuristics have been completely overhauled
      and now closely model constant propagation through call sites,
      disregard trivially dead code costs, and
      can model C++ STL iterator patterns.
    Optimizer Improvements
    * The loop unroll pass now is able to unroll loops with
      run-time trip counts. This feature is turned off by default,
      and is enabled with the -unroll-runtime flag.
    * A new basic-block autovectorization pass is available.
      Pass -vectorize to run this pass along with some associated
      post-vectorization cleanup passes.
    X86-32 and X86-64 Target Improvements
    * Bug fixes and improved support for AVX1
    * Support for AVX2 (still incomplete at this point)
    ARM Target Improvements
    * The constant island pass now supports basic block and
      constant pool entry alignments greater than 4 bytes.
    Clang Changes
    * New: -Wdangling-else, -Wstrncat-size
    * Improved: -Wformat, -Wempty-body, -Wliteral-conversion
    * Clang 3.1 adds support for anonymous structs and anonymous unions,
      added in the latest ISO C standard. Use -std=c11 or -std=gnu11
      to enable support for the new language standard.
      The new C11 features are backwards-compatible and are available
      as an extension in all language modes.
    * All warning and language selection flags which previously accepted
      c1x have been updated to accept c11. The old c1x forms have been removed.
    * Generalized constant expressions
    * Lambda expressions
    * Generalized initializers
    * Unrestricted unions
    * User-defined literals
    * Forward-declared enumerations
    * Atomics (both libc++'s and libstdc++4.7's <atomic> are supported)
* Tue Mar 20 2012 idonmez@suse.com
  - Target i586-linux for 32bit builds
* Tue Dec 27 2011 idonmez@suse.com
  - Add upstream fix for llvm PR11642
* Sun Dec 25 2011 idonmez@suse.com
  - Don't run gcc for ada files, just fail instead.
* Thu Dec 22 2011 idonmez@suse.com
  - Add clang-glibc2.14.patch to support glibc 2.14 headers
  - Install profiling support
* Mon Dec 05 2011 idoenmez@suse.de
  - Switch to 3-stage bootstrap
* Fri Dec 02 2011 idoenmez@suse.de
  - Build first stage compiler with -O0 to workaround gcc 4.5 bug
* Thu Dec 01 2011 idoenmez@suse.de
  - Update to final 3.0 release
    * No real change since rc2
* Tue Nov 29 2011 idoenmez@suse.de
  - Use %{_lib} macro instead of checking for x86_64
* Wed Nov 16 2011 idonmez@suse.com
  - Enable ARM support again
  - Switch to optimized build
* Thu Nov 10 2011 idonmez@suse.com
  - Disable ARM support, VM goes out of memory while compiling it
* Thu Nov 10 2011 idonmez@suse.com
  - Really enable ARM support
  - Remove forcing -frtti
* Mon Nov 07 2011 idonmez@suse.com
  - Update to r143961 from llvm-3.0 branch
    * No longer hardcoding include paths
* Mon Nov 07 2011 idonmez@suse.com
  - Fix LLVMgold.so path for x86-64
* Sun Nov 06 2011 idonmez@suse.com
  - Enable ld gold support
* Tue Nov 01 2011 idonmez@suse.com
  - Update r143456 from llvm-3.0 branch
    * llvm/clang 3.0rc2
* Fri Oct 28 2011 idonmez@suse.com
  - Add llvm-pr9614-part{1,2}.patch to fix LLVM PR9614
* Fri Oct 28 2011 idonmez@suse.com
  - Fixup dependencies so that llvm-clang doesn't depend
    on llvm-clang-devel
* Tue Oct 25 2011 idonmez@suse.com
  - Update to r142912 llvm-3.0 branch
    * Fixes to python bindings
* Fri Oct 21 2011 idonmez@suse.com
  - Update to r142641
    * llvm/clang 3.0 rc1
* Thu Oct 20 2011 idonmez@suse.com
  - Enable ARM code generation
* Wed Oct 19 2011 idonmez@suse.com
  - Fix libdir on x86_64
* Tue Oct 18 2011 idonmez@suse.com
  - Update to r142341
    * First build from 3.0 branch
    * -Wc++98-compat warnings for the lexer
    * Add flags for the remaining shift related warnings
      (-Wshift-count-negative, -Wshift-count-overflow).
    * Only warn in -Wliteral-conversion if the conversion
      loses information
    * Added clang_getCompletionAnnotation and
      clang_getCompletionNumAnnotations to retrieve annotations
      from completion string.
    * Add support for -std=gnu90 and -std=c++03, for compatibility
      with modern gcc.
  - Switch to tar.bz2 and remove xz dependency
* Thu Sep 29 2011 idonmez@suse.com
  - Update to r140780
    * Code cleanup
    * Crash fixes
    * Add support for alignment-specifiers in C1X and C++11
    * Introduce a new compiler switch: -fms-compatility
    * Emit debug info for c++0x nullptr.
* Tue Sep 13 2011 idonmez@suse.com
  - Update to r139589
    * C++0x fixes
    * PCH fixes
* Thu Sep 01 2011 idonmez@suse.com
  - Update to r138939
    * Many crash fixes.
    * Performance optimizations.
    * Allow C99 hexfloats in C++0x mode.
    * Add missing function _mm_ucomige_sd to emmintrin.h.
* Fri Aug 12 2011 idonmez@novell.com
  - Update to r137452
    * Fix problems found by PVS-Studio
    * More AVX fixes
    * Many C++ fixes
  - Add assume-opensuse.patch to remove dependency on openSUSE-release
* Wed Aug 03 2011 idonmez@novell.com
  - Update to r136773
    * Many AVX fixes
    * Support for C++0x unicode string and character literals
* Tue Jul 19 2011 vljn@ovi.com
  - Update to r135431
    * API changes to match Mesa requirements
* Mon Jul 11 2011 idonmez@novell.com
  - Update to r134888
    * Type system rewrite
* Sat Jul 09 2011 idonmez@novell.com
  - Update to r134813
    * Mainly gcc compatibility fixes
* Fri Jul 08 2011 idonmez@novell.com
  - Update to r134698
    * Up to 80x speed improvements with -Wuninitialized
* Thu Jul 07 2011 idonmez@novell.com
  - Enable RTTI support
  - Disable assertions because they are not thread safe
  - Update to r134611
    * Many C++ fixes and speedups
    * Updates for AVX instruction support
    * gcc 4.6.1 support
* Sat Jul 02 2011 idonmez@novell.com
  -  Fix manpage generation (bnc #703591)
* Sun Jun 05 2011 idonmez@novell.com
  - Update to r132667
* Sun May 29 2011 idonmez@novell.com
  - Update to use cmake buildsystem
  - Remove unmaintained ocaml support
* Thu May 26 2011 idonmez@novell.com
  - Drop ocaml support because its unmaintained
  - Update to latest svn revision 132050
    + Start of the upcoming 3.0 version
    + Support for gcc 4.6 c++ headers
    + Better support for C++0x
* Fri Apr 29 2011 idoenmez@novell.com
  - Fix ocaml dependency
* Thu Apr 07 2011 idoenmez@novell.com
  - Update to 2.9
    + Type Based Alias Analysis (TBAA) is now implemented in clang
    + LLVM now generates better debug information
    + Inline assembly now supports multiple alternative constraints
* Wed Apr 06 2011 stepan@coresystems.de
  - drop revision from Requires: fields
  - update to 2.8.99 revision 129008.
* Mon Mar 07 2011 jslaby@suse.de
  - spec file cleanup
* Wed Dec 22 2010 dmacvicar@suse.de
  - Do not require specific ffi version but gather the
    appropiate one from the distro
* Fri Dec 10 2010 reddwarf@opensuse.org
  - Fix compatibility with C++0x compilers (g++ 4.5)
* Mon Nov 29 2010 ismail@namtrac.org
  - Fix C include paths
* Fri Nov 26 2010 ismail@namtrac.org
  - Fix header path for openSUSE 11.4
  - Enabled PIC for x86 for loadable module support
  - Enable package tests for llvm and clang
  - Disable package timestamps to silence an rpmlint warning
* Wed Jun 02 2010 anschneider@exsuse.de
  - Fixed the build on x86 plattforms.
  - Package the clang c++-analyzer.
* Sat May 01 2010 jslaby@suse.de
  - update to llvm 2.7
* Mon Mar 15 2010 jslaby@suse.de
  - added vim plugins
* Sun Mar 14 2010 jslaby@suse.de
  - added libffi-devel to llvm-devel requires so that build does not fail
  - fixed build of explicit constructors with gcc45
* Mon Nov 02 2009 jslaby@suse.de
  - Initial 2.6 release

Files

/usr/bin/FileCheck
/usr/bin/llvm-config
/usr/include/llvm
/usr/include/llvm-c
/usr/include/llvm-c/Analysis.h
/usr/include/llvm-c/BitReader.h
/usr/include/llvm-c/BitWriter.h
/usr/include/llvm-c/Comdat.h
/usr/include/llvm-c/Core.h
/usr/include/llvm-c/DataTypes.h
/usr/include/llvm-c/DebugInfo.h
/usr/include/llvm-c/Deprecated.h
/usr/include/llvm-c/Disassembler.h
/usr/include/llvm-c/DisassemblerTypes.h
/usr/include/llvm-c/Error.h
/usr/include/llvm-c/ErrorHandling.h
/usr/include/llvm-c/ExecutionEngine.h
/usr/include/llvm-c/ExternC.h
/usr/include/llvm-c/IRReader.h
/usr/include/llvm-c/Initialization.h
/usr/include/llvm-c/LLJIT.h
/usr/include/llvm-c/Linker.h
/usr/include/llvm-c/Object.h
/usr/include/llvm-c/Orc.h
/usr/include/llvm-c/OrcEE.h
/usr/include/llvm-c/Remarks.h
/usr/include/llvm-c/Support.h
/usr/include/llvm-c/Target.h
/usr/include/llvm-c/TargetMachine.h
/usr/include/llvm-c/Transforms
/usr/include/llvm-c/Transforms/AggressiveInstCombine.h
/usr/include/llvm-c/Transforms/Coroutines.h
/usr/include/llvm-c/Transforms/IPO.h
/usr/include/llvm-c/Transforms/InstCombine.h
/usr/include/llvm-c/Transforms/PassBuilder.h
/usr/include/llvm-c/Transforms/PassManagerBuilder.h
/usr/include/llvm-c/Transforms/Scalar.h
/usr/include/llvm-c/Transforms/Utils.h
/usr/include/llvm-c/Transforms/Vectorize.h
/usr/include/llvm-c/Types.h
/usr/include/llvm-c/lto.h
/usr/include/llvm/ADT
/usr/include/llvm/ADT/APFixedPoint.h
/usr/include/llvm/ADT/APFloat.h
/usr/include/llvm/ADT/APInt.h
/usr/include/llvm/ADT/APSInt.h
/usr/include/llvm/ADT/AllocatorList.h
/usr/include/llvm/ADT/Any.h
/usr/include/llvm/ADT/ArrayRef.h
/usr/include/llvm/ADT/BitVector.h
/usr/include/llvm/ADT/Bitfields.h
/usr/include/llvm/ADT/BitmaskEnum.h
/usr/include/llvm/ADT/BreadthFirstIterator.h
/usr/include/llvm/ADT/CachedHashString.h
/usr/include/llvm/ADT/CoalescingBitVector.h
/usr/include/llvm/ADT/CombinationGenerator.h
/usr/include/llvm/ADT/DAGDeltaAlgorithm.h
/usr/include/llvm/ADT/DeltaAlgorithm.h
/usr/include/llvm/ADT/DenseMap.h
/usr/include/llvm/ADT/DenseMapInfo.h
/usr/include/llvm/ADT/DenseSet.h
/usr/include/llvm/ADT/DepthFirstIterator.h
/usr/include/llvm/ADT/DirectedGraph.h
/usr/include/llvm/ADT/EnumeratedArray.h
/usr/include/llvm/ADT/EpochTracker.h
/usr/include/llvm/ADT/EquivalenceClasses.h
/usr/include/llvm/ADT/FloatingPointMode.h
/usr/include/llvm/ADT/FoldingSet.h
/usr/include/llvm/ADT/FunctionExtras.h
/usr/include/llvm/ADT/GenericCycleImpl.h
/usr/include/llvm/ADT/GenericCycleInfo.h
/usr/include/llvm/ADT/GenericSSAContext.h
/usr/include/llvm/ADT/GraphTraits.h
/usr/include/llvm/ADT/Hashing.h
/usr/include/llvm/ADT/ImmutableList.h
/usr/include/llvm/ADT/ImmutableMap.h
/usr/include/llvm/ADT/ImmutableSet.h
/usr/include/llvm/ADT/IndexedMap.h
/usr/include/llvm/ADT/IntEqClasses.h
/usr/include/llvm/ADT/IntervalMap.h
/usr/include/llvm/ADT/IntrusiveRefCntPtr.h
/usr/include/llvm/ADT/MapVector.h
/usr/include/llvm/ADT/None.h
/usr/include/llvm/ADT/Optional.h
/usr/include/llvm/ADT/PackedVector.h
/usr/include/llvm/ADT/PointerEmbeddedInt.h
/usr/include/llvm/ADT/PointerIntPair.h
/usr/include/llvm/ADT/PointerSumType.h
/usr/include/llvm/ADT/PointerUnion.h
/usr/include/llvm/ADT/PostOrderIterator.h
/usr/include/llvm/ADT/PriorityQueue.h
/usr/include/llvm/ADT/PriorityWorklist.h
/usr/include/llvm/ADT/SCCIterator.h
/usr/include/llvm/ADT/STLArrayExtras.h
/usr/include/llvm/ADT/STLExtras.h
/usr/include/llvm/ADT/STLForwardCompat.h
/usr/include/llvm/ADT/STLFunctionalExtras.h
/usr/include/llvm/ADT/ScopeExit.h
/usr/include/llvm/ADT/ScopedHashTable.h
/usr/include/llvm/ADT/Sequence.h
/usr/include/llvm/ADT/SetOperations.h
/usr/include/llvm/ADT/SetVector.h
/usr/include/llvm/ADT/SmallBitVector.h
/usr/include/llvm/ADT/SmallPtrSet.h
/usr/include/llvm/ADT/SmallSet.h
/usr/include/llvm/ADT/SmallString.h
/usr/include/llvm/ADT/SmallVector.h
/usr/include/llvm/ADT/SparseBitVector.h
/usr/include/llvm/ADT/SparseMultiSet.h
/usr/include/llvm/ADT/SparseSet.h
/usr/include/llvm/ADT/Statistic.h
/usr/include/llvm/ADT/StringExtras.h
/usr/include/llvm/ADT/StringMap.h
/usr/include/llvm/ADT/StringMapEntry.h
/usr/include/llvm/ADT/StringRef.h
/usr/include/llvm/ADT/StringSet.h
/usr/include/llvm/ADT/StringSwitch.h
/usr/include/llvm/ADT/TinyPtrVector.h
/usr/include/llvm/ADT/Triple.h
/usr/include/llvm/ADT/Twine.h
/usr/include/llvm/ADT/TypeSwitch.h
/usr/include/llvm/ADT/UniqueVector.h
/usr/include/llvm/ADT/bit.h
/usr/include/llvm/ADT/edit_distance.h
/usr/include/llvm/ADT/fallible_iterator.h
/usr/include/llvm/ADT/identity.h
/usr/include/llvm/ADT/ilist.h
/usr/include/llvm/ADT/ilist_base.h
/usr/include/llvm/ADT/ilist_iterator.h
/usr/include/llvm/ADT/ilist_node.h
/usr/include/llvm/ADT/ilist_node_base.h
/usr/include/llvm/ADT/ilist_node_options.h
/usr/include/llvm/ADT/iterator.h
/usr/include/llvm/ADT/iterator_range.h
/usr/include/llvm/ADT/simple_ilist.h
/usr/include/llvm/Analysis
/usr/include/llvm/Analysis/AliasAnalysis.h
/usr/include/llvm/Analysis/AliasAnalysisEvaluator.h
/usr/include/llvm/Analysis/AliasSetTracker.h
/usr/include/llvm/Analysis/AssumeBundleQueries.h
/usr/include/llvm/Analysis/AssumptionCache.h
/usr/include/llvm/Analysis/BasicAliasAnalysis.h
/usr/include/llvm/Analysis/BlockFrequencyInfo.h
/usr/include/llvm/Analysis/BlockFrequencyInfoImpl.h
/usr/include/llvm/Analysis/BranchProbabilityInfo.h
/usr/include/llvm/Analysis/CFG.h
/usr/include/llvm/Analysis/CFGPrinter.h
/usr/include/llvm/Analysis/CFLAliasAnalysisUtils.h
/usr/include/llvm/Analysis/CFLAndersAliasAnalysis.h
/usr/include/llvm/Analysis/CFLSteensAliasAnalysis.h
/usr/include/llvm/Analysis/CGSCCPassManager.h
/usr/include/llvm/Analysis/CallGraph.h
/usr/include/llvm/Analysis/CallGraphSCCPass.h
/usr/include/llvm/Analysis/CallPrinter.h
/usr/include/llvm/Analysis/CaptureTracking.h
/usr/include/llvm/Analysis/CmpInstAnalysis.h
/usr/include/llvm/Analysis/CodeMetrics.h
/usr/include/llvm/Analysis/ConstantFolding.h
/usr/include/llvm/Analysis/ConstraintSystem.h
/usr/include/llvm/Analysis/CostModel.h
/usr/include/llvm/Analysis/CycleAnalysis.h
/usr/include/llvm/Analysis/DDG.h
/usr/include/llvm/Analysis/DDGPrinter.h
/usr/include/llvm/Analysis/DOTGraphTraitsPass.h
/usr/include/llvm/Analysis/Delinearization.h
/usr/include/llvm/Analysis/DemandedBits.h
/usr/include/llvm/Analysis/DependenceAnalysis.h
/usr/include/llvm/Analysis/DependenceGraphBuilder.h
/usr/include/llvm/Analysis/DivergenceAnalysis.h
/usr/include/llvm/Analysis/DomPrinter.h
/usr/include/llvm/Analysis/DomTreeUpdater.h
/usr/include/llvm/Analysis/DominanceFrontier.h
/usr/include/llvm/Analysis/DominanceFrontierImpl.h
/usr/include/llvm/Analysis/EHPersonalities.h
/usr/include/llvm/Analysis/FunctionPropertiesAnalysis.h
/usr/include/llvm/Analysis/GlobalsModRef.h
/usr/include/llvm/Analysis/GuardUtils.h
/usr/include/llvm/Analysis/HeatUtils.h
/usr/include/llvm/Analysis/IRSimilarityIdentifier.h
/usr/include/llvm/Analysis/IVDescriptors.h
/usr/include/llvm/Analysis/IVUsers.h
/usr/include/llvm/Analysis/IndirectCallPromotionAnalysis.h
/usr/include/llvm/Analysis/IndirectCallVisitor.h
/usr/include/llvm/Analysis/InlineAdvisor.h
/usr/include/llvm/Analysis/InlineCost.h
/usr/include/llvm/Analysis/InlineModelFeatureMaps.h
/usr/include/llvm/Analysis/InlineOrder.h
/usr/include/llvm/Analysis/InlineSizeEstimatorAnalysis.h
/usr/include/llvm/Analysis/InstCount.h
/usr/include/llvm/Analysis/InstSimplifyFolder.h
/usr/include/llvm/Analysis/InstructionPrecedenceTracking.h
/usr/include/llvm/Analysis/InstructionSimplify.h
/usr/include/llvm/Analysis/Interval.h
/usr/include/llvm/Analysis/IntervalIterator.h
/usr/include/llvm/Analysis/IntervalPartition.h
/usr/include/llvm/Analysis/IteratedDominanceFrontier.h
/usr/include/llvm/Analysis/LazyBlockFrequencyInfo.h
/usr/include/llvm/Analysis/LazyBranchProbabilityInfo.h
/usr/include/llvm/Analysis/LazyCallGraph.h
/usr/include/llvm/Analysis/LazyValueInfo.h
/usr/include/llvm/Analysis/LegacyDivergenceAnalysis.h
/usr/include/llvm/Analysis/Lint.h
/usr/include/llvm/Analysis/Loads.h
/usr/include/llvm/Analysis/LoopAccessAnalysis.h
/usr/include/llvm/Analysis/LoopAnalysisManager.h
/usr/include/llvm/Analysis/LoopCacheAnalysis.h
/usr/include/llvm/Analysis/LoopInfo.h
/usr/include/llvm/Analysis/LoopInfoImpl.h
/usr/include/llvm/Analysis/LoopIterator.h
/usr/include/llvm/Analysis/LoopNestAnalysis.h
/usr/include/llvm/Analysis/LoopPass.h
/usr/include/llvm/Analysis/LoopUnrollAnalyzer.h
/usr/include/llvm/Analysis/MLInlineAdvisor.h
/usr/include/llvm/Analysis/MLModelRunner.h
/usr/include/llvm/Analysis/MemDerefPrinter.h
/usr/include/llvm/Analysis/MemoryBuiltins.h
/usr/include/llvm/Analysis/MemoryDependenceAnalysis.h
/usr/include/llvm/Analysis/MemoryLocation.h
/usr/include/llvm/Analysis/MemorySSA.h
/usr/include/llvm/Analysis/MemorySSAUpdater.h
/usr/include/llvm/Analysis/ModelUnderTrainingRunner.h
/usr/include/llvm/Analysis/ModuleDebugInfoPrinter.h
/usr/include/llvm/Analysis/ModuleSummaryAnalysis.h
/usr/include/llvm/Analysis/MustExecute.h
/usr/include/llvm/Analysis/NoInferenceModelRunner.h
/usr/include/llvm/Analysis/ObjCARCAliasAnalysis.h
/usr/include/llvm/Analysis/ObjCARCAnalysisUtils.h
/usr/include/llvm/Analysis/ObjCARCInstKind.h
/usr/include/llvm/Analysis/ObjCARCUtil.h
/usr/include/llvm/Analysis/OptimizationRemarkEmitter.h
/usr/include/llvm/Analysis/OverflowInstAnalysis.h
/usr/include/llvm/Analysis/PHITransAddr.h
/usr/include/llvm/Analysis/Passes.h
/usr/include/llvm/Analysis/PhiValues.h
/usr/include/llvm/Analysis/PostDominators.h
/usr/include/llvm/Analysis/ProfileSummaryInfo.h
/usr/include/llvm/Analysis/PtrUseVisitor.h
/usr/include/llvm/Analysis/RegionInfo.h
/usr/include/llvm/Analysis/RegionInfoImpl.h
/usr/include/llvm/Analysis/RegionIterator.h
/usr/include/llvm/Analysis/RegionPass.h
/usr/include/llvm/Analysis/RegionPrinter.h
/usr/include/llvm/Analysis/ReleaseModeModelRunner.h
/usr/include/llvm/Analysis/ReplayInlineAdvisor.h
/usr/include/llvm/Analysis/ScalarEvolution.h
/usr/include/llvm/Analysis/ScalarEvolutionAliasAnalysis.h
/usr/include/llvm/Analysis/ScalarEvolutionDivision.h
/usr/include/llvm/Analysis/ScalarEvolutionExpressions.h
/usr/include/llvm/Analysis/ScalarEvolutionNormalization.h
/usr/include/llvm/Analysis/ScopedNoAliasAA.h
/usr/include/llvm/Analysis/SparsePropagation.h
/usr/include/llvm/Analysis/StackLifetime.h
/usr/include/llvm/Analysis/StackSafetyAnalysis.h
/usr/include/llvm/Analysis/SyncDependenceAnalysis.h
/usr/include/llvm/Analysis/SyntheticCountsUtils.h
/usr/include/llvm/Analysis/TargetFolder.h
/usr/include/llvm/Analysis/TargetLibraryInfo.def
/usr/include/llvm/Analysis/TargetLibraryInfo.h
/usr/include/llvm/Analysis/TargetTransformInfo.h
/usr/include/llvm/Analysis/TargetTransformInfoImpl.h
/usr/include/llvm/Analysis/Trace.h
/usr/include/llvm/Analysis/TypeBasedAliasAnalysis.h
/usr/include/llvm/Analysis/TypeMetadataUtils.h
/usr/include/llvm/Analysis/Utils
/usr/include/llvm/Analysis/Utils/ImportedFunctionsInliningStatistics.h
/usr/include/llvm/Analysis/Utils/Local.h
/usr/include/llvm/Analysis/Utils/TFUtils.h
/usr/include/llvm/Analysis/ValueLattice.h
/usr/include/llvm/Analysis/ValueLatticeUtils.h
/usr/include/llvm/Analysis/ValueTracking.h
/usr/include/llvm/Analysis/VecFuncs.def
/usr/include/llvm/Analysis/VectorUtils.h
/usr/include/llvm/AsmParser
/usr/include/llvm/AsmParser/LLLexer.h
/usr/include/llvm/AsmParser/LLParser.h
/usr/include/llvm/AsmParser/LLToken.h
/usr/include/llvm/AsmParser/Parser.h
/usr/include/llvm/AsmParser/SlotMapping.h
/usr/include/llvm/BinaryFormat
/usr/include/llvm/BinaryFormat/AMDGPUMetadataVerifier.h
/usr/include/llvm/BinaryFormat/COFF.h
/usr/include/llvm/BinaryFormat/Dwarf.def
/usr/include/llvm/BinaryFormat/Dwarf.h
/usr/include/llvm/BinaryFormat/DynamicTags.def
/usr/include/llvm/BinaryFormat/ELF.h
/usr/include/llvm/BinaryFormat/ELFRelocs
/usr/include/llvm/BinaryFormat/ELFRelocs/AArch64.def
/usr/include/llvm/BinaryFormat/ELFRelocs/AMDGPU.def
/usr/include/llvm/BinaryFormat/ELFRelocs/ARC.def
/usr/include/llvm/BinaryFormat/ELFRelocs/ARM.def
/usr/include/llvm/BinaryFormat/ELFRelocs/AVR.def
/usr/include/llvm/BinaryFormat/ELFRelocs/BPF.def
/usr/include/llvm/BinaryFormat/ELFRelocs/CSKY.def
/usr/include/llvm/BinaryFormat/ELFRelocs/Hexagon.def
/usr/include/llvm/BinaryFormat/ELFRelocs/Lanai.def
/usr/include/llvm/BinaryFormat/ELFRelocs/M68k.def
/usr/include/llvm/BinaryFormat/ELFRelocs/MSP430.def
/usr/include/llvm/BinaryFormat/ELFRelocs/Mips.def
/usr/include/llvm/BinaryFormat/ELFRelocs/PowerPC.def
/usr/include/llvm/BinaryFormat/ELFRelocs/PowerPC64.def
/usr/include/llvm/BinaryFormat/ELFRelocs/RISCV.def
/usr/include/llvm/BinaryFormat/ELFRelocs/Sparc.def
/usr/include/llvm/BinaryFormat/ELFRelocs/SystemZ.def
/usr/include/llvm/BinaryFormat/ELFRelocs/VE.def
/usr/include/llvm/BinaryFormat/ELFRelocs/i386.def
/usr/include/llvm/BinaryFormat/ELFRelocs/x86_64.def
/usr/include/llvm/BinaryFormat/MachO.def
/usr/include/llvm/BinaryFormat/MachO.h
/usr/include/llvm/BinaryFormat/Magic.h
/usr/include/llvm/BinaryFormat/Minidump.h
/usr/include/llvm/BinaryFormat/MinidumpConstants.def
/usr/include/llvm/BinaryFormat/MsgPack.def
/usr/include/llvm/BinaryFormat/MsgPack.h
/usr/include/llvm/BinaryFormat/MsgPackDocument.h
/usr/include/llvm/BinaryFormat/MsgPackReader.h
/usr/include/llvm/BinaryFormat/MsgPackWriter.h
/usr/include/llvm/BinaryFormat/Swift.def
/usr/include/llvm/BinaryFormat/Swift.h
/usr/include/llvm/BinaryFormat/Wasm.h
/usr/include/llvm/BinaryFormat/WasmRelocs.def
/usr/include/llvm/BinaryFormat/WasmTraits.h
/usr/include/llvm/BinaryFormat/XCOFF.h
/usr/include/llvm/Bitcode
/usr/include/llvm/Bitcode/BitcodeAnalyzer.h
/usr/include/llvm/Bitcode/BitcodeCommon.h
/usr/include/llvm/Bitcode/BitcodeConvenience.h
/usr/include/llvm/Bitcode/BitcodeReader.h
/usr/include/llvm/Bitcode/BitcodeWriter.h
/usr/include/llvm/Bitcode/BitcodeWriterPass.h
/usr/include/llvm/Bitcode/LLVMBitCodes.h
/usr/include/llvm/Bitstream
/usr/include/llvm/Bitstream/BitCodes.h
/usr/include/llvm/Bitstream/BitstreamReader.h
/usr/include/llvm/Bitstream/BitstreamWriter.h
/usr/include/llvm/CodeGen
/usr/include/llvm/CodeGen/AccelTable.h
/usr/include/llvm/CodeGen/Analysis.h
/usr/include/llvm/CodeGen/AntiDepBreaker.h
/usr/include/llvm/CodeGen/AsmPrinter.h
/usr/include/llvm/CodeGen/AsmPrinterHandler.h
/usr/include/llvm/CodeGen/AtomicExpandUtils.h
/usr/include/llvm/CodeGen/BasicBlockSectionUtils.h
/usr/include/llvm/CodeGen/BasicTTIImpl.h
/usr/include/llvm/CodeGen/CSEConfigBase.h
/usr/include/llvm/CodeGen/CalcSpillWeights.h
/usr/include/llvm/CodeGen/CallingConvLower.h
/usr/include/llvm/CodeGen/CodeGenCommonISel.h
/usr/include/llvm/CodeGen/CodeGenPassBuilder.h
/usr/include/llvm/CodeGen/CommandFlags.h
/usr/include/llvm/CodeGen/CostTable.h
/usr/include/llvm/CodeGen/DAGCombine.h
/usr/include/llvm/CodeGen/DFAPacketizer.h
/usr/include/llvm/CodeGen/DIE.h
/usr/include/llvm/CodeGen/DIEValue.def
/usr/include/llvm/CodeGen/DbgEntityHistoryCalculator.h
/usr/include/llvm/CodeGen/DebugHandlerBase.h
/usr/include/llvm/CodeGen/DwarfStringPoolEntry.h
/usr/include/llvm/CodeGen/EdgeBundles.h
/usr/include/llvm/CodeGen/ExecutionDomainFix.h
/usr/include/llvm/CodeGen/ExpandReductions.h
/usr/include/llvm/CodeGen/ExpandVectorPredication.h
/usr/include/llvm/CodeGen/FastISel.h
/usr/include/llvm/CodeGen/FaultMaps.h
/usr/include/llvm/CodeGen/FunctionLoweringInfo.h
/usr/include/llvm/CodeGen/GCMetadata.h
/usr/include/llvm/CodeGen/GCMetadataPrinter.h
/usr/include/llvm/CodeGen/GlobalISel
/usr/include/llvm/CodeGen/GlobalISel/CSEInfo.h
/usr/include/llvm/CodeGen/GlobalISel/CSEMIRBuilder.h
/usr/include/llvm/CodeGen/GlobalISel/CallLowering.h
/usr/include/llvm/CodeGen/GlobalISel/Combiner.h
/usr/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
/usr/include/llvm/CodeGen/GlobalISel/CombinerInfo.h
/usr/include/llvm/CodeGen/GlobalISel/GISelChangeObserver.h
/usr/include/llvm/CodeGen/GlobalISel/GISelKnownBits.h
/usr/include/llvm/CodeGen/GlobalISel/GISelWorkList.h
/usr/include/llvm/CodeGen/GlobalISel/GenericMachineInstrs.h
/usr/include/llvm/CodeGen/GlobalISel/IRTranslator.h
/usr/include/llvm/CodeGen/GlobalISel/InlineAsmLowering.h
/usr/include/llvm/CodeGen/GlobalISel/InstructionSelect.h
/usr/include/llvm/CodeGen/GlobalISel/InstructionSelector.h
/usr/include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h
/usr/include/llvm/CodeGen/GlobalISel/LegacyLegalizerInfo.h
/usr/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h
/usr/include/llvm/CodeGen/GlobalISel/Legalizer.h
/usr/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
/usr/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
/usr/include/llvm/CodeGen/GlobalISel/LoadStoreOpt.h
/usr/include/llvm/CodeGen/GlobalISel/Localizer.h
/usr/include/llvm/CodeGen/GlobalISel/LostDebugLocObserver.h
/usr/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h
/usr/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
/usr/include/llvm/CodeGen/GlobalISel/RegBankSelect.h
/usr/include/llvm/CodeGen/GlobalISel/RegisterBank.h
/usr/include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h
/usr/include/llvm/CodeGen/GlobalISel/Utils.h
/usr/include/llvm/CodeGen/ISDOpcodes.h
/usr/include/llvm/CodeGen/IndirectThunks.h
/usr/include/llvm/CodeGen/IntrinsicLowering.h
/usr/include/llvm/CodeGen/LatencyPriorityQueue.h
/usr/include/llvm/CodeGen/LazyMachineBlockFrequencyInfo.h
/usr/include/llvm/CodeGen/LexicalScopes.h
/usr/include/llvm/CodeGen/LinkAllAsmWriterComponents.h
/usr/include/llvm/CodeGen/LinkAllCodegenComponents.h
/usr/include/llvm/CodeGen/LiveInterval.h
/usr/include/llvm/CodeGen/LiveIntervalCalc.h
/usr/include/llvm/CodeGen/LiveIntervalUnion.h
/usr/include/llvm/CodeGen/LiveIntervals.h
/usr/include/llvm/CodeGen/LivePhysRegs.h
/usr/include/llvm/CodeGen/LiveRangeCalc.h
/usr/include/llvm/CodeGen/LiveRangeEdit.h
/usr/include/llvm/CodeGen/LiveRegMatrix.h
/usr/include/llvm/CodeGen/LiveRegUnits.h
/usr/include/llvm/CodeGen/LiveStacks.h
/usr/include/llvm/CodeGen/LiveVariables.h
/usr/include/llvm/CodeGen/LoopTraversal.h
/usr/include/llvm/CodeGen/LowLevelType.h
/usr/include/llvm/CodeGen/MBFIWrapper.h
/usr/include/llvm/CodeGen/MIRFSDiscriminator.h
/usr/include/llvm/CodeGen/MIRFormatter.h
/usr/include/llvm/CodeGen/MIRParser
/usr/include/llvm/CodeGen/MIRParser/MIParser.h
/usr/include/llvm/CodeGen/MIRParser/MIRParser.h
/usr/include/llvm/CodeGen/MIRPrinter.h
/usr/include/llvm/CodeGen/MIRSampleProfile.h
/usr/include/llvm/CodeGen/MIRYamlMapping.h
/usr/include/llvm/CodeGen/MachORelocation.h
/usr/include/llvm/CodeGen/MachineBasicBlock.h
/usr/include/llvm/CodeGen/MachineBlockFrequencyInfo.h
/usr/include/llvm/CodeGen/MachineBranchProbabilityInfo.h
/usr/include/llvm/CodeGen/MachineCombinerPattern.h
/usr/include/llvm/CodeGen/MachineConstantPool.h
/usr/include/llvm/CodeGen/MachineCycleAnalysis.h
/usr/include/llvm/CodeGen/MachineDominanceFrontier.h
/usr/include/llvm/CodeGen/MachineDominators.h
/usr/include/llvm/CodeGen/MachineFrameInfo.h
/usr/include/llvm/CodeGen/MachineFunction.h
/usr/include/llvm/CodeGen/MachineFunctionPass.h
/usr/include/llvm/CodeGen/MachineInstr.h
/usr/include/llvm/CodeGen/MachineInstrBuilder.h
/usr/include/llvm/CodeGen/MachineInstrBundle.h
/usr/include/llvm/CodeGen/MachineInstrBundleIterator.h
/usr/include/llvm/CodeGen/MachineJumpTableInfo.h
/usr/include/llvm/CodeGen/MachineLoopInfo.h
/usr/include/llvm/CodeGen/MachineLoopUtils.h
/usr/include/llvm/CodeGen/MachineMemOperand.h
/usr/include/llvm/CodeGen/MachineModuleInfo.h
/usr/include/llvm/CodeGen/MachineModuleInfoImpls.h
/usr/include/llvm/CodeGen/MachineModuleSlotTracker.h
/usr/include/llvm/CodeGen/MachineOperand.h
/usr/include/llvm/CodeGen/MachineOptimizationRemarkEmitter.h
/usr/include/llvm/CodeGen/MachineOutliner.h
/usr/include/llvm/CodeGen/MachinePassManager.h
/usr/include/llvm/CodeGen/MachinePassRegistry.def
/usr/include/llvm/CodeGen/MachinePassRegistry.h
/usr/include/llvm/CodeGen/MachinePipeliner.h
/usr/include/llvm/CodeGen/MachinePostDominators.h
/usr/include/llvm/CodeGen/MachineRegionInfo.h
/usr/include/llvm/CodeGen/MachineRegisterInfo.h
/usr/include/llvm/CodeGen/MachineSSAContext.h
/usr/include/llvm/CodeGen/MachineSSAUpdater.h
/usr/include/llvm/CodeGen/MachineScheduler.h
/usr/include/llvm/CodeGen/MachineSizeOpts.h
/usr/include/llvm/CodeGen/MachineStableHash.h
/usr/include/llvm/CodeGen/MachineTraceMetrics.h
/usr/include/llvm/CodeGen/MacroFusion.h
/usr/include/llvm/CodeGen/ModuloSchedule.h
/usr/include/llvm/CodeGen/MultiHazardRecognizer.h
/usr/include/llvm/CodeGen/NonRelocatableStringpool.h
/usr/include/llvm/CodeGen/PBQP
/usr/include/llvm/CodeGen/PBQP/CostAllocator.h
/usr/include/llvm/CodeGen/PBQP/Graph.h
/usr/include/llvm/CodeGen/PBQP/Math.h
/usr/include/llvm/CodeGen/PBQP/ReductionRules.h
/usr/include/llvm/CodeGen/PBQP/Solution.h
/usr/include/llvm/CodeGen/PBQPRAConstraint.h
/usr/include/llvm/CodeGen/ParallelCG.h
/usr/include/llvm/CodeGen/Passes.h
/usr/include/llvm/CodeGen/PreISelIntrinsicLowering.h
/usr/include/llvm/CodeGen/PseudoSourceValue.h
/usr/include/llvm/CodeGen/RDFGraph.h
/usr/include/llvm/CodeGen/RDFLiveness.h
/usr/include/llvm/CodeGen/RDFRegisters.h
/usr/include/llvm/CodeGen/ReachingDefAnalysis.h
/usr/include/llvm/CodeGen/RegAllocCommon.h
/usr/include/llvm/CodeGen/RegAllocPBQP.h
/usr/include/llvm/CodeGen/RegAllocRegistry.h
/usr/include/llvm/CodeGen/Register.h
/usr/include/llvm/CodeGen/RegisterClassInfo.h
/usr/include/llvm/CodeGen/RegisterPressure.h
/usr/include/llvm/CodeGen/RegisterScavenging.h
/usr/include/llvm/CodeGen/RegisterUsageInfo.h
/usr/include/llvm/CodeGen/ReplaceWithVeclib.h
/usr/include/llvm/CodeGen/ResourcePriorityQueue.h
/usr/include/llvm/CodeGen/RuntimeLibcalls.h
/usr/include/llvm/CodeGen/SDNodeProperties.td
/usr/include/llvm/CodeGen/ScheduleDAG.h
/usr/include/llvm/CodeGen/ScheduleDAGInstrs.h
/usr/include/llvm/CodeGen/ScheduleDAGMutation.h
/usr/include/llvm/CodeGen/ScheduleDFS.h
/usr/include/llvm/CodeGen/ScheduleHazardRecognizer.h
/usr/include/llvm/CodeGen/SchedulerRegistry.h
/usr/include/llvm/CodeGen/ScoreboardHazardRecognizer.h
/usr/include/llvm/CodeGen/SelectionDAG.h
/usr/include/llvm/CodeGen/SelectionDAGAddressAnalysis.h
/usr/include/llvm/CodeGen/SelectionDAGISel.h
/usr/include/llvm/CodeGen/SelectionDAGNodes.h
/usr/include/llvm/CodeGen/SelectionDAGTargetInfo.h
/usr/include/llvm/CodeGen/SlotIndexes.h
/usr/include/llvm/CodeGen/Spiller.h
/usr/include/llvm/CodeGen/StableHashing.h
/usr/include/llvm/CodeGen/StackMaps.h
/usr/include/llvm/CodeGen/StackProtector.h
/usr/include/llvm/CodeGen/SwiftErrorValueTracking.h
/usr/include/llvm/CodeGen/SwitchLoweringUtils.h
/usr/include/llvm/CodeGen/TailDuplicator.h
/usr/include/llvm/CodeGen/TargetCallingConv.h
/usr/include/llvm/CodeGen/TargetFrameLowering.h
/usr/include/llvm/CodeGen/TargetInstrInfo.h
/usr/include/llvm/CodeGen/TargetLowering.h
/usr/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
/usr/include/llvm/CodeGen/TargetOpcodes.h
/usr/include/llvm/CodeGen/TargetPassConfig.h
/usr/include/llvm/CodeGen/TargetRegisterInfo.h
/usr/include/llvm/CodeGen/TargetSchedule.h
/usr/include/llvm/CodeGen/TargetSubtargetInfo.h
/usr/include/llvm/CodeGen/TileShapeInfo.h
/usr/include/llvm/CodeGen/UnreachableBlockElim.h
/usr/include/llvm/CodeGen/VLIWMachineScheduler.h
/usr/include/llvm/CodeGen/ValueTypes.h
/usr/include/llvm/CodeGen/ValueTypes.td
/usr/include/llvm/CodeGen/VirtRegMap.h
/usr/include/llvm/CodeGen/WasmEHFuncInfo.h
/usr/include/llvm/CodeGen/WinEHFuncInfo.h
/usr/include/llvm/Config
/usr/include/llvm/Config/AsmParsers.def
/usr/include/llvm/Config/AsmPrinters.def
/usr/include/llvm/Config/Disassemblers.def
/usr/include/llvm/Config/TargetMCAs.def
/usr/include/llvm/Config/Targets.def
/usr/include/llvm/Config/abi-breaking.h
/usr/include/llvm/Config/llvm-config.h
/usr/include/llvm/DWARFLinker
/usr/include/llvm/DWARFLinker/DWARFLinker.h
/usr/include/llvm/DWARFLinker/DWARFLinkerCompileUnit.h
/usr/include/llvm/DWARFLinker/DWARFLinkerDeclContext.h
/usr/include/llvm/DWARFLinker/DWARFStreamer.h
/usr/include/llvm/DWP
/usr/include/llvm/DWP/DWP.h
/usr/include/llvm/DWP/DWPError.h
/usr/include/llvm/DWP/DWPStringPool.h
/usr/include/llvm/DebugInfo
/usr/include/llvm/DebugInfo/CodeView
/usr/include/llvm/DebugInfo/CodeView/AppendingTypeTableBuilder.h
/usr/include/llvm/DebugInfo/CodeView/CVRecord.h
/usr/include/llvm/DebugInfo/CodeView/CVSymbolVisitor.h
/usr/include/llvm/DebugInfo/CodeView/CVTypeVisitor.h
/usr/include/llvm/DebugInfo/CodeView/CodeView.h
/usr/include/llvm/DebugInfo/CodeView/CodeViewError.h
/usr/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h
/usr/include/llvm/DebugInfo/CodeView/CodeViewRegisters.def
/usr/include/llvm/DebugInfo/CodeView/CodeViewSymbols.def
/usr/include/llvm/DebugInfo/CodeView/CodeViewTypes.def
/usr/include/llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h
/usr/include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h
/usr/include/llvm/DebugInfo/CodeView/DebugCrossExSubsection.h
/usr/include/llvm/DebugInfo/CodeView/DebugCrossImpSubsection.h
/usr/include/llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h
/usr/include/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h
/usr/include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h
/usr/include/llvm/DebugInfo/CodeView/DebugStringTableSubsection.h
/usr/include/llvm/DebugInfo/CodeView/DebugSubsection.h
/usr/include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h
/usr/include/llvm/DebugInfo/CodeView/DebugSubsectionVisitor.h
/usr/include/llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h
/usr/include/llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h
/usr/include/llvm/DebugInfo/CodeView/DebugUnknownSubsection.h
/usr/include/llvm/DebugInfo/CodeView/EnumTables.h
/usr/include/llvm/DebugInfo/CodeView/Formatters.h
/usr/include/llvm/DebugInfo/CodeView/FunctionId.h
/usr/include/llvm/DebugInfo/CodeView/GUID.h
/usr/include/llvm/DebugInfo/CodeView/GlobalTypeTableBuilder.h
/usr/include/llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h
/usr/include/llvm/DebugInfo/CodeView/Line.h
/usr/include/llvm/DebugInfo/CodeView/MergingTypeTableBuilder.h
/usr/include/llvm/DebugInfo/CodeView/RecordName.h
/usr/include/llvm/DebugInfo/CodeView/RecordSerialization.h
/usr/include/llvm/DebugInfo/CodeView/SimpleTypeSerializer.h
/usr/include/llvm/DebugInfo/CodeView/StringsAndChecksums.h
/usr/include/llvm/DebugInfo/CodeView/SymbolDeserializer.h
/usr/include/llvm/DebugInfo/CodeView/SymbolDumpDelegate.h
/usr/include/llvm/DebugInfo/CodeView/SymbolDumper.h
/usr/include/llvm/DebugInfo/CodeView/SymbolRecord.h
/usr/include/llvm/DebugInfo/CodeView/SymbolRecordHelpers.h
/usr/include/llvm/DebugInfo/CodeView/SymbolRecordMapping.h
/usr/include/llvm/DebugInfo/CodeView/SymbolSerializer.h
/usr/include/llvm/DebugInfo/CodeView/SymbolVisitorCallbackPipeline.h
/usr/include/llvm/DebugInfo/CodeView/SymbolVisitorCallbacks.h
/usr/include/llvm/DebugInfo/CodeView/SymbolVisitorDelegate.h
/usr/include/llvm/DebugInfo/CodeView/TypeCollection.h
/usr/include/llvm/DebugInfo/CodeView/TypeDeserializer.h
/usr/include/llvm/DebugInfo/CodeView/TypeDumpVisitor.h
/usr/include/llvm/DebugInfo/CodeView/TypeHashing.h
/usr/include/llvm/DebugInfo/CodeView/TypeIndex.h
/usr/include/llvm/DebugInfo/CodeView/TypeIndexDiscovery.h
/usr/include/llvm/DebugInfo/CodeView/TypeRecord.h
/usr/include/llvm/DebugInfo/CodeView/TypeRecordHelpers.h
/usr/include/llvm/DebugInfo/CodeView/TypeRecordMapping.h
/usr/include/llvm/DebugInfo/CodeView/TypeStreamMerger.h
/usr/include/llvm/DebugInfo/CodeView/TypeSymbolEmitter.h
/usr/include/llvm/DebugInfo/CodeView/TypeTableCollection.h
/usr/include/llvm/DebugInfo/CodeView/TypeVisitorCallbackPipeline.h
/usr/include/llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h
/usr/include/llvm/DebugInfo/DIContext.h
/usr/include/llvm/DebugInfo/DWARF
/usr/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h
/usr/include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h
/usr/include/llvm/DebugInfo/DWARF/DWARFAddressRange.h
/usr/include/llvm/DebugInfo/DWARF/DWARFAttribute.h
/usr/include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h
/usr/include/llvm/DebugInfo/DWARF/DWARFContext.h
/usr/include/llvm/DebugInfo/DWARF/DWARFDataExtractor.h
/usr/include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h
/usr/include/llvm/DebugInfo/DWARF/DWARFDebugAddr.h
/usr/include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h
/usr/include/llvm/DebugInfo/DWARF/DWARFDebugAranges.h
/usr/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h
/usr/include/llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h
/usr/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
/usr/include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h
/usr/include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h
/usr/include/llvm/DebugInfo/DWARF/DWARFDebugPubTable.h
/usr/include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h
/usr/include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h
/usr/include/llvm/DebugInfo/DWARF/DWARFDie.h
/usr/include/llvm/DebugInfo/DWARF/DWARFExpression.h
/usr/include/llvm/DebugInfo/DWARF/DWARFFormValue.h
/usr/include/llvm/DebugInfo/DWARF/DWARFGdbIndex.h
/usr/include/llvm/DebugInfo/DWARF/DWARFListTable.h
/usr/include/llvm/DebugInfo/DWARF/DWARFLocationExpression.h
/usr/include/llvm/DebugInfo/DWARF/DWARFObject.h
/usr/include/llvm/DebugInfo/DWARF/DWARFRelocMap.h
/usr/include/llvm/DebugInfo/DWARF/DWARFSection.h
/usr/include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h
/usr/include/llvm/DebugInfo/DWARF/DWARFUnit.h
/usr/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h
/usr/include/llvm/DebugInfo/DWARF/DWARFVerifier.h
/usr/include/llvm/DebugInfo/GSYM
/usr/include/llvm/DebugInfo/GSYM/DwarfTransformer.h
/usr/include/llvm/DebugInfo/GSYM/FileEntry.h
/usr/include/llvm/DebugInfo/GSYM/FileWriter.h
/usr/include/llvm/DebugInfo/GSYM/FunctionInfo.h
/usr/include/llvm/DebugInfo/GSYM/GsymCreator.h
/usr/include/llvm/DebugInfo/GSYM/GsymReader.h
/usr/include/llvm/DebugInfo/GSYM/Header.h
/usr/include/llvm/DebugInfo/GSYM/InlineInfo.h
/usr/include/llvm/DebugInfo/GSYM/LineEntry.h
/usr/include/llvm/DebugInfo/GSYM/LineTable.h
/usr/include/llvm/DebugInfo/GSYM/LookupResult.h
/usr/include/llvm/DebugInfo/GSYM/ObjectFileTransformer.h
/usr/include/llvm/DebugInfo/GSYM/Range.h
/usr/include/llvm/DebugInfo/GSYM/StringTable.h
/usr/include/llvm/DebugInfo/MSF
/usr/include/llvm/DebugInfo/MSF/IMSFFile.h
/usr/include/llvm/DebugInfo/MSF/MSFBuilder.h
/usr/include/llvm/DebugInfo/MSF/MSFCommon.h
/usr/include/llvm/DebugInfo/MSF/MSFError.h
/usr/include/llvm/DebugInfo/MSF/MappedBlockStream.h
/usr/include/llvm/DebugInfo/PDB
/usr/include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h
/usr/include/llvm/DebugInfo/PDB/DIA
/usr/include/llvm/DebugInfo/PDB/DIA/DIADataStream.h
/usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumDebugStreams.h
/usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumFrameData.h
/usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumInjectedSources.h
/usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumLineNumbers.h
/usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumSectionContribs.h
/usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumSourceFiles.h
/usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumSymbols.h
/usr/include/llvm/DebugInfo/PDB/DIA/DIAEnumTables.h
/usr/include/llvm/DebugInfo/PDB/DIA/DIAError.h
/usr/include/llvm/DebugInfo/PDB/DIA/DIAFrameData.h
/usr/include/llvm/DebugInfo/PDB/DIA/DIAInjectedSource.h
/usr/include/llvm/DebugInfo/PDB/DIA/DIALineNumber.h
/usr/include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h
/usr/include/llvm/DebugInfo/PDB/DIA/DIASectionContrib.h
/usr/include/llvm/DebugInfo/PDB/DIA/DIASession.h
/usr/include/llvm/DebugInfo/PDB/DIA/DIASourceFile.h
/usr/include/llvm/DebugInfo/PDB/DIA/DIASupport.h
/usr/include/llvm/DebugInfo/PDB/DIA/DIATable.h
/usr/include/llvm/DebugInfo/PDB/DIA/DIAUtils.h
/usr/include/llvm/DebugInfo/PDB/GenericError.h
/usr/include/llvm/DebugInfo/PDB/IPDBDataStream.h
/usr/include/llvm/DebugInfo/PDB/IPDBEnumChildren.h
/usr/include/llvm/DebugInfo/PDB/IPDBFrameData.h
/usr/include/llvm/DebugInfo/PDB/IPDBInjectedSource.h
/usr/include/llvm/DebugInfo/PDB/IPDBLineNumber.h
/usr/include/llvm/DebugInfo/PDB/IPDBRawSymbol.h
/usr/include/llvm/DebugInfo/PDB/IPDBSectionContrib.h
/usr/include/llvm/DebugInfo/PDB/IPDBSession.h
/usr/include/llvm/DebugInfo/PDB/IPDBSourceFile.h
/usr/include/llvm/DebugInfo/PDB/IPDBTable.h
/usr/include/llvm/DebugInfo/PDB/Native
/usr/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptor.h
/usr/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.h
/usr/include/llvm/DebugInfo/PDB/Native/DbiModuleList.h
/usr/include/llvm/DebugInfo/PDB/Native/DbiStream.h
/usr/include/llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h
/usr/include/llvm/DebugInfo/PDB/Native/EnumTables.h
/usr/include/llvm/DebugInfo/PDB/Native/Formatters.h
/usr/include/llvm/DebugInfo/PDB/Native/GSIStreamBuilder.h
/usr/include/llvm/DebugInfo/PDB/Native/GlobalsStream.h
/usr/include/llvm/DebugInfo/PDB/Native/Hash.h
/usr/include/llvm/DebugInfo/PDB/Native/HashTable.h
/usr/include/llvm/DebugInfo/PDB/Native/ISectionContribVisitor.h
/usr/include/llvm/DebugInfo/PDB/Native/InfoStream.h
/usr/include/llvm/DebugInfo/PDB/Native/InfoStreamBuilder.h
/usr/include/llvm/DebugInfo/PDB/Native/InjectedSourceStream.h
/usr/include/llvm/DebugInfo/PDB/Native/ModuleDebugStream.h
/usr/include/llvm/DebugInfo/PDB/Native/NamedStreamMap.h
/usr/include/llvm/DebugInfo/PDB/Native/NativeCompilandSymbol.h
/usr/include/llvm/DebugInfo/PDB/Native/NativeEnumGlobals.h
/usr/include/llvm/DebugInfo/PDB/Native/NativeEnumInjectedSources.h
/usr/include/llvm/DebugInfo/PDB/Native/NativeEnumLineNumbers.h
/usr/include/llvm/DebugInfo/PDB/Native/NativeEnumModules.h
/usr/include/llvm/DebugInfo/PDB/Native/NativeEnumSymbols.h
/usr/include/llvm/DebugInfo/PDB/Native/NativeEnumTypes.h
/usr/include/llvm/DebugInfo/PDB/Native/NativeExeSymbol.h
/usr/include/llvm/DebugInfo/PDB/Native/NativeFunctionSymbol.h
/usr/include/llvm/DebugInfo/PDB/Native/NativeInlineSiteSymbol.h
/usr/include/llvm/DebugInfo/PDB/Native/NativeLineNumber.h
/usr/include/llvm/DebugInfo/PDB/Native/NativePublicSymbol.h
/usr/include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h
/usr/include/llvm/DebugInfo/PDB/Native/NativeSession.h
/usr/include/llvm/DebugInfo/PDB/Native/NativeSourceFile.h
/usr/include/llvm/DebugInfo/PDB/Native/NativeSymbolEnumerator.h
/usr/include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h
/usr/include/llvm/DebugInfo/PDB/Native/NativeTypeBuiltin.h
/usr/include/llvm/DebugInfo/PDB/Native/NativeTypeEnum.h
/usr/include/llvm/DebugInfo/PDB/Native/NativeTypeFunctionSig.h
/usr/include/llvm/DebugInfo/PDB/Native/NativeTypePointer.h
/usr/include/llvm/DebugInfo/PDB/Native/NativeTypeTypedef.h
/usr/include/llvm/DebugInfo/PDB/Native/NativeTypeUDT.h
/usr/include/llvm/DebugInfo/PDB/Native/NativeTypeVTShape.h
/usr/include/llvm/DebugInfo/PDB/Native/PDBFile.h
/usr/include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h
/usr/include/llvm/DebugInfo/PDB/Native/PDBStringTable.h
/usr/include/llvm/DebugInfo/PDB/Native/PDBStringTableBuilder.h
/usr/include/llvm/DebugInfo/PDB/Native/PublicsStream.h
/usr/include/llvm/DebugInfo/PDB/Native/RawConstants.h
/usr/include/llvm/DebugInfo/PDB/Native/RawError.h
/usr/include/llvm/DebugInfo/PDB/Native/RawTypes.h
/usr/include/llvm/DebugInfo/PDB/Native/SymbolCache.h
/usr/include/llvm/DebugInfo/PDB/Native/SymbolStream.h
/usr/include/llvm/DebugInfo/PDB/Native/TpiHashing.h
/usr/include/llvm/DebugInfo/PDB/Native/TpiStream.h
/usr/include/llvm/DebugInfo/PDB/Native/TpiStreamBuilder.h
/usr/include/llvm/DebugInfo/PDB/PDB.h
/usr/include/llvm/DebugInfo/PDB/PDBContext.h
/usr/include/llvm/DebugInfo/PDB/PDBExtras.h
/usr/include/llvm/DebugInfo/PDB/PDBSymDumper.h
/usr/include/llvm/DebugInfo/PDB/PDBSymbol.h
/usr/include/llvm/DebugInfo/PDB/PDBSymbolAnnotation.h
/usr/include/llvm/DebugInfo/PDB/PDBSymbolBlock.h
/usr/include/llvm/DebugInfo/PDB/PDBSymbolCompiland.h
/usr/include/llvm/DebugInfo/PDB/PDBSymbolCompilandDetails.h
/usr/include/llvm/DebugInfo/PDB/PDBSymbolCompilandEnv.h
/usr/include/llvm/DebugInfo/PDB/PDBSymbolCustom.h
/usr/include/llvm/DebugInfo/PDB/PDBSymbolData.h
/usr/include/llvm/DebugInfo/PDB/PDBSymbolExe.h
/usr/include/llvm/DebugInfo/PDB/PDBSymbolFunc.h
/usr/include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugEnd.h
/usr/include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugStart.h
/usr/include/llvm/DebugInfo/PDB/PDBSymbolLabel.h
/usr/include/llvm/DebugInfo/PDB/PDBSymbolPublicSymbol.h
/usr/include/llvm/DebugInfo/PDB/PDBSymbolThunk.h
/usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeArray.h
/usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeBaseClass.h
/usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeBuiltin.h
/usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeCustom.h
/usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeDimension.h
/usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeEnum.h
/usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeFriend.h
/usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionArg.h
/usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionSig.h
/usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeManaged.h
/usr/include/llvm/DebugInfo/PDB/PDBSymbolTypePointer.h
/usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeTypedef.h
/usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeUDT.h
/usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeVTable.h
/usr/include/llvm/DebugInfo/PDB/PDBSymbolTypeVTableShape.h
/usr/include/llvm/DebugInfo/PDB/PDBSymbolUnknown.h
/usr/include/llvm/DebugInfo/PDB/PDBSymbolUsingNamespace.h
/usr/include/llvm/DebugInfo/PDB/PDBTypes.h
/usr/include/llvm/DebugInfo/PDB/UDTLayout.h
/usr/include/llvm/DebugInfo/Symbolize
/usr/include/llvm/DebugInfo/Symbolize/DIFetcher.h
/usr/include/llvm/DebugInfo/Symbolize/DIPrinter.h
/usr/include/llvm/DebugInfo/Symbolize/SymbolizableModule.h
/usr/include/llvm/DebugInfo/Symbolize/Symbolize.h
/usr/include/llvm/Debuginfod
/usr/include/llvm/Debuginfod/DIFetcher.h
/usr/include/llvm/Debuginfod/Debuginfod.h
/usr/include/llvm/Debuginfod/HTTPClient.h
/usr/include/llvm/Demangle
/usr/include/llvm/Demangle/Demangle.h
/usr/include/llvm/Demangle/DemangleConfig.h
/usr/include/llvm/Demangle/ItaniumDemangle.h
/usr/include/llvm/Demangle/MicrosoftDemangle.h
/usr/include/llvm/Demangle/MicrosoftDemangleNodes.h
/usr/include/llvm/Demangle/StringView.h
/usr/include/llvm/Demangle/Utility.h
/usr/include/llvm/ExecutionEngine
/usr/include/llvm/ExecutionEngine/ExecutionEngine.h
/usr/include/llvm/ExecutionEngine/GenericValue.h
/usr/include/llvm/ExecutionEngine/Interpreter.h
/usr/include/llvm/ExecutionEngine/JITEventListener.h
/usr/include/llvm/ExecutionEngine/JITLink
/usr/include/llvm/ExecutionEngine/JITLink/EHFrameSupport.h
/usr/include/llvm/ExecutionEngine/JITLink/ELF.h
/usr/include/llvm/ExecutionEngine/JITLink/ELF_aarch64.h
/usr/include/llvm/ExecutionEngine/JITLink/ELF_riscv.h
/usr/include/llvm/ExecutionEngine/JITLink/ELF_x86_64.h
/usr/include/llvm/ExecutionEngine/JITLink/JITLink.h
/usr/include/llvm/ExecutionEngine/JITLink/JITLinkDylib.h
/usr/include/llvm/ExecutionEngine/JITLink/JITLinkMemoryManager.h
/usr/include/llvm/ExecutionEngine/JITLink/MachO.h
/usr/include/llvm/ExecutionEngine/JITLink/MachO_arm64.h
/usr/include/llvm/ExecutionEngine/JITLink/MachO_x86_64.h
/usr/include/llvm/ExecutionEngine/JITLink/MemoryFlags.h
/usr/include/llvm/ExecutionEngine/JITLink/TableManager.h
/usr/include/llvm/ExecutionEngine/JITLink/aarch64.h
/usr/include/llvm/ExecutionEngine/JITLink/riscv.h
/usr/include/llvm/ExecutionEngine/JITLink/x86_64.h
/usr/include/llvm/ExecutionEngine/JITSymbol.h
/usr/include/llvm/ExecutionEngine/MCJIT.h
/usr/include/llvm/ExecutionEngine/OProfileWrapper.h
/usr/include/llvm/ExecutionEngine/ObjectCache.h
/usr/include/llvm/ExecutionEngine/Orc
/usr/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
/usr/include/llvm/ExecutionEngine/Orc/CompileUtils.h
/usr/include/llvm/ExecutionEngine/Orc/Core.h
/usr/include/llvm/ExecutionEngine/Orc/DebugObjectManagerPlugin.h
/usr/include/llvm/ExecutionEngine/Orc/DebugUtils.h
/usr/include/llvm/ExecutionEngine/Orc/DebuggerSupportPlugin.h
/usr/include/llvm/ExecutionEngine/Orc/ELFNixPlatform.h
/usr/include/llvm/ExecutionEngine/Orc/EPCDebugObjectRegistrar.h
/usr/include/llvm/ExecutionEngine/Orc/EPCDynamicLibrarySearchGenerator.h
/usr/include/llvm/ExecutionEngine/Orc/EPCEHFrameRegistrar.h
/usr/include/llvm/ExecutionEngine/Orc/EPCGenericDylibManager.h
/usr/include/llvm/ExecutionEngine/Orc/EPCGenericJITLinkMemoryManager.h
/usr/include/llvm/ExecutionEngine/Orc/EPCGenericMemoryAccess.h
/usr/include/llvm/ExecutionEngine/Orc/EPCGenericRTDyldMemoryManager.h
/usr/include/llvm/ExecutionEngine/Orc/EPCIndirectionUtils.h
/usr/include/llvm/ExecutionEngine/Orc/ExecutionUtils.h
/usr/include/llvm/ExecutionEngine/Orc/ExecutorProcessControl.h
/usr/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h
/usr/include/llvm/ExecutionEngine/Orc/IRTransformLayer.h
/usr/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h
/usr/include/llvm/ExecutionEngine/Orc/JITTargetMachineBuilder.h
/usr/include/llvm/ExecutionEngine/Orc/LLJIT.h
/usr/include/llvm/ExecutionEngine/Orc/Layer.h
/usr/include/llvm/ExecutionEngine/Orc/LazyReexports.h
/usr/include/llvm/ExecutionEngine/Orc/LookupAndRecordAddrs.h
/usr/include/llvm/ExecutionEngine/Orc/MachOPlatform.h
/usr/include/llvm/ExecutionEngine/Orc/Mangling.h
/usr/include/llvm/ExecutionEngine/Orc/ObjectFileInterface.h
/usr/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h
/usr/include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h
/usr/include/llvm/ExecutionEngine/Orc/OrcABISupport.h
/usr/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h
/usr/include/llvm/ExecutionEngine/Orc/Shared
/usr/include/llvm/ExecutionEngine/Orc/Shared/AllocationActions.h
/usr/include/llvm/ExecutionEngine/Orc/Shared/ExecutorAddress.h
/usr/include/llvm/ExecutionEngine/Orc/Shared/OrcError.h
/usr/include/llvm/ExecutionEngine/Orc/Shared/OrcRTBridge.h
/usr/include/llvm/ExecutionEngine/Orc/Shared/SimplePackedSerialization.h
/usr/include/llvm/ExecutionEngine/Orc/Shared/SimpleRemoteEPCUtils.h
/usr/include/llvm/ExecutionEngine/Orc/Shared/TargetProcessControlTypes.h
/usr/include/llvm/ExecutionEngine/Orc/Shared/WrapperFunctionUtils.h
/usr/include/llvm/ExecutionEngine/Orc/SimpleRemoteEPC.h
/usr/include/llvm/ExecutionEngine/Orc/SpeculateAnalyses.h
/usr/include/llvm/ExecutionEngine/Orc/Speculation.h
/usr/include/llvm/ExecutionEngine/Orc/SymbolStringPool.h
/usr/include/llvm/ExecutionEngine/Orc/TargetProcess
/usr/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorBootstrapService.h
/usr/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.h
/usr/include/llvm/ExecutionEngine/Orc/TargetProcess/RegisterEHFrames.h
/usr/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleExecutorDylibManager.h
/usr/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleExecutorMemoryManager.h
/usr/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleRemoteEPCServer.h
/usr/include/llvm/ExecutionEngine/Orc/TargetProcess/TargetExecutionUtils.h
/usr/include/llvm/ExecutionEngine/Orc/TaskDispatch.h
/usr/include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h
/usr/include/llvm/ExecutionEngine/RTDyldMemoryManager.h
/usr/include/llvm/ExecutionEngine/RuntimeDyld.h
/usr/include/llvm/ExecutionEngine/RuntimeDyldChecker.h
/usr/include/llvm/ExecutionEngine/SectionMemoryManager.h
/usr/include/llvm/FileCheck
/usr/include/llvm/FileCheck/FileCheck.h
/usr/include/llvm/Frontend
/usr/include/llvm/Frontend/Directive
/usr/include/llvm/Frontend/Directive/DirectiveBase.td
/usr/include/llvm/Frontend/OpenACC
/usr/include/llvm/Frontend/OpenACC/ACC.h.inc
/usr/include/llvm/Frontend/OpenACC/ACC.inc
/usr/include/llvm/Frontend/OpenACC/ACC.td
/usr/include/llvm/Frontend/OpenMP
/usr/include/llvm/Frontend/OpenMP/OMP.h.inc
/usr/include/llvm/Frontend/OpenMP/OMP.inc
/usr/include/llvm/Frontend/OpenMP/OMP.td
/usr/include/llvm/Frontend/OpenMP/OMPAssume.h
/usr/include/llvm/Frontend/OpenMP/OMPConstants.h
/usr/include/llvm/Frontend/OpenMP/OMPContext.h
/usr/include/llvm/Frontend/OpenMP/OMPGridValues.h
/usr/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
/usr/include/llvm/Frontend/OpenMP/OMPKinds.def
/usr/include/llvm/FuzzMutate
/usr/include/llvm/FuzzMutate/FuzzerCLI.h
/usr/include/llvm/FuzzMutate/IRMutator.h
/usr/include/llvm/FuzzMutate/OpDescriptor.h
/usr/include/llvm/FuzzMutate/Operations.h
/usr/include/llvm/FuzzMutate/Random.h
/usr/include/llvm/FuzzMutate/RandomIRBuilder.h
/usr/include/llvm/IR
/usr/include/llvm/IR/AbstractCallSite.h
/usr/include/llvm/IR/Argument.h
/usr/include/llvm/IR/AssemblyAnnotationWriter.h
/usr/include/llvm/IR/Assumptions.h
/usr/include/llvm/IR/Attributes.h
/usr/include/llvm/IR/Attributes.inc
/usr/include/llvm/IR/Attributes.td
/usr/include/llvm/IR/AttributesAMDGPU.td
/usr/include/llvm/IR/AutoUpgrade.h
/usr/include/llvm/IR/BasicBlock.h
/usr/include/llvm/IR/BuiltinGCs.h
/usr/include/llvm/IR/CFG.h
/usr/include/llvm/IR/CallingConv.h
/usr/include/llvm/IR/Comdat.h
/usr/include/llvm/IR/Constant.h
/usr/include/llvm/IR/ConstantFolder.h
/usr/include/llvm/IR/ConstantRange.h
/usr/include/llvm/IR/Constants.h
/usr/include/llvm/IR/ConstrainedOps.def
/usr/include/llvm/IR/DIBuilder.h
/usr/include/llvm/IR/DataLayout.h
/usr/include/llvm/IR/DebugInfo.h
/usr/include/llvm/IR/DebugInfoFlags.def
/usr/include/llvm/IR/DebugInfoMetadata.h
/usr/include/llvm/IR/DebugLoc.h
/usr/include/llvm/IR/DerivedTypes.h
/usr/include/llvm/IR/DerivedUser.h
/usr/include/llvm/IR/DiagnosticHandler.h
/usr/include/llvm/IR/DiagnosticInfo.h
/usr/include/llvm/IR/DiagnosticPrinter.h
/usr/include/llvm/IR/Dominators.h
/usr/include/llvm/IR/FPEnv.h
/usr/include/llvm/IR/FixedMetadataKinds.def
/usr/include/llvm/IR/FixedPointBuilder.h
/usr/include/llvm/IR/Function.h
/usr/include/llvm/IR/GCStrategy.h
/usr/include/llvm/IR/GVMaterializer.h
/usr/include/llvm/IR/GetElementPtrTypeIterator.h
/usr/include/llvm/IR/GlobalAlias.h
/usr/include/llvm/IR/GlobalIFunc.h
/usr/include/llvm/IR/GlobalObject.h
/usr/include/llvm/IR/GlobalValue.h
/usr/include/llvm/IR/GlobalVariable.h
/usr/include/llvm/IR/IRBuilder.h
/usr/include/llvm/IR/IRBuilderFolder.h
/usr/include/llvm/IR/IRPrintingPasses.h
/usr/include/llvm/IR/InlineAsm.h
/usr/include/llvm/IR/InstIterator.h
/usr/include/llvm/IR/InstVisitor.h
/usr/include/llvm/IR/InstrTypes.h
/usr/include/llvm/IR/Instruction.def
/usr/include/llvm/IR/Instruction.h
/usr/include/llvm/IR/Instructions.h
/usr/include/llvm/IR/IntrinsicEnums.inc
/usr/include/llvm/IR/IntrinsicImpl.inc
/usr/include/llvm/IR/IntrinsicInst.h
/usr/include/llvm/IR/Intrinsics.h
/usr/include/llvm/IR/Intrinsics.td
/usr/include/llvm/IR/IntrinsicsAArch64.h
/usr/include/llvm/IR/IntrinsicsAArch64.td
/usr/include/llvm/IR/IntrinsicsAMDGPU.h
/usr/include/llvm/IR/IntrinsicsAMDGPU.td
/usr/include/llvm/IR/IntrinsicsARM.h
/usr/include/llvm/IR/IntrinsicsARM.td
/usr/include/llvm/IR/IntrinsicsBPF.h
/usr/include/llvm/IR/IntrinsicsBPF.td
/usr/include/llvm/IR/IntrinsicsHexagon.h
/usr/include/llvm/IR/IntrinsicsHexagon.td
/usr/include/llvm/IR/IntrinsicsHexagonDep.td
/usr/include/llvm/IR/IntrinsicsMips.h
/usr/include/llvm/IR/IntrinsicsMips.td
/usr/include/llvm/IR/IntrinsicsNVPTX.h
/usr/include/llvm/IR/IntrinsicsNVVM.td
/usr/include/llvm/IR/IntrinsicsPowerPC.h
/usr/include/llvm/IR/IntrinsicsPowerPC.td
/usr/include/llvm/IR/IntrinsicsR600.h
/usr/include/llvm/IR/IntrinsicsRISCV.h
/usr/include/llvm/IR/IntrinsicsRISCV.td
/usr/include/llvm/IR/IntrinsicsS390.h
/usr/include/llvm/IR/IntrinsicsSystemZ.td
/usr/include/llvm/IR/IntrinsicsVE.h
/usr/include/llvm/IR/IntrinsicsVE.td
/usr/include/llvm/IR/IntrinsicsVEVL.gen.td
/usr/include/llvm/IR/IntrinsicsWebAssembly.h
/usr/include/llvm/IR/IntrinsicsWebAssembly.td
/usr/include/llvm/IR/IntrinsicsX86.h
/usr/include/llvm/IR/IntrinsicsX86.td
/usr/include/llvm/IR/IntrinsicsXCore.h
/usr/include/llvm/IR/IntrinsicsXCore.td
/usr/include/llvm/IR/LLVMContext.h
/usr/include/llvm/IR/LLVMRemarkStreamer.h
/usr/include/llvm/IR/LegacyPassManager.h
/usr/include/llvm/IR/LegacyPassManagers.h
/usr/include/llvm/IR/LegacyPassNameParser.h
/usr/include/llvm/IR/MDBuilder.h
/usr/include/llvm/IR/Mangler.h
/usr/include/llvm/IR/MatrixBuilder.h
/usr/include/llvm/IR/Metadata.def
/usr/include/llvm/IR/Metadata.h
/usr/include/llvm/IR/Module.h
/usr/include/llvm/IR/ModuleSlotTracker.h
/usr/include/llvm/IR/ModuleSummaryIndex.h
/usr/include/llvm/IR/ModuleSummaryIndexYAML.h
/usr/include/llvm/IR/NoFolder.h
/usr/include/llvm/IR/OperandTraits.h
/usr/include/llvm/IR/Operator.h
/usr/include/llvm/IR/OptBisect.h
/usr/include/llvm/IR/PassInstrumentation.h
/usr/include/llvm/IR/PassManager.h
/usr/include/llvm/IR/PassManagerImpl.h
/usr/include/llvm/IR/PassManagerInternal.h
/usr/include/llvm/IR/PassTimingInfo.h
/usr/include/llvm/IR/PatternMatch.h
/usr/include/llvm/IR/PredIteratorCache.h
/usr/include/llvm/IR/PrintPasses.h
/usr/include/llvm/IR/ProfileSummary.h
/usr/include/llvm/IR/PseudoProbe.h
/usr/include/llvm/IR/ReplaceConstant.h
/usr/include/llvm/IR/RuntimeLibcalls.def
/usr/include/llvm/IR/SSAContext.h
/usr/include/llvm/IR/SafepointIRVerifier.h
/usr/include/llvm/IR/Statepoint.h
/usr/include/llvm/IR/StructuralHash.h
/usr/include/llvm/IR/SymbolTableListTraits.h
/usr/include/llvm/IR/TrackingMDRef.h
/usr/include/llvm/IR/Type.h
/usr/include/llvm/IR/TypeFinder.h
/usr/include/llvm/IR/Use.h
/usr/include/llvm/IR/UseListOrder.h
/usr/include/llvm/IR/User.h
/usr/include/llvm/IR/VPIntrinsics.def
/usr/include/llvm/IR/Value.def
/usr/include/llvm/IR/Value.h
/usr/include/llvm/IR/ValueHandle.h
/usr/include/llvm/IR/ValueMap.h
/usr/include/llvm/IR/ValueSymbolTable.h
/usr/include/llvm/IR/Verifier.h
/usr/include/llvm/IRReader
/usr/include/llvm/IRReader/IRReader.h
/usr/include/llvm/InitializePasses.h
/usr/include/llvm/InterfaceStub
/usr/include/llvm/InterfaceStub/ELFObjHandler.h
/usr/include/llvm/InterfaceStub/IFSHandler.h
/usr/include/llvm/InterfaceStub/IFSStub.h
/usr/include/llvm/LTO
/usr/include/llvm/LTO/Config.h
/usr/include/llvm/LTO/LTO.h
/usr/include/llvm/LTO/LTOBackend.h
/usr/include/llvm/LTO/SummaryBasedOptimizations.h
/usr/include/llvm/LTO/legacy
/usr/include/llvm/LTO/legacy/LTOCodeGenerator.h
/usr/include/llvm/LTO/legacy/LTOModule.h
/usr/include/llvm/LTO/legacy/ThinLTOCodeGenerator.h
/usr/include/llvm/LTO/legacy/UpdateCompilerUsed.h
/usr/include/llvm/LineEditor
/usr/include/llvm/LineEditor/LineEditor.h
/usr/include/llvm/LinkAllIR.h
/usr/include/llvm/LinkAllPasses.h
/usr/include/llvm/Linker
/usr/include/llvm/Linker/IRMover.h
/usr/include/llvm/Linker/Linker.h
/usr/include/llvm/MC
/usr/include/llvm/MC/ConstantPools.h
/usr/include/llvm/MC/LaneBitmask.h
/usr/include/llvm/MC/MCAsmBackend.h
/usr/include/llvm/MC/MCAsmInfo.h
/usr/include/llvm/MC/MCAsmInfoCOFF.h
/usr/include/llvm/MC/MCAsmInfoDarwin.h
/usr/include/llvm/MC/MCAsmInfoELF.h
/usr/include/llvm/MC/MCAsmInfoGOFF.h
/usr/include/llvm/MC/MCAsmInfoWasm.h
/usr/include/llvm/MC/MCAsmInfoXCOFF.h
/usr/include/llvm/MC/MCAsmLayout.h
/usr/include/llvm/MC/MCAsmMacro.h
/usr/include/llvm/MC/MCAssembler.h
/usr/include/llvm/MC/MCCodeEmitter.h
/usr/include/llvm/MC/MCCodeView.h
/usr/include/llvm/MC/MCContext.h
/usr/include/llvm/MC/MCDirectives.h
/usr/include/llvm/MC/MCDisassembler
/usr/include/llvm/MC/MCDisassembler/MCDisassembler.h
/usr/include/llvm/MC/MCDisassembler/MCExternalSymbolizer.h
/usr/include/llvm/MC/MCDisassembler/MCRelocationInfo.h
/usr/include/llvm/MC/MCDisassembler/MCSymbolizer.h
/usr/include/llvm/MC/MCDwarf.h
/usr/include/llvm/MC/MCELFObjectWriter.h
/usr/include/llvm/MC/MCELFStreamer.h
/usr/include/llvm/MC/MCExpr.h
/usr/include/llvm/MC/MCFixedLenDisassembler.h
/usr/include/llvm/MC/MCFixup.h
/usr/include/llvm/MC/MCFixupKindInfo.h
/usr/include/llvm/MC/MCFragment.h
/usr/include/llvm/MC/MCInst.h
/usr/include/llvm/MC/MCInstBuilder.h
/usr/include/llvm/MC/MCInstPrinter.h
/usr/include/llvm/MC/MCInstrAnalysis.h
/usr/include/llvm/MC/MCInstrDesc.h
/usr/include/llvm/MC/MCInstrInfo.h
/usr/include/llvm/MC/MCInstrItineraries.h
/usr/include/llvm/MC/MCLabel.h
/usr/include/llvm/MC/MCLinkerOptimizationHint.h
/usr/include/llvm/MC/MCMachObjectWriter.h
/usr/include/llvm/MC/MCObjectFileInfo.h
/usr/include/llvm/MC/MCObjectStreamer.h
/usr/include/llvm/MC/MCObjectWriter.h
/usr/include/llvm/MC/MCParser
/usr/include/llvm/MC/MCParser/AsmCond.h
/usr/include/llvm/MC/MCParser/AsmLexer.h
/usr/include/llvm/MC/MCParser/MCAsmLexer.h
/usr/include/llvm/MC/MCParser/MCAsmParser.h
/usr/include/llvm/MC/MCParser/MCAsmParserExtension.h
/usr/include/llvm/MC/MCParser/MCAsmParserUtils.h
/usr/include/llvm/MC/MCParser/MCParsedAsmOperand.h
/usr/include/llvm/MC/MCParser/MCTargetAsmParser.h
/usr/include/llvm/MC/MCPseudoProbe.h
/usr/include/llvm/MC/MCRegister.h
/usr/include/llvm/MC/MCRegisterInfo.h
/usr/include/llvm/MC/MCSchedule.h
/usr/include/llvm/MC/MCSection.h
/usr/include/llvm/MC/MCSectionCOFF.h
/usr/include/llvm/MC/MCSectionELF.h
/usr/include/llvm/MC/MCSectionGOFF.h
/usr/include/llvm/MC/MCSectionMachO.h
/usr/include/llvm/MC/MCSectionWasm.h
/usr/include/llvm/MC/MCSectionXCOFF.h
/usr/include/llvm/MC/MCStreamer.h
/usr/include/llvm/MC/MCSubtargetInfo.h
/usr/include/llvm/MC/MCSymbol.h
/usr/include/llvm/MC/MCSymbolCOFF.h
/usr/include/llvm/MC/MCSymbolELF.h
/usr/include/llvm/MC/MCSymbolGOFF.h
/usr/include/llvm/MC/MCSymbolMachO.h
/usr/include/llvm/MC/MCSymbolWasm.h
/usr/include/llvm/MC/MCSymbolXCOFF.h
/usr/include/llvm/MC/MCTargetOptions.h
/usr/include/llvm/MC/MCTargetOptionsCommandFlags.h
/usr/include/llvm/MC/MCValue.h
/usr/include/llvm/MC/MCWasmObjectWriter.h
/usr/include/llvm/MC/MCWasmStreamer.h
/usr/include/llvm/MC/MCWin64EH.h
/usr/include/llvm/MC/MCWinCOFFObjectWriter.h
/usr/include/llvm/MC/MCWinCOFFStreamer.h
/usr/include/llvm/MC/MCWinEH.h
/usr/include/llvm/MC/MCXCOFFObjectWriter.h
/usr/include/llvm/MC/MCXCOFFStreamer.h
/usr/include/llvm/MC/MachineLocation.h
/usr/include/llvm/MC/SectionKind.h
/usr/include/llvm/MC/StringTableBuilder.h
/usr/include/llvm/MC/SubtargetFeature.h
/usr/include/llvm/MC/TargetRegistry.h
/usr/include/llvm/MCA
/usr/include/llvm/MCA/CodeEmitter.h
/usr/include/llvm/MCA/Context.h
/usr/include/llvm/MCA/CustomBehaviour.h
/usr/include/llvm/MCA/HWEventListener.h
/usr/include/llvm/MCA/HardwareUnits
/usr/include/llvm/MCA/HardwareUnits/HardwareUnit.h
/usr/include/llvm/MCA/HardwareUnits/LSUnit.h
/usr/include/llvm/MCA/HardwareUnits/RegisterFile.h
/usr/include/llvm/MCA/HardwareUnits/ResourceManager.h
/usr/include/llvm/MCA/HardwareUnits/RetireControlUnit.h
/usr/include/llvm/MCA/HardwareUnits/Scheduler.h
/usr/include/llvm/MCA/InstrBuilder.h
/usr/include/llvm/MCA/Instruction.h
/usr/include/llvm/MCA/Pipeline.h
/usr/include/llvm/MCA/SourceMgr.h
/usr/include/llvm/MCA/Stages
/usr/include/llvm/MCA/Stages/DispatchStage.h
/usr/include/llvm/MCA/Stages/EntryStage.h
/usr/include/llvm/MCA/Stages/ExecuteStage.h
/usr/include/llvm/MCA/Stages/InOrderIssueStage.h
/usr/include/llvm/MCA/Stages/InstructionTables.h
/usr/include/llvm/MCA/Stages/MicroOpQueueStage.h
/usr/include/llvm/MCA/Stages/RetireStage.h
/usr/include/llvm/MCA/Stages/Stage.h
/usr/include/llvm/MCA/Support.h
/usr/include/llvm/MCA/View.h
/usr/include/llvm/Object
/usr/include/llvm/Object/Archive.h
/usr/include/llvm/Object/ArchiveWriter.h
/usr/include/llvm/Object/Binary.h
/usr/include/llvm/Object/COFF.h
/usr/include/llvm/Object/COFFImportFile.h
/usr/include/llvm/Object/COFFModuleDefinition.h
/usr/include/llvm/Object/CVDebugRecord.h
/usr/include/llvm/Object/Decompressor.h
/usr/include/llvm/Object/ELF.h
/usr/include/llvm/Object/ELFObjectFile.h
/usr/include/llvm/Object/ELFTypes.h
/usr/include/llvm/Object/Error.h
/usr/include/llvm/Object/FaultMapParser.h
/usr/include/llvm/Object/IRObjectFile.h
/usr/include/llvm/Object/IRSymtab.h
/usr/include/llvm/Object/MachO.h
/usr/include/llvm/Object/MachOUniversal.h
/usr/include/llvm/Object/MachOUniversalWriter.h
/usr/include/llvm/Object/Minidump.h
/usr/include/llvm/Object/ModuleSymbolTable.h
/usr/include/llvm/Object/ObjectFile.h
/usr/include/llvm/Object/RelocationResolver.h
/usr/include/llvm/Object/StackMapParser.h
/usr/include/llvm/Object/SymbolSize.h
/usr/include/llvm/Object/SymbolicFile.h
/usr/include/llvm/Object/TapiFile.h
/usr/include/llvm/Object/TapiUniversal.h
/usr/include/llvm/Object/Wasm.h
/usr/include/llvm/Object/WindowsMachineFlag.h
/usr/include/llvm/Object/WindowsResource.h
/usr/include/llvm/Object/XCOFFObjectFile.h
/usr/include/llvm/ObjectYAML
/usr/include/llvm/ObjectYAML/ArchiveYAML.h
/usr/include/llvm/ObjectYAML/COFFYAML.h
/usr/include/llvm/ObjectYAML/CodeViewYAMLDebugSections.h
/usr/include/llvm/ObjectYAML/CodeViewYAMLSymbols.h
/usr/include/llvm/ObjectYAML/CodeViewYAMLTypeHashing.h
/usr/include/llvm/ObjectYAML/CodeViewYAMLTypes.h
/usr/include/llvm/ObjectYAML/DWARFEmitter.h
/usr/include/llvm/ObjectYAML/DWARFYAML.h
/usr/include/llvm/ObjectYAML/ELFYAML.h
/usr/include/llvm/ObjectYAML/MachOYAML.h
/usr/include/llvm/ObjectYAML/MinidumpYAML.h
/usr/include/llvm/ObjectYAML/ObjectYAML.h
/usr/include/llvm/ObjectYAML/WasmYAML.h
/usr/include/llvm/ObjectYAML/XCOFFYAML.h
/usr/include/llvm/ObjectYAML/YAML.h
/usr/include/llvm/ObjectYAML/yaml2obj.h
/usr/include/llvm/Option
/usr/include/llvm/Option/Arg.h
/usr/include/llvm/Option/ArgList.h
/usr/include/llvm/Option/OptParser.td
/usr/include/llvm/Option/OptSpecifier.h
/usr/include/llvm/Option/OptTable.h
/usr/include/llvm/Option/Option.h
/usr/include/llvm/Pass.h
/usr/include/llvm/PassAnalysisSupport.h
/usr/include/llvm/PassInfo.h
/usr/include/llvm/PassRegistry.h
/usr/include/llvm/PassSupport.h
/usr/include/llvm/Passes
/usr/include/llvm/Passes/OptimizationLevel.h
/usr/include/llvm/Passes/PassBuilder.h
/usr/include/llvm/Passes/PassPlugin.h
/usr/include/llvm/Passes/StandardInstrumentations.h
/usr/include/llvm/ProfileData
/usr/include/llvm/ProfileData/Coverage
/usr/include/llvm/ProfileData/Coverage/CoverageMapping.h
/usr/include/llvm/ProfileData/Coverage/CoverageMappingReader.h
/usr/include/llvm/ProfileData/Coverage/CoverageMappingWriter.h
/usr/include/llvm/ProfileData/GCOV.h
/usr/include/llvm/ProfileData/InstrProf.h
/usr/include/llvm/ProfileData/InstrProfCorrelator.h
/usr/include/llvm/ProfileData/InstrProfData.inc
/usr/include/llvm/ProfileData/InstrProfReader.h
/usr/include/llvm/ProfileData/InstrProfWriter.h
/usr/include/llvm/ProfileData/MemProfData.inc
/usr/include/llvm/ProfileData/ProfileCommon.h
/usr/include/llvm/ProfileData/RawMemProfReader.h
/usr/include/llvm/ProfileData/SampleProf.h
/usr/include/llvm/ProfileData/SampleProfReader.h
/usr/include/llvm/ProfileData/SampleProfWriter.h
/usr/include/llvm/Remarks
/usr/include/llvm/Remarks/BitstreamRemarkContainer.h
/usr/include/llvm/Remarks/BitstreamRemarkParser.h
/usr/include/llvm/Remarks/BitstreamRemarkSerializer.h
/usr/include/llvm/Remarks/HotnessThresholdParser.h
/usr/include/llvm/Remarks/Remark.h
/usr/include/llvm/Remarks/RemarkFormat.h
/usr/include/llvm/Remarks/RemarkLinker.h
/usr/include/llvm/Remarks/RemarkParser.h
/usr/include/llvm/Remarks/RemarkSerializer.h
/usr/include/llvm/Remarks/RemarkStreamer.h
/usr/include/llvm/Remarks/RemarkStringTable.h
/usr/include/llvm/Remarks/YAMLRemarkSerializer.h
/usr/include/llvm/Support
/usr/include/llvm/Support/AArch64TargetParser.def
/usr/include/llvm/Support/AArch64TargetParser.h
/usr/include/llvm/Support/AMDGPUMetadata.h
/usr/include/llvm/Support/AMDHSAKernelDescriptor.h
/usr/include/llvm/Support/ARMAttributeParser.h
/usr/include/llvm/Support/ARMBuildAttributes.h
/usr/include/llvm/Support/ARMEHABI.h
/usr/include/llvm/Support/ARMTargetParser.def
/usr/include/llvm/Support/ARMTargetParser.h
/usr/include/llvm/Support/ARMWinEH.h
/usr/include/llvm/Support/AlignOf.h
/usr/include/llvm/Support/Alignment.h
/usr/include/llvm/Support/Allocator.h
/usr/include/llvm/Support/AllocatorBase.h
/usr/include/llvm/Support/ArrayRecycler.h
/usr/include/llvm/Support/Atomic.h
/usr/include/llvm/Support/AtomicOrdering.h
/usr/include/llvm/Support/AutoConvert.h
/usr/include/llvm/Support/Automaton.h
/usr/include/llvm/Support/BCD.h
/usr/include/llvm/Support/Base64.h
/usr/include/llvm/Support/BinaryByteStream.h
/usr/include/llvm/Support/BinaryItemStream.h
/usr/include/llvm/Support/BinaryStream.h
/usr/include/llvm/Support/BinaryStreamArray.h
/usr/include/llvm/Support/BinaryStreamError.h
/usr/include/llvm/Support/BinaryStreamReader.h
/usr/include/llvm/Support/BinaryStreamRef.h
/usr/include/llvm/Support/BinaryStreamWriter.h
/usr/include/llvm/Support/BlockFrequency.h
/usr/include/llvm/Support/BranchProbability.h
/usr/include/llvm/Support/BuryPointer.h
/usr/include/llvm/Support/CBindingWrapping.h
/usr/include/llvm/Support/CFGDiff.h
/usr/include/llvm/Support/CFGUpdate.h
/usr/include/llvm/Support/COM.h
/usr/include/llvm/Support/CRC.h
/usr/include/llvm/Support/CachePruning.h
/usr/include/llvm/Support/Caching.h
/usr/include/llvm/Support/Capacity.h
/usr/include/llvm/Support/Casting.h
/usr/include/llvm/Support/CheckedArithmetic.h
/usr/include/llvm/Support/Chrono.h
/usr/include/llvm/Support/CodeGen.h
/usr/include/llvm/Support/CodeGenCoverage.h
/usr/include/llvm/Support/CommandLine.h
/usr/include/llvm/Support/Compiler.h
/usr/include/llvm/Support/Compression.h
/usr/include/llvm/Support/ConvertUTF.h
/usr/include/llvm/Support/CrashRecoveryContext.h
/usr/include/llvm/Support/DJB.h
/usr/include/llvm/Support/DOTGraphTraits.h
/usr/include/llvm/Support/DataExtractor.h
/usr/include/llvm/Support/DataTypes.h
/usr/include/llvm/Support/Debug.h
/usr/include/llvm/Support/DebugCounter.h
/usr/include/llvm/Support/Discriminator.h
/usr/include/llvm/Support/DivisionByConstantInfo.h
/usr/include/llvm/Support/Duration.h
/usr/include/llvm/Support/DynamicLibrary.h
/usr/include/llvm/Support/ELFAttributeParser.h
/usr/include/llvm/Support/ELFAttributes.h
/usr/include/llvm/Support/Endian.h
/usr/include/llvm/Support/EndianStream.h
/usr/include/llvm/Support/Errc.h
/usr/include/llvm/Support/Errno.h
/usr/include/llvm/Support/Error.h
/usr/include/llvm/Support/ErrorHandling.h
/usr/include/llvm/Support/ErrorOr.h
/usr/include/llvm/Support/ExitCodes.h
/usr/include/llvm/Support/ExtensibleRTTI.h
/usr/include/llvm/Support/Extension.def
/usr/include/llvm/Support/FileCollector.h
/usr/include/llvm/Support/FileOutputBuffer.h
/usr/include/llvm/Support/FileSystem
/usr/include/llvm/Support/FileSystem.h
/usr/include/llvm/Support/FileSystem/UniqueID.h
/usr/include/llvm/Support/FileUtilities.h
/usr/include/llvm/Support/Format.h
/usr/include/llvm/Support/FormatAdapters.h
/usr/include/llvm/Support/FormatCommon.h
/usr/include/llvm/Support/FormatProviders.h
/usr/include/llvm/Support/FormatVariadic.h
/usr/include/llvm/Support/FormatVariadicDetails.h
/usr/include/llvm/Support/FormattedStream.h
/usr/include/llvm/Support/GenericDomTree.h
/usr/include/llvm/Support/GenericDomTreeConstruction.h
/usr/include/llvm/Support/GenericIteratedDominanceFrontier.h
/usr/include/llvm/Support/GlobPattern.h
/usr/include/llvm/Support/GraphWriter.h
/usr/include/llvm/Support/HashBuilder.h
/usr/include/llvm/Support/Host.h
/usr/include/llvm/Support/InitLLVM.h
/usr/include/llvm/Support/InstructionCost.h
/usr/include/llvm/Support/ItaniumManglingCanonicalizer.h
/usr/include/llvm/Support/JSON.h
/usr/include/llvm/Support/KnownBits.h
/usr/include/llvm/Support/LEB128.h
/usr/include/llvm/Support/LICENSE.TXT
/usr/include/llvm/Support/LineIterator.h
/usr/include/llvm/Support/Locale.h
/usr/include/llvm/Support/LockFileManager.h
/usr/include/llvm/Support/LowLevelTypeImpl.h
/usr/include/llvm/Support/MD5.h
/usr/include/llvm/Support/MSP430AttributeParser.h
/usr/include/llvm/Support/MSP430Attributes.h
/usr/include/llvm/Support/MSVCErrorWorkarounds.h
/usr/include/llvm/Support/MachineValueType.h
/usr/include/llvm/Support/ManagedStatic.h
/usr/include/llvm/Support/MathExtras.h
/usr/include/llvm/Support/MemAlloc.h
/usr/include/llvm/Support/Memory.h
/usr/include/llvm/Support/MemoryBuffer.h
/usr/include/llvm/Support/MemoryBufferRef.h
/usr/include/llvm/Support/MipsABIFlags.h
/usr/include/llvm/Support/Mutex.h
/usr/include/llvm/Support/NativeFormatting.h
/usr/include/llvm/Support/OnDiskHashTable.h
/usr/include/llvm/Support/OptimizedStructLayout.h
/usr/include/llvm/Support/PGOOptions.h
/usr/include/llvm/Support/Parallel.h
/usr/include/llvm/Support/Path.h
/usr/include/llvm/Support/PluginLoader.h
/usr/include/llvm/Support/PointerLikeTypeTraits.h
/usr/include/llvm/Support/PrettyStackTrace.h
/usr/include/llvm/Support/Printable.h
/usr/include/llvm/Support/Process.h
/usr/include/llvm/Support/Program.h
/usr/include/llvm/Support/RISCVAttributeParser.h
/usr/include/llvm/Support/RISCVAttributes.h
/usr/include/llvm/Support/RISCVISAInfo.h
/usr/include/llvm/Support/RISCVTargetParser.def
/usr/include/llvm/Support/RWMutex.h
/usr/include/llvm/Support/RandomNumberGenerator.h
/usr/include/llvm/Support/Recycler.h
/usr/include/llvm/Support/RecyclingAllocator.h
/usr/include/llvm/Support/Regex.h
/usr/include/llvm/Support/Registry.h
/usr/include/llvm/Support/ReverseIteration.h
/usr/include/llvm/Support/SHA1.h
/usr/include/llvm/Support/SHA256.h
/usr/include/llvm/Support/SMLoc.h
/usr/include/llvm/Support/SMTAPI.h
/usr/include/llvm/Support/SaveAndRestore.h
/usr/include/llvm/Support/ScaledNumber.h
/usr/include/llvm/Support/ScopedPrinter.h
/usr/include/llvm/Support/Signals.h
/usr/include/llvm/Support/Signposts.h
/usr/include/llvm/Support/SmallVectorMemoryBuffer.h
/usr/include/llvm/Support/Solaris
/usr/include/llvm/Support/Solaris/sys
/usr/include/llvm/Support/Solaris/sys/regset.h
/usr/include/llvm/Support/SourceMgr.h
/usr/include/llvm/Support/SpecialCaseList.h
/usr/include/llvm/Support/StringSaver.h
/usr/include/llvm/Support/SuffixTree.h
/usr/include/llvm/Support/SwapByteOrder.h
/usr/include/llvm/Support/SymbolRemappingReader.h
/usr/include/llvm/Support/SystemUtils.h
/usr/include/llvm/Support/TarWriter.h
/usr/include/llvm/Support/TargetOpcodes.def
/usr/include/llvm/Support/TargetParser.h
/usr/include/llvm/Support/TargetSelect.h
/usr/include/llvm/Support/TaskQueue.h
/usr/include/llvm/Support/ThreadLocal.h
/usr/include/llvm/Support/ThreadPool.h
/usr/include/llvm/Support/Threading.h
/usr/include/llvm/Support/TimeProfiler.h
/usr/include/llvm/Support/Timer.h
/usr/include/llvm/Support/ToolOutputFile.h
/usr/include/llvm/Support/TrailingObjects.h
/usr/include/llvm/Support/TrigramIndex.h
/usr/include/llvm/Support/TypeName.h
/usr/include/llvm/Support/TypeSize.h
/usr/include/llvm/Support/Unicode.h
/usr/include/llvm/Support/UnicodeCharRanges.h
/usr/include/llvm/Support/VCSRevision.h
/usr/include/llvm/Support/Valgrind.h
/usr/include/llvm/Support/VersionTuple.h
/usr/include/llvm/Support/VirtualFileSystem.h
/usr/include/llvm/Support/Watchdog.h
/usr/include/llvm/Support/Win64EH.h
/usr/include/llvm/Support/Windows
/usr/include/llvm/Support/Windows/WindowsSupport.h
/usr/include/llvm/Support/WindowsError.h
/usr/include/llvm/Support/WithColor.h
/usr/include/llvm/Support/X86DisassemblerDecoderCommon.h
/usr/include/llvm/Support/X86TargetParser.def
/usr/include/llvm/Support/X86TargetParser.h
/usr/include/llvm/Support/YAMLParser.h
/usr/include/llvm/Support/YAMLTraits.h
/usr/include/llvm/Support/circular_raw_ostream.h
/usr/include/llvm/Support/raw_os_ostream.h
/usr/include/llvm/Support/raw_ostream.h
/usr/include/llvm/Support/raw_sha1_ostream.h
/usr/include/llvm/Support/thread.h
/usr/include/llvm/Support/type_traits.h
/usr/include/llvm/Support/xxhash.h
/usr/include/llvm/TableGen
/usr/include/llvm/TableGen/Automaton.td
/usr/include/llvm/TableGen/DirectiveEmitter.h
/usr/include/llvm/TableGen/Error.h
/usr/include/llvm/TableGen/Main.h
/usr/include/llvm/TableGen/Record.h
/usr/include/llvm/TableGen/SearchableTable.td
/usr/include/llvm/TableGen/SetTheory.h
/usr/include/llvm/TableGen/StringMatcher.h
/usr/include/llvm/TableGen/StringToOffsetTable.h
/usr/include/llvm/TableGen/TableGenBackend.h
/usr/include/llvm/Target
/usr/include/llvm/Target/CGPassBuilderOption.h
/usr/include/llvm/Target/CodeGenCWrappers.h
/usr/include/llvm/Target/GenericOpcodes.td
/usr/include/llvm/Target/GlobalISel
/usr/include/llvm/Target/GlobalISel/Combine.td
/usr/include/llvm/Target/GlobalISel/RegisterBank.td
/usr/include/llvm/Target/GlobalISel/SelectionDAGCompat.td
/usr/include/llvm/Target/GlobalISel/Target.td
/usr/include/llvm/Target/Target.td
/usr/include/llvm/Target/TargetCallingConv.td
/usr/include/llvm/Target/TargetInstrPredicate.td
/usr/include/llvm/Target/TargetIntrinsicInfo.h
/usr/include/llvm/Target/TargetItinerary.td
/usr/include/llvm/Target/TargetLoweringObjectFile.h
/usr/include/llvm/Target/TargetMachine.h
/usr/include/llvm/Target/TargetOptions.h
/usr/include/llvm/Target/TargetPfmCounters.td
/usr/include/llvm/Target/TargetSchedule.td
/usr/include/llvm/Target/TargetSelectionDAG.td
/usr/include/llvm/Testing
/usr/include/llvm/Testing/Support
/usr/include/llvm/Testing/Support/Annotations.h
/usr/include/llvm/Testing/Support/Error.h
/usr/include/llvm/Testing/Support/SupportHelpers.h
/usr/include/llvm/TextAPI
/usr/include/llvm/TextAPI/Architecture.def
/usr/include/llvm/TextAPI/Architecture.h
/usr/include/llvm/TextAPI/ArchitectureSet.h
/usr/include/llvm/TextAPI/InterfaceFile.h
/usr/include/llvm/TextAPI/PackedVersion.h
/usr/include/llvm/TextAPI/Platform.h
/usr/include/llvm/TextAPI/Symbol.h
/usr/include/llvm/TextAPI/Target.h
/usr/include/llvm/TextAPI/TextAPIReader.h
/usr/include/llvm/TextAPI/TextAPIWriter.h
/usr/include/llvm/ToolDrivers
/usr/include/llvm/ToolDrivers/llvm-dlltool
/usr/include/llvm/ToolDrivers/llvm-dlltool/DlltoolDriver.h
/usr/include/llvm/ToolDrivers/llvm-lib
/usr/include/llvm/ToolDrivers/llvm-lib/LibDriver.h
/usr/include/llvm/Transforms
/usr/include/llvm/Transforms/AggressiveInstCombine
/usr/include/llvm/Transforms/AggressiveInstCombine/AggressiveInstCombine.h
/usr/include/llvm/Transforms/CFGuard.h
/usr/include/llvm/Transforms/Coroutines
/usr/include/llvm/Transforms/Coroutines.h
/usr/include/llvm/Transforms/Coroutines/CoroCleanup.h
/usr/include/llvm/Transforms/Coroutines/CoroEarly.h
/usr/include/llvm/Transforms/Coroutines/CoroElide.h
/usr/include/llvm/Transforms/Coroutines/CoroSplit.h
/usr/include/llvm/Transforms/IPO
/usr/include/llvm/Transforms/IPO.h
/usr/include/llvm/Transforms/IPO/AlwaysInliner.h
/usr/include/llvm/Transforms/IPO/Annotation2Metadata.h
/usr/include/llvm/Transforms/IPO/ArgumentPromotion.h
/usr/include/llvm/Transforms/IPO/Attributor.h
/usr/include/llvm/Transforms/IPO/BlockExtractor.h
/usr/include/llvm/Transforms/IPO/CalledValuePropagation.h
/usr/include/llvm/Transforms/IPO/ConstantMerge.h
/usr/include/llvm/Transforms/IPO/CrossDSOCFI.h
/usr/include/llvm/Transforms/IPO/DeadArgumentElimination.h
/usr/include/llvm/Transforms/IPO/ElimAvailExtern.h
/usr/include/llvm/Transforms/IPO/ForceFunctionAttrs.h
/usr/include/llvm/Transforms/IPO/FunctionAttrs.h
/usr/include/llvm/Transforms/IPO/FunctionImport.h
/usr/include/llvm/Transforms/IPO/GlobalDCE.h
/usr/include/llvm/Transforms/IPO/GlobalOpt.h
/usr/include/llvm/Transforms/IPO/GlobalSplit.h
/usr/include/llvm/Transforms/IPO/HotColdSplitting.h
/usr/include/llvm/Transforms/IPO/IROutliner.h
/usr/include/llvm/Transforms/IPO/InferFunctionAttrs.h
/usr/include/llvm/Transforms/IPO/Inliner.h
/usr/include/llvm/Transforms/IPO/Internalize.h
/usr/include/llvm/Transforms/IPO/LoopExtractor.h
/usr/include/llvm/Transforms/IPO/LowerTypeTests.h
/usr/include/llvm/Transforms/IPO/MergeFunctions.h
/usr/include/llvm/Transforms/IPO/ModuleInliner.h
/usr/include/llvm/Transforms/IPO/OpenMPOpt.h
/usr/include/llvm/Transforms/IPO/PartialInlining.h
/usr/include/llvm/Transforms/IPO/PassManagerBuilder.h
/usr/include/llvm/Transforms/IPO/ProfiledCallGraph.h
/usr/include/llvm/Transforms/IPO/SCCP.h
/usr/include/llvm/Transforms/IPO/SampleContextTracker.h
/usr/include/llvm/Transforms/IPO/SampleProfile.h
/usr/include/llvm/Transforms/IPO/SampleProfileProbe.h
/usr/include/llvm/Transforms/IPO/StripDeadPrototypes.h
/usr/include/llvm/Transforms/IPO/StripSymbols.h
/usr/include/llvm/Transforms/IPO/SyntheticCountsPropagation.h
/usr/include/llvm/Transforms/IPO/ThinLTOBitcodeWriter.h
/usr/include/llvm/Transforms/IPO/WholeProgramDevirt.h
/usr/include/llvm/Transforms/InstCombine
/usr/include/llvm/Transforms/InstCombine/InstCombine.h
/usr/include/llvm/Transforms/InstCombine/InstCombiner.h
/usr/include/llvm/Transforms/Instrumentation
/usr/include/llvm/Transforms/Instrumentation.h
/usr/include/llvm/Transforms/Instrumentation/AddressSanitizer.h
/usr/include/llvm/Transforms/Instrumentation/AddressSanitizerCommon.h
/usr/include/llvm/Transforms/Instrumentation/AddressSanitizerOptions.h
/usr/include/llvm/Transforms/Instrumentation/BoundsChecking.h
/usr/include/llvm/Transforms/Instrumentation/CGProfile.h
/usr/include/llvm/Transforms/Instrumentation/ControlHeightReduction.h
/usr/include/llvm/Transforms/Instrumentation/DataFlowSanitizer.h
/usr/include/llvm/Transforms/Instrumentation/GCOVProfiler.h
/usr/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h
/usr/include/llvm/Transforms/Instrumentation/InstrOrderFile.h
/usr/include/llvm/Transforms/Instrumentation/InstrProfiling.h
/usr/include/llvm/Transforms/Instrumentation/MemProfiler.h
/usr/include/llvm/Transforms/Instrumentation/MemorySanitizer.h
/usr/include/llvm/Transforms/Instrumentation/PGOInstrumentation.h
/usr/include/llvm/Transforms/Instrumentation/PoisonChecking.h
/usr/include/llvm/Transforms/Instrumentation/SanitizerCoverage.h
/usr/include/llvm/Transforms/Instrumentation/ThreadSanitizer.h
/usr/include/llvm/Transforms/ObjCARC.h
/usr/include/llvm/Transforms/Scalar
/usr/include/llvm/Transforms/Scalar.h
/usr/include/llvm/Transforms/Scalar/ADCE.h
/usr/include/llvm/Transforms/Scalar/AlignmentFromAssumptions.h
/usr/include/llvm/Transforms/Scalar/AnnotationRemarks.h
/usr/include/llvm/Transforms/Scalar/BDCE.h
/usr/include/llvm/Transforms/Scalar/CallSiteSplitting.h
/usr/include/llvm/Transforms/Scalar/ConstantHoisting.h
/usr/include/llvm/Transforms/Scalar/ConstraintElimination.h
/usr/include/llvm/Transforms/Scalar/CorrelatedValuePropagation.h
/usr/include/llvm/Transforms/Scalar/DCE.h
/usr/include/llvm/Transforms/Scalar/DFAJumpThreading.h
/usr/include/llvm/Transforms/Scalar/DeadStoreElimination.h
/usr/include/llvm/Transforms/Scalar/DivRemPairs.h
/usr/include/llvm/Transforms/Scalar/EarlyCSE.h
/usr/include/llvm/Transforms/Scalar/FlattenCFG.h
/usr/include/llvm/Transforms/Scalar/Float2Int.h
/usr/include/llvm/Transforms/Scalar/GVN.h
/usr/include/llvm/Transforms/Scalar/GVNExpression.h
/usr/include/llvm/Transforms/Scalar/GuardWidening.h
/usr/include/llvm/Transforms/Scalar/IVUsersPrinter.h
/usr/include/llvm/Transforms/Scalar/IndVarSimplify.h
/usr/include/llvm/Transforms/Scalar/InductiveRangeCheckElimination.h
/usr/include/llvm/Transforms/Scalar/InferAddressSpaces.h
/usr/include/llvm/Transforms/Scalar/InstSimplifyPass.h
/usr/include/llvm/Transforms/Scalar/JumpThreading.h
/usr/include/llvm/Transforms/Scalar/LICM.h
/usr/include/llvm/Transforms/Scalar/LoopAccessAnalysisPrinter.h
/usr/include/llvm/Transforms/Scalar/LoopBoundSplit.h
/usr/include/llvm/Transforms/Scalar/LoopDataPrefetch.h
/usr/include/llvm/Transforms/Scalar/LoopDeletion.h
/usr/include/llvm/Transforms/Scalar/LoopDistribute.h
/usr/include/llvm/Transforms/Scalar/LoopFlatten.h
/usr/include/llvm/Transforms/Scalar/LoopFuse.h
/usr/include/llvm/Transforms/Scalar/LoopIdiomRecognize.h
/usr/include/llvm/Transforms/Scalar/LoopInstSimplify.h
/usr/include/llvm/Transforms/Scalar/LoopInterchange.h
/usr/include/llvm/Transforms/Scalar/LoopLoadElimination.h
/usr/include/llvm/Transforms/Scalar/LoopPassManager.h
/usr/include/llvm/Transforms/Scalar/LoopPredication.h
/usr/include/llvm/Transforms/Scalar/LoopReroll.h
/usr/include/llvm/Transforms/Scalar/LoopRotation.h
/usr/include/llvm/Transforms/Scalar/LoopSimplifyCFG.h
/usr/include/llvm/Transforms/Scalar/LoopSink.h
/usr/include/llvm/Transforms/Scalar/LoopStrengthReduce.h
/usr/include/llvm/Transforms/Scalar/LoopUnrollAndJamPass.h
/usr/include/llvm/Transforms/Scalar/LoopUnrollPass.h
/usr/include/llvm/Transforms/Scalar/LoopVersioningLICM.h
/usr/include/llvm/Transforms/Scalar/LowerAtomic.h
/usr/include/llvm/Transforms/Scalar/LowerConstantIntrinsics.h
/usr/include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h
/usr/include/llvm/Transforms/Scalar/LowerGuardIntrinsic.h
/usr/include/llvm/Transforms/Scalar/LowerMatrixIntrinsics.h
/usr/include/llvm/Transforms/Scalar/LowerWidenableCondition.h
/usr/include/llvm/Transforms/Scalar/MakeGuardsExplicit.h
/usr/include/llvm/Transforms/Scalar/MemCpyOptimizer.h
/usr/include/llvm/Transforms/Scalar/MergeICmps.h
/usr/include/llvm/Transforms/Scalar/MergedLoadStoreMotion.h
/usr/include/llvm/Transforms/Scalar/NaryReassociate.h
/usr/include/llvm/Transforms/Scalar/NewGVN.h
/usr/include/llvm/Transforms/Scalar/PartiallyInlineLibCalls.h
/usr/include/llvm/Transforms/Scalar/Reassociate.h
/usr/include/llvm/Transforms/Scalar/Reg2Mem.h
/usr/include/llvm/Transforms/Scalar/RewriteStatepointsForGC.h
/usr/include/llvm/Transforms/Scalar/SCCP.h
/usr/include/llvm/Transforms/Scalar/SROA.h
/usr/include/llvm/Transforms/Scalar/ScalarizeMaskedMemIntrin.h
/usr/include/llvm/Transforms/Scalar/Scalarizer.h
/usr/include/llvm/Transforms/Scalar/SeparateConstOffsetFromGEP.h
/usr/include/llvm/Transforms/Scalar/SimpleLoopUnswitch.h
/usr/include/llvm/Transforms/Scalar/SimplifyCFG.h
/usr/include/llvm/Transforms/Scalar/Sink.h
/usr/include/llvm/Transforms/Scalar/SpeculativeExecution.h
/usr/include/llvm/Transforms/Scalar/StraightLineStrengthReduce.h
/usr/include/llvm/Transforms/Scalar/StructurizeCFG.h
/usr/include/llvm/Transforms/Scalar/TailRecursionElimination.h
/usr/include/llvm/Transforms/Scalar/WarnMissedTransforms.h
/usr/include/llvm/Transforms/Utils
/usr/include/llvm/Transforms/Utils.h
/usr/include/llvm/Transforms/Utils/AMDGPUEmitPrintf.h
/usr/include/llvm/Transforms/Utils/ASanStackFrameLayout.h
/usr/include/llvm/Transforms/Utils/AddDiscriminators.h
/usr/include/llvm/Transforms/Utils/AssumeBundleBuilder.h
/usr/include/llvm/Transforms/Utils/BasicBlockUtils.h
/usr/include/llvm/Transforms/Utils/BreakCriticalEdges.h
/usr/include/llvm/Transforms/Utils/BuildLibCalls.h
/usr/include/llvm/Transforms/Utils/BypassSlowDivision.h
/usr/include/llvm/Transforms/Utils/CallGraphUpdater.h
/usr/include/llvm/Transforms/Utils/CallPromotionUtils.h
/usr/include/llvm/Transforms/Utils/CanonicalizeAliases.h
/usr/include/llvm/Transforms/Utils/CanonicalizeFreezeInLoops.h
/usr/include/llvm/Transforms/Utils/Cloning.h
/usr/include/llvm/Transforms/Utils/CodeExtractor.h
/usr/include/llvm/Transforms/Utils/CodeLayout.h
/usr/include/llvm/Transforms/Utils/CodeMoverUtils.h
/usr/include/llvm/Transforms/Utils/CtorUtils.h
/usr/include/llvm/Transforms/Utils/Debugify.h
/usr/include/llvm/Transforms/Utils/EntryExitInstrumenter.h
/usr/include/llvm/Transforms/Utils/EscapeEnumerator.h
/usr/include/llvm/Transforms/Utils/Evaluator.h
/usr/include/llvm/Transforms/Utils/FixIrreducible.h
/usr/include/llvm/Transforms/Utils/FunctionComparator.h
/usr/include/llvm/Transforms/Utils/FunctionImportUtils.h
/usr/include/llvm/Transforms/Utils/GlobalStatus.h
/usr/include/llvm/Transforms/Utils/GuardUtils.h
/usr/include/llvm/Transforms/Utils/HelloWorld.h
/usr/include/llvm/Transforms/Utils/InjectTLIMappings.h
/usr/include/llvm/Transforms/Utils/InstructionNamer.h
/usr/include/llvm/Transforms/Utils/InstructionWorklist.h
/usr/include/llvm/Transforms/Utils/IntegerDivision.h
/usr/include/llvm/Transforms/Utils/LCSSA.h
/usr/include/llvm/Transforms/Utils/LibCallsShrinkWrap.h
/usr/include/llvm/Transforms/Utils/Local.h
/usr/include/llvm/Transforms/Utils/LoopPeel.h
/usr/include/llvm/Transforms/Utils/LoopRotationUtils.h
/usr/include/llvm/Transforms/Utils/LoopSimplify.h
/usr/include/llvm/Transforms/Utils/LoopUtils.h
/usr/include/llvm/Transforms/Utils/LoopVersioning.h
/usr/include/llvm/Transforms/Utils/LowerInvoke.h
/usr/include/llvm/Transforms/Utils/LowerMemIntrinsics.h
/usr/include/llvm/Transforms/Utils/LowerSwitch.h
/usr/include/llvm/Transforms/Utils/MatrixUtils.h
/usr/include/llvm/Transforms/Utils/Mem2Reg.h
/usr/include/llvm/Transforms/Utils/MemoryOpRemark.h
/usr/include/llvm/Transforms/Utils/MetaRenamer.h
/usr/include/llvm/Transforms/Utils/ModuleUtils.h
/usr/include/llvm/Transforms/Utils/NameAnonGlobals.h
/usr/include/llvm/Transforms/Utils/PredicateInfo.h
/usr/include/llvm/Transforms/Utils/PromoteMemToReg.h
/usr/include/llvm/Transforms/Utils/RelLookupTableConverter.h
/usr/include/llvm/Transforms/Utils/SCCPSolver.h
/usr/include/llvm/Transforms/Utils/SSAUpdater.h
/usr/include/llvm/Transforms/Utils/SSAUpdaterBulk.h
/usr/include/llvm/Transforms/Utils/SSAUpdaterImpl.h
/usr/include/llvm/Transforms/Utils/SampleProfileInference.h
/usr/include/llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h
/usr/include/llvm/Transforms/Utils/SampleProfileLoaderBaseUtil.h
/usr/include/llvm/Transforms/Utils/SanitizerStats.h
/usr/include/llvm/Transforms/Utils/ScalarEvolutionExpander.h
/usr/include/llvm/Transforms/Utils/SimplifyCFGOptions.h
/usr/include/llvm/Transforms/Utils/SimplifyIndVar.h
/usr/include/llvm/Transforms/Utils/SimplifyLibCalls.h
/usr/include/llvm/Transforms/Utils/SizeOpts.h
/usr/include/llvm/Transforms/Utils/SplitModule.h
/usr/include/llvm/Transforms/Utils/StripGCRelocates.h
/usr/include/llvm/Transforms/Utils/StripNonLineTableDebugInfo.h
/usr/include/llvm/Transforms/Utils/SymbolRewriter.h
/usr/include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h
/usr/include/llvm/Transforms/Utils/UnifyLoopExits.h
/usr/include/llvm/Transforms/Utils/UnrollLoop.h
/usr/include/llvm/Transforms/Utils/VNCoercion.h
/usr/include/llvm/Transforms/Utils/ValueMapper.h
/usr/include/llvm/Transforms/Vectorize
/usr/include/llvm/Transforms/Vectorize.h
/usr/include/llvm/Transforms/Vectorize/LoadStoreVectorizer.h
/usr/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
/usr/include/llvm/Transforms/Vectorize/LoopVectorize.h
/usr/include/llvm/Transforms/Vectorize/SLPVectorizer.h
/usr/include/llvm/Transforms/Vectorize/VectorCombine.h
/usr/include/llvm/WindowsManifest
/usr/include/llvm/WindowsManifest/WindowsManifestMerger.h
/usr/include/llvm/WindowsResource
/usr/include/llvm/WindowsResource/ResourceProcessor.h
/usr/include/llvm/WindowsResource/ResourceScriptToken.h
/usr/include/llvm/WindowsResource/ResourceScriptTokenList.h
/usr/include/llvm/XRay
/usr/include/llvm/XRay/BlockIndexer.h
/usr/include/llvm/XRay/BlockPrinter.h
/usr/include/llvm/XRay/BlockVerifier.h
/usr/include/llvm/XRay/FDRLogBuilder.h
/usr/include/llvm/XRay/FDRRecordConsumer.h
/usr/include/llvm/XRay/FDRRecordProducer.h
/usr/include/llvm/XRay/FDRRecords.h
/usr/include/llvm/XRay/FDRTraceExpander.h
/usr/include/llvm/XRay/FDRTraceWriter.h
/usr/include/llvm/XRay/FileHeaderReader.h
/usr/include/llvm/XRay/Graph.h
/usr/include/llvm/XRay/InstrumentationMap.h
/usr/include/llvm/XRay/Profile.h
/usr/include/llvm/XRay/RecordPrinter.h
/usr/include/llvm/XRay/Trace.h
/usr/include/llvm/XRay/XRayRecord.h
/usr/include/llvm/XRay/YAMLXRayRecord.h
/usr/lib/rpm/macros.d/macros.llvm
/usr/lib64/cmake/llvm
/usr/lib64/cmake/llvm/AddLLVM.cmake
/usr/lib64/cmake/llvm/AddLLVMDefinitions.cmake
/usr/lib64/cmake/llvm/AddOCaml.cmake
/usr/lib64/cmake/llvm/AddSphinxTarget.cmake
/usr/lib64/cmake/llvm/CheckAtomic.cmake
/usr/lib64/cmake/llvm/CheckCompilerVersion.cmake
/usr/lib64/cmake/llvm/ChooseMSVCCRT.cmake
/usr/lib64/cmake/llvm/CoverageReport.cmake
/usr/lib64/cmake/llvm/CrossCompile.cmake
/usr/lib64/cmake/llvm/DetermineGCCCompatible.cmake
/usr/lib64/cmake/llvm/FindFFI.cmake
/usr/lib64/cmake/llvm/FindGRPC.cmake
/usr/lib64/cmake/llvm/FindLibpfm.cmake
/usr/lib64/cmake/llvm/FindOCaml.cmake
/usr/lib64/cmake/llvm/FindSphinx.cmake
/usr/lib64/cmake/llvm/FindTerminfo.cmake
/usr/lib64/cmake/llvm/FindZ3.cmake
/usr/lib64/cmake/llvm/GenerateVersionFromVCS.cmake
/usr/lib64/cmake/llvm/GetErrcMessages.cmake
/usr/lib64/cmake/llvm/GetLibraryName.cmake
/usr/lib64/cmake/llvm/HandleLLVMOptions.cmake
/usr/lib64/cmake/llvm/HandleLLVMStdlib.cmake
/usr/lib64/cmake/llvm/LLVM-Build.cmake
/usr/lib64/cmake/llvm/LLVM-Config.cmake
/usr/lib64/cmake/llvm/LLVMCheckLinkerFlag.cmake
/usr/lib64/cmake/llvm/LLVMConfig.cmake
/usr/lib64/cmake/llvm/LLVMConfigExtensions.cmake
/usr/lib64/cmake/llvm/LLVMConfigVersion.cmake
/usr/lib64/cmake/llvm/LLVMDistributionSupport.cmake
/usr/lib64/cmake/llvm/LLVMExports-relwithdebinfo.cmake
/usr/lib64/cmake/llvm/LLVMExports.cmake
/usr/lib64/cmake/llvm/LLVMExternalProjectUtils.cmake
/usr/lib64/cmake/llvm/LLVMInstallSymlink.cmake
/usr/lib64/cmake/llvm/LLVMProcessSources.cmake
/usr/lib64/cmake/llvm/TableGen.cmake
/usr/lib64/cmake/llvm/TensorFlowCompile.cmake
/usr/lib64/cmake/llvm/UseLibtool.cmake
/usr/lib64/cmake/llvm/VersionFromVCS.cmake
/usr/lib64/libLLVM.so
/usr/lib64/libLLVMTableGen.so
/usr/lib64/libLTO.so
/usr/lib64/libRemarks.so
/usr/share/licenses/llvm14-devel
/usr/share/licenses/llvm14-devel/CREDITS.TXT
/usr/share/licenses/llvm14-devel/LICENSE.TXT
/usr/share/man/man1/FileCheck.1.gz
/usr/share/man/man1/llvm-config.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Jul 18 00:05:10 2024