Lines 13-18
WWW= https://llvm.org/
Link Here
|
13 |
|
13 |
|
14 |
.include "${.CURDIR}/../llvm-devel/Makefile.LICENSE" |
14 |
.include "${.CURDIR}/../llvm-devel/Makefile.LICENSE" |
15 |
|
15 |
|
|
|
16 |
DEPRECATED= Unsupported upstream and end of life, please consider upgrading to a newer version |
17 |
EXPIRATION_DATE=2022-12-31 |
18 |
|
16 |
LLVM_RELEASE= ${DISTVERSION:C/rc.*//} |
19 |
LLVM_RELEASE= ${DISTVERSION:C/rc.*//} |
17 |
LLVM_MAJOR= ${LLVM_RELEASE:C/\.[0-9]\.[0-9]$//} |
20 |
LLVM_MAJOR= ${LLVM_RELEASE:C/\.[0-9]\.[0-9]$//} |
18 |
RCDIR= ${DISTVERSION:S/${LLVM_RELEASE}//:C|(rc.*)|\1/|} |
21 |
RCDIR= ${DISTVERSION:S/${LLVM_RELEASE}//:C|(rc.*)|\1/|} |