From 16e05820328c9af99612bca9ae899cb1071a85d1 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 5 Oct 2022 15:44:56 +0200 Subject: [PATCH] fix typo --- debian/changelog | 10 +++++----- debian/rules | 3 +-- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8b82596e..16794061 100644 --- a/debian/changelog +++ b/debian/changelog @@ -34,7 +34,7 @@ llvm-toolchain-15 (1:15.0.0-1~exp1) experimental; urgency=medium llvm-toolchain-15 (1:15.0.0~+rc3-1~exp2) experimental; urgency=medium * Update of the build dep from llvm-spirv => llvm-spirv-14 - as it is now versionned. It should build libclc + as it is now versioned. It should build libclc -- Sylvestre Ledru Wed, 31 Aug 2022 17:10:33 +0200 @@ -342,7 +342,7 @@ llvm-toolchain-snapshot (1:14~++20211113102219+b5ff187b7b51-1~exp1) experimental Sometimes, on i386, the library detection is failing (often on z3 or ffi) 'Could NOT find Z3:' - * Add '-DCMAKE_FIND_DEBUG_MODE=true' to help wit debugging + * Add '-DCMAKE_FIND_DEBUG_MODE=true' to help with debugging * Disable the build of libclc on old Ubuntu (Groovy & focal) as llvm-spir is too old on these version. See bug #52200 @@ -398,7 +398,7 @@ llvm-toolchain-snapshot (1:14~++20211111061527+d56b171ee965-1~exp1) experimental Sometimes, on i386, the library detection is failing (often on z3 or ffi) 'Could NOT find Z3:' - * Add '-DCMAKE_FIND_DEBUG_MODE=true' to help wit debugging + * Add '-DCMAKE_FIND_DEBUG_MODE=true' to help with debugging * Disable the build of libclc on old Ubuntu (Groovy & focal) as llvm-spir is too old on these version. See bug #52200 @@ -2189,7 +2189,7 @@ llvm-toolchain-10 (1:10.0.0~+rc6-1) unstable; urgency=medium llvm-toolchain-10 (1:10.0.0~+rc5-1) unstable; urgency=medium - * Fith RC release + * Fifth RC release * Make autopkgtest/qualify-clang.sh work on arm64 -- Sylvestre Ledru Thu, 19 Mar 2020 15:59:43 +0100 @@ -4595,7 +4595,7 @@ llvm-toolchain-snapshot (1:3.9~svn274438-1) unstable; urgency=medium llvm-toolchain-snapshot (1:3.9~svn260851-1) unstable; urgency=medium * New snapshot - * Switch to 3.9 (remove lldb-3.9-dev as it was a transitionnal pkg) + * Switch to 3.9 (remove lldb-3.9-dev as it was a transitional pkg) * Update the clang description for something more accurate (C++-11, 14, etc) * Cmake migration. Done by Andrew Wilkins. Many thanks to him - Update patches to set SONAME in CMake build diff --git a/debian/rules b/debian/rules index e0d8a825..e2db7882 100755 --- a/debian/rules +++ b/debian/rules @@ -50,7 +50,7 @@ include /usr/share/dpkg/buildflags.mk # We use a stage2 build. It means that a first clang is built using gcc, # a second clang is built with the first -# And the various compoments are built using the second clang. +# And the various components are built using the second clang. # See https://llvm.org/docs/AdvancedBuilds.html # collect additional flags for all stages all builds @@ -345,7 +345,6 @@ ifneq (,$(filter scan-build,$(DEB_BUILD_OPTIONS))) SCAN_BUILD=yes PRE_PROCESS=scan-build-$(LLVM_VERSION) --show-description -analyzer-config stable-report-filename=true -# -enable-checker optin.performance.Padding PRE_PROCESS_CONF=scan-build-$(LLVM_VERSION) # no need to run tests in this case RUN_TEST=no