Page MenuHomeFreeBSD

Add LLVM_TARGET_ALL option.
ClosedPublic

Authored by bdrewery on Jun 26 2018, 6:18 PM.
Tags
None
Referenced Files
F110272718: D16020.id.diff
Sun, Feb 16, 1:36 AM
Unknown Object (File)
Fri, Feb 7, 1:33 AM
Unknown Object (File)
Wed, Jan 29, 12:56 AM
Unknown Object (File)
Tue, Jan 28, 1:15 AM
Unknown Object (File)
Jan 5 2025, 11:41 AM
Unknown Object (File)
Jan 5 2025, 11:41 AM
Unknown Object (File)
Jan 5 2025, 11:40 AM
Unknown Object (File)
Jan 5 2025, 11:40 AM
Subscribers

Details

Summary

LLVM_TARGET_* will auto be set based on LLVM_TARGET_ALL and MK_CLANG.

If LLVM_TARGET_ALL is disabled, during a cross-build, then SYSTEM_COMPILER
and SYSTEM_LINKER are auto disabled.

Sponsored by: Dell EMC

Test Plan

Did local 'make showconfig' with various TARGET/TARGET_ARCH combinations.
Did buildworld with native arch, cross-arch, and testing of the universe-one-clang patch.

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.Jun 26 2018, 7:19 PM
share/mk/src.opts.mk
261 ↗(On Diff #44474)

Typo, s/aach64/aarch64/ here.

bdrewery marked an inline comment as done.

Fix spelling of aarch64

This revision now requires review to proceed.Jun 27 2018, 4:45 PM
This revision was not accepted when it landed; it landed in state Needs Review.Jun 27 2018, 4:58 PM
This revision was automatically updated to reflect the committed changes.