From c9101e3b87551f77d1f3ddeaf4fc1f51f35969de Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 23 Jan 2013 16:00:38 +0000 Subject: [PATCH] detail the changes --- debian/changelog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 273d9d76..e3c44dcb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,11 @@ llvm-toolchain-3.2 (3.2-1~exp1) experimental; urgency=low - * Build the whole LLVM toolchain at once. + * Build the whole LLVM toolchain at once. This includes: + - LLVM + - Clang + - compiler-rt + - lldb + - polly * Also install clang-check & clang-tblgen in the clang-3.2 package * Fix the patch detection of clang from scan-build (Closes: #698352) * debian/patches/0050-powerpcspe-fp.diff: Add, hopefully fix FTBFS on @@ -10,6 +15,7 @@ llvm-toolchain-3.2 (3.2-1~exp1) experimental; urgency=low * libLLVM-3.2.so.1 is now shipped only once (Closes: #696913) * Enable RTTI (Closes: #697754) * Introduce lldb as a new package (Closes: #698601) + * Add a script pollycc which will call clang with the right arguments. -- Sylvestre Ledru Mon, 07 Jan 2013 15:45:54 +0100