aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2023-07-10 18:57:28 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2023-09-13 05:16:58 +0000
commit4df0e66a3662ac9d427c2dcd79eb8555236083dd (patch)
tree57ef97f22c3ff70f8ae50efb4a9100d8c7aee9f5 /CHANGES
parentd3f22d319918c1dda4dbfbc5d85678c91ed13590 (diff)
downloadports-4df0e66a3662ac9d427c2dcd79eb8555236083dd.tar.gz
ports-4df0e66a3662ac9d427c2dcd79eb8555236083dd.zip
llvm.mk: add export/noexport to handle CC/CXX/CPP exports
Reviewed by: bofh Differential Revision: https://reviews.freebsd.org/D37747
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2f6c9a61499d..bc1188ea4016 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,13 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20230823:
+AUTHOR: tcberner@FreeBSD.org
+
+ USES=llvm.mk now supports 'export' (default) and 'noexport' arguments.
+ When export is set, CC, CXX and CPP will be set to the path corresponding
+ to the chosen llvm-version.
+
20230821:
AUTHOR: jhale@FreeBSD.org