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)
Feb 5 2024, 8:36 PM
Unknown Object (File)
Jan 14 2024, 4:32 PM
Unknown Object (File)
Dec 20 2023, 6:36 AM
Unknown Object (File)
Dec 16 2023, 2:54 PM
Unknown Object (File)
Nov 19 2023, 2:01 PM
Unknown Object (File)
Nov 19 2023, 2:01 PM
Unknown Object (File)
Nov 19 2023, 2:01 PM
Unknown Object (File)
Nov 19 2023, 1:49 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.