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 LLVM version with fixes #35

Merged
merged 1 commit into from
Feb 12, 2024
Merged

Conversation

luismarques
Copy link
Collaborator

@luismarques luismarques commented Feb 12, 2024

This version of LLVM includes:

  • Updated ePIC GPRel/PCRel rewrite rule to match the latest proposal.
  • Backport LLD patches necessary for LTO and ePIC.
  • Backport fix for incorrect debug info when linker relaxations are enabled.

Signed-off-by: Luís Marques <luismarques@lowrisc.org>
url = "https://github.com/lowRISC/lowrisc-toolchains/releases/download/20230519-1/lowrisc-toolchain-rv32imcb-20230519-1.tar.xz",
sha256 = "08b1ba2089aa4206efdca93b7ab70152c3fe16ef4c6ee112a4f35ee3dc65aa8c",
strip_prefix = "lowrisc-toolchain-rv32imcb-20230519-1",
url = "https://github.com/lowRISC/lowrisc-toolchains/releases/download/20240206-1/lowrisc-toolchain-rv32imcb-20240206-1.tar.xz",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe we should have a variable version instead of copying the version three times in three different places?

Copy link
Collaborator

@pamaury pamaury left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@luismarques luismarques merged commit 40df9e3 into lowRISC:main Feb 12, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants