Page MenuHomeFreeBSD

Fix packaging for clang, lldb and lld 3.9.0
ClosedPublic

Authored by dim on Nov 28 2016, 7:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 23 2024, 9:12 AM
Unknown Object (File)
Jan 13 2024, 8:47 PM
Unknown Object (File)
Dec 25 2023, 4:26 AM
Unknown Object (File)
Dec 20 2023, 3:33 AM
Unknown Object (File)
Nov 29 2023, 3:34 PM
Unknown Object (File)
Nov 29 2023, 6:44 AM
Unknown Object (File)
Oct 21 2023, 11:11 PM
Unknown Object (File)
Sep 18 2023, 2:43 PM
Subscribers

Details

Summary

During the upgrade of clang/llvm etc to 3.9.0 in rS309124, the PACKAGE
directive in the usr.bin/clang/*.mk files got dropped accidentally.

Here is an attempt to restore it, with a few minor additions:

  • Correct license in clang.ucl to NCSA (unsure if this breaks anything)
  • Add PACKAGE=clang for clang and most of the "ll" tools
  • Put lldb in its own package (unsure if such granularity is desired)
  • Put lld in its own package (unsure if such granularity is desired)

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 6085
Build 6348: arc lint + arc unit

Event Timeline

dim retitled this revision from to Fix packaging for clang, lldb and lld 3.9.0.
dim updated this object.
dim edited the test plan for this revision. (Show Details)
dim added reviewers: bapt, gjb, emaste.
gjb edited edge metadata.
This revision is now accepted and ready to land.Nov 28 2016, 7:46 PM
This revision was automatically updated to reflect the committed changes.