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, Apr 24, 1:39 AM
Unknown Object (File)
Sun, Apr 20, 6:55 AM
Unknown Object (File)
Sun, Apr 20, 6:52 AM
Unknown Object (File)
Sun, Apr 20, 6:52 AM
Unknown Object (File)
Sun, Apr 20, 6:46 AM
Unknown Object (File)
Sun, Apr 20, 6:45 AM
Unknown Object (File)
Sun, Apr 20, 6:40 AM
Unknown Object (File)
Sun, Apr 20, 6:39 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.