From a77fbe05ad92c86e877bbee0bbc632b6526789d7 Mon Sep 17 00:00:00 2001 From: Gianfranco Costamagna Date: Wed, 1 Sep 2021 12:44:45 +0200 Subject: [PATCH] Update changelog --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 15264d46..a73e9915 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ llvm-toolchain-12 (1:12.0.1-7) unstable; urgency=medium [ Gianfranco Costamagna ] * Add a patch to fix omp build on riscv64 + * Don't build lldb on riscv64, fails to build due to missing + CreateHostNativeRegisterContextLinux implementation on this architecture. -- Sylvestre Ledru Tue, 31 Aug 2021 20:56:40 +0200