From 163175ca1d2464b1e6f9e5616a46356386575d81 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 16 Nov 2018 13:04:32 +0100 Subject: [PATCH] prepare a news about the bootstrap stage2 phase --- debian/NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/debian/NEWS b/debian/NEWS index 087e0b3d..edd628b7 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,3 +1,12 @@ +llvm-toolchain-7 (1:7.0.1-1) unstable; urgency=medium + + * llvm-toolchain packages are built using clang itself (stage2) + - stage1 = build clang with gcc + - stage2 = clang building itself + This could lead to some unexpected (but rare) ABI issues. + + -- Sylvestre Ledru Fri, 16 Nov 2018 13:00:39 +0100 + llvm-toolchain-7 (1:7-1) unstable; urgency=medium * From version 7, llvm-toolchain also provides libc++, libc++abi