diff --git a/debian/changelog b/debian/changelog index bce35fc3..44802bed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ -llvm-toolchain-snapshot (1:16~++20230115053056+df5fc4504b86-1~exp1) experimental; urgency=medium +llvm-toolchain-16 (1:16~++20230115053056+df5fc4504b86-1~exp1) experimental; urgency=medium - * TODO update of the content + * Branching of 16 (snapshot is now 17) * ship libHLFIRTransforms & libHLFIRDialect in libflang * Also install liborc_rt-x86_64.a in libclang-rt * Adjust some path since upstream changed the path from diff --git a/debian/control b/debian/control index a424f2a8..e4eb1167 100644 --- a/debian/control +++ b/debian/control @@ -1,4 +1,4 @@ -Source: llvm-toolchain-snapshot +Source: llvm-toolchain-16 Section: devel Priority: optional Rules-Requires-Root: no @@ -35,8 +35,8 @@ Build-Depends: debhelper (>= 10.0), cmake, ninja-build, Build-Conflicts: oprofile Standards-Version: 4.6.2 Homepage: https://www.llvm.org/ -Vcs-Git: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain.git -b snapshot -Vcs-Browser: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/tree/snapshot +Vcs-Git: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain.git -b 16 +Vcs-Browser: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/tree/16 # ------------- clang -------------