maintainers {jeremyhu @jeremyhu}
description common files for selecting default llvm version
long_description llvm_select installs files that allow 'port select' to \
switch the default version of llvm. \
It symlinks the standard llvm executables \
in the MacPorts prefix to the selected version.
homepage https://www.macports.org/
select::install llvm ${filespath}/base
select::install llvm ${filespath}/none
if {${os.platform} eq "darwin" && ${os.major} < 11} {
# Having the stdlib set to libc++ on 10.6 causes a dependency on a
# macports-clang compiler to be added, which would be a dep cycle.