diff options
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/Manifest.gz | bin | 37348 -> 37349 bytes | |||
-rw-r--r-- | eclass/llvm.org.eclass | 5 |
2 files changed, 1 insertions, 4 deletions
diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz Binary files differindex 1170bdc3a647..3395694510c8 100644 --- a/eclass/Manifest.gz +++ b/eclass/Manifest.gz diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass index d38f9a8cecc2..b5c56d4ffac9 100644 --- a/eclass/llvm.org.eclass +++ b/eclass/llvm.org.eclass @@ -60,7 +60,7 @@ LLVM_VERSION=$(ver_cut 1-3) # @DESCRIPTION: # The major version of current LLVM trunk. Used to determine # the correct branch to use. -_LLVM_MASTER_MAJOR=16 +_LLVM_MASTER_MAJOR=17 # @ECLASS_VARIABLE: _LLVM_NEWEST_MANPAGE_RELEASE # @INTERNAL @@ -81,9 +81,6 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then _LLVM_SOURCE_TYPE=snapshot case ${PV} in - 16.0.0_pre20230101) - EGIT_COMMIT=b20dd2b186fdc76828219b705a2b58f5830f4b9d - ;; 16.0.0_pre20230107) EGIT_COMMIT=6dc85bd3fde7df2999fda07e9e9f2e83d52c6125 ;; |