Page MenuHomeFreeBSD

Enable the RISCV LLVM backend by default.
ClosedPublic

Authored by jhb on Nov 8 2019, 5:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 19 2024, 10:51 PM
Unknown Object (File)
Jan 31 2024, 10:17 AM
Unknown Object (File)
Jan 24 2024, 11:09 PM
Unknown Object (File)
Jan 24 2024, 8:49 PM
Unknown Object (File)
Jan 4 2024, 5:49 AM
Unknown Object (File)
Dec 4 2023, 9:34 AM
Unknown Object (File)
Nov 14 2023, 5:46 PM
Unknown Object (File)
Oct 17 2023, 12:52 PM

Details

Test Plan
  • able to build riscv64sf world with clang and external binutils
  • tested a world built with WITHOUT_LLVM_TARGET_ALL

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Nov 8 2019, 6:20 PM

LGTM

share/mk/src.opts.mk
314 ↗(On Diff #64084)

We should also take riscv out of here at the same time (if it's not moving to the first block right away) - so that independent of the bootstrap compiler question we have a target Clang.

I presume hard-float world can't be built yet due to https://reviews.llvm.org/D66725 still being uncommitted?

share/mk/src.opts.mk
314 ↗(On Diff #64084)

It can't move to the first block due to the hard-float issue, but we could take it out of here, yes.

  • Enable building of clang by default on riscv.
This revision now requires review to proceed.Nov 12 2019, 5:06 PM
jhb marked an inline comment as done.Nov 12 2019, 5:13 PM
This revision is now accepted and ready to land.Nov 12 2019, 5:17 PM
This revision was automatically updated to reflect the committed changes.