Page MenuHomeFreeBSD

devel/llvm-devel: fix llvm-devel.mk vars
ClosedPublic

Authored by mhorne on Dec 18 2019, 9:17 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jul 21, 2:43 PM
Unknown Object (File)
Mon, Jul 20, 4:58 AM
Unknown Object (File)
Mon, Jul 13, 6:26 AM
Unknown Object (File)
Tue, Jul 7, 10:40 PM
Unknown Object (File)
Sat, Jun 27, 4:23 PM
Unknown Object (File)
Fri, Jun 26, 11:40 AM
Unknown Object (File)
Wed, Jun 24, 4:59 PM
Unknown Object (File)
Tue, Jun 23, 6:10 PM
Subscribers
None

Details

Summary

The llvm-devel.mk file exports some variables for use with
CROSS_TOOLCHAIN. Unfortunately, the compiler variables point to
non-existent versions of clang, clang++, and clang-cpp.

Fix the substitutions in this file to properly append the -devel suffix
to these paths. For consistency, use the $LOCALBASE path for
ld.lld as well.

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 28220
Build 26344: arc lint + arc unit

Event Timeline

LGTM. I'll commit along with and update of the snapshot shortly

This revision is now accepted and ready to land.Dec 18 2019, 9:46 PM

LGTM. I'll commit along with and update of the snapshot shortly

Thanks!

This revision was automatically updated to reflect the committed changes.