HomeFreeBSD

Use clang 7 as compiler on 11.x and 12.x to fix build.

Description

Use clang 7 as compiler on 11.x and 12.x to fix build.

clang 8 and later error for duplicate definitions of enum values. mdb
depends on having identical but duplicate definitions. This was fixed
differently in 13 with a change to the kernel, but that change is
disruptive and cannot be easily backported.

Reported by: pkg-fallout, Attila Nagy
Approved by: bdrewery
MFH: 2019Q3
Differential Revision: https://reviews.freebsd.org/D22486

Details

Provenance
jhbAuthored on
Differential Revision
D22486: devel/mdb: Use clang 7 as compiler on 11.x and 12.x to fix build.
Parents
rP518115: - Update to 4.6.0
Branches
Unknown
Tags
Unknown