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, Dec 10, 4:04 AM
Unknown Object (File)
Tue, Dec 3, 4:17 PM
Unknown Object (File)
Tue, Dec 3, 4:16 PM
Unknown Object (File)
Tue, Dec 3, 4:16 PM
Unknown Object (File)
Tue, Dec 3, 3:57 PM
Unknown Object (File)
Thu, Nov 28, 12:23 AM
Unknown Object (File)
Mon, Nov 18, 5:23 PM
Unknown Object (File)
Nov 6 2024, 7:51 AM
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.