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, Mar 10, 2:52 AM
Unknown Object (File)
Fri, Mar 6, 8:58 AM
Unknown Object (File)
Mon, Mar 2, 4:26 PM
Unknown Object (File)
Sat, Feb 28, 9:56 PM
Unknown Object (File)
Sat, Feb 28, 4:39 PM
Unknown Object (File)
Thu, Feb 26, 8:01 AM
Unknown Object (File)
Jan 30 2026, 11:54 PM
Unknown Object (File)
Jan 19 2026, 6:40 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.