Page MenuHomeFreeBSD

Add LLVM_TARGET_ALL option.
ClosedPublic

Authored by bdrewery on Jun 26 2018, 6:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Aug 14, 11:18 PM
Unknown Object (File)
Sat, Aug 2, 7:52 PM
Unknown Object (File)
Fri, Aug 1, 4:08 PM
Unknown Object (File)
Sun, Jul 27, 10:28 AM
Unknown Object (File)
Sun, Jul 27, 7:48 AM
Unknown Object (File)
Jul 1 2025, 1:17 PM
Unknown Object (File)
Jun 29 2025, 6:07 PM
Unknown Object (File)
Jun 24 2025, 5:57 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

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 17669
Build 17474: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Jun 26 2018, 7:19 PM
share/mk/src.opts.mk
261

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.