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)
Sat, May 23, 10:35 PM
Unknown Object (File)
Sat, May 23, 10:35 PM
Unknown Object (File)
Sat, May 23, 2:54 AM
Unknown Object (File)
Apr 25 2026, 2:47 PM
Unknown Object (File)
Apr 20 2026, 7:09 AM
Unknown Object (File)
Apr 20 2026, 7:09 AM
Unknown Object (File)
Apr 16 2026, 7:51 PM
Unknown Object (File)
Apr 16 2026, 3:12 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.