K 10 svn:author V 3 jhb K 8 svn:date V 27 2019-11-21T22:22:04.708957Z K 7 svn:log V 440 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 END