Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to LLVM 17 #60

Merged

Commits on Apr 9, 2024

  1. [ot] .gitlab-ci.d: remove obsolete Alpine package list

    Signed-off-by: Loïc Lefort <[email protected]>
    loiclefort authored and rivos-eblot committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    7bc0779 View commit details
    Browse the repository at this point in the history
  2. [ot] .gitlab-ci.d: fix for running on multiple runners

    In clang build rule, create a compile_commands.json template that does not
    contain the full path of the build directory. This template
    (compile_commands.json.tpl) is included in the build artifacts and then used in
    the clang tidy rule to re-create a local compile_commands.json.
    
    Signed-off-by: Loïc Lefort <[email protected]>
    loiclefort authored and rivos-eblot committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    e3d0589 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a24e8c0 View commit details
    Browse the repository at this point in the history
  4. [ot] scripts/opentitan: update LLVM tools to version 17

    Signed-off-by: Emmanuel Blot <[email protected]>
    rivos-eblot committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    a6a8a97 View commit details
    Browse the repository at this point in the history
  5. [ot] hw/opentitan: fix issues reported by LLVM 17 tools

    Signed-off-by: Emmanuel Blot <[email protected]>
    rivos-eblot committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    98a4e50 View commit details
    Browse the repository at this point in the history
  6. [ot] .gitlab-ci.d: update clang to version 17

    Signed-off-by: Emmanuel Blot <[email protected]>
    rivos-eblot committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    d833443 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e75d84f View commit details
    Browse the repository at this point in the history