riscv-collab / riscv-gnu-toolchain

GNU toolchain for RISC-V, including GCC
Other
3.56k stars 1.17k forks source link

Update .gitmodules to reflect LLVM bump to 18.1 #1612

Closed JohRust closed 2 weeks ago

JohRust commented 2 weeks ago

Fixes #1611 The LLVM submodule was updated to 18.1 in commit 97fce6f and now points to https://github.com/llvm/llvm-project/tree/3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff. Make .gitmodules point to that branch as well.

TommyMurphyTM1234 commented 2 weeks ago

LGTM - thanks. 👍

Just for completeness/reference purposes the previous PR bumping LLVM but forgetting to update .gitmodules is here: