* Import as dependency of newer abrowser deb dependencies.
* Backport to focal. (LP: #1980805)
- don't try to build GRPC, some build-deps are too old
* Backport upstream patches to allow building EFI images for Ubuntu Core
for arm64 (LP: #1960300)
* Don't build clangd with GRPC support on i386.
* d/rules: Don't remove libRemoteIndex{ServiceProto,Proto}.a nor
libMonitoringServiceProto.a. These are necessary for autopkgtest.
Adjust d/llvm-X.Y-dev.install accordingly when building on
i386 (i.e., don't install libRemoteIndex{ServiceProto,Proto}.a in such
case).
* d/llvm-X.Y-dev.install.in: Install libs mentioned above.
* mlir: use the cmake option to avoid installing object files
MLIR_INSTALL_AGGREGATE_OBJECTS
Closes upstream #53134
* Build clangd with GRPC support
Thanks to Sam McCall for the patch
* New stable release
[ Samuel Thibault ]
* Explicitly link against -latomic on all ports, not only the Linux ones.
* Stop hardcoding -DCMAKE_SYSTEM_NAME=Linux as cmake parameter, as it breaks
stage2 builds on non-Linux architectures
[ Pino Toscano ]
* debian/rules: Disable 64bit runtime build on hurd-i386 (Closes: #1003081).
[ Sylvestre Ledru ]
* New rc
* Lower the debhelper dep to 10 for debian stretch
* Rename ocaml-nox => ocaml-base (Closes: #1002609)
* Remove Build-Conflicts: ocaml
* Fix the cmake file with the mlir introducing
* Build and ship MLIR as 3 new packages (libmlir-13-dev, libmlir-13
and mlir-13-tools)
* Install bfd plugins in
/usr/lib/bfd-plugins/LLVMgold-@LLVM_VERSION@.so
* Bring back the dependency clang => llvm-13-linker-tools
* Unbreak llvm-toolchain-13 on buster.
-fuse-ld=gold wasn't passed to compiler-rt. it was using bfd.
And binutils shipping in buster has a bug preventing this to work:
https://github.com/llvm/llvm-project/issues/42339
* Remove AVR from LLVM_EXPERIMENTAL_TARGETS_TO_BUILD. stable since 11
https://releases.llvm.org/11.0.0/docs/ReleaseNotes.html#changes-to-the-avr-target
* Use the version suffix when calling wasm-ld => wasm-ld-13
https://bugzilla.mozilla.org/show_bug.cgi?id=1747145
* Fix run-clang-tidy symlink. it moved from /usr/lib/llvm-13/share/clang/run-clang-tidy
to /usr/lib/llvm-13/bin/run-clang-tidy
(Closes: #1001748)
* Install LLVMgold in usr/lib/bfd-plugins to help various tools to understand the
format (Closes: #919020)
* New testing release
* Use parallel + -4 for the xz tarballs compression to make it faster
* Add manpages for git-clang-format & run-clang-tidy
* Add back -DLLVM_VERSION_SUFFIX=. Useless for 13 but necessary for snapshot
Otherwise, it adds "git" to the libs
* Upload to unstable (all green on exp)
* Fix an autopkgtest test (Closes: #997902)
* patch compiler-rt build to add option to disable scudo standalone allocator
as it is not always supported by all debian baseline arch profiles
* add COMPILER_RT_BUILD_SCUDO_STANDALONE=OFF to armel build in debian/rules
since the baseline armv5t arch profile is not supported
* Merge migration to 2stage runtimes build 12 => 13
* Adjust openmp runtime quilt patches from branch 12 for changes in upstream
(llvmorg-13.0.0) sources
* Disable lldb on mipsel and mips64el as it isn't supported
See https://reviews.llvm.org/D102872
(Closes: #997011)
* Remove omp-device-info from LLVMExports.cmake (Closes: #996551)
For real this time
* Fix the link issue (hopefully on all archs) (Closes: #995827)
customs LDFLAGS were not passed to the stage2
* Trim trailing whitespace.
* Update watch file format version to 4.
* Update to compat 11.
oldstable has 12
bionic has 11
* Remove omp-device-info from LLVMExports.cmake (Closes: #996551)
* Fix a atomic issue. Thanks to YunQiang Su for the patch
Partial fix for #995827
* Bring back the llvm manpages (Closes: #995684)
Were generated at the wrong place
* Restrict the dependency on libunwind-13-dev from Package: libc++-13-dev
on amd64 arm64 armhf i386 mips64el ppc64el ppc64 riscv64
(Closes: #996462)
* Instead of using llvm-* to install binaries in llvm-X.Y
list all the binaries one by one.
It will prevent "llvm-omp-device-info" to be installed in
llvm-X.Y which caused an explicit dependency on libomp
which caused llvm-X.Y to be NOT coinstallable anymore
* Move llvm-omp-device-info-X.Y from llvm-X to libompX-dev
Fixes upstream #52162
* libc++-13-dev should depends on libunwind-13-dev
(Closes: #995810)
* Disable a tsan and two lldb tests on i386
* Fix the libclang detection in cmake
(Closes: #994827)
* Adjust the testsuite after various changes
(rpass, libclang, polly lib, etc)
* New upstream release
* New testing release
* Ship clang-repl
See https://reviews.llvm.org/D106813
* Replace make by ninja for the build process
It is now more tested than make by upstream
And it is supposed to be faster
Removed openmp/bootstrap-with-openmp-version-export-missing.diff
as it seems that the ninja move fixed it
* New testing release
* Remove debian/patches/disable-no-omit-leaf.diff
as it is fixed upstream
* compiler-rt scudo, don't add the option
-mno-omit-leaf-frame-pointer when building on
armel & armhf
* Build with -DCMAKE_POSITION_INDEPENDENT_CODE=ON to libc++ and libc++abi
* The changes from 12.0.1-7
[ John Paul Adrian Glaubitz ]
* Disable libunwind-X.Y{-dev} packages on sparc and sparc64
[ John Paul Adrian Glaubitz ]
* Disable libunwind on m68k, sparc64 and x32
[ Gianfranco Costamagna ]
* integration-test-suite-test: fix build by using 13 as default version
[ Sylvestre Ledru ]
* New testing release
* clang-soname-extract-version.diff: improve the upstream declaration
* Fix the libclang links
* Upload to Unstable
* Add symbol clang_CompileCommand_getNumMappedSources to libclang
* Add a new variable called SONAME_CLANG as
clang soname has started with llvm-toolchain-13.
it is normal that 13 is what is seen in 14 or later version as
it is bumped only with abi changes
* New snapshot release
* Branching of snapshot into 13
* Adjust libclang:
- upstream decided to make it stable starting from 13, with the soname
- for now, I am not planning to rename libclang1-13 to libclang13 as it will
cause too much churn for a small gain as we will keep libllvm (while
losing the capability to have different versions in parallel installed)
See upstream c7b3a91017d26266d7556b1ac7c49b06f0109b91
* Refresh the lib of symbols in libomp
* As scan-build-py is installed by default ( https://reviews.llvm.org/D104138 )
update of the code
* Revert "Revert D94333.diff as it breaks the ci
https://reviews.llvm.org/D94333#2829043"
* Install usr/lib/llvm-13/lib/cmake/openmp/FindOpenMPTarget.cmake
in libomp-13-dev.install
* Revert of D103865 for causing bug 51026
* Enable lld on s390x
* remove libomptarget from openmp. done by upstream
in f2f88f3e7a110b2d4d9da446e45f0dba040e62b2
but install /usr/lib/llvm-13/lib/libomptarget-amdgcn-*.bc
Only install these files on amd64, ppc64el & arm64
See openmp/libomptarget/deviceRTLs/amdgcn/CMakeLists.txt
* Revert D94333.diff as it breaks the ci
https://reviews.llvm.org/D94333#2829043
[ John Paul Adrian Glaubitz ]
* Disable OpenMP on m68k
[ Sylvestre Ledru ]
* New snapshot release
* "run-clang-tidy" install it
* Only enable libomp-13-doc on supported archs
* Verify that /proc is mounted. It makes some unexpected issues when
building from a chroot without /proc
* Fix the __config_site include issue
* Revert D95727 for causing bug 49818
[ John Paul Adrian Glaubitz ]
* Add upstream patch D98574 to fix clang macro definitions on sparc64
* Add upstream patch D98575 to fix 32-bit compiler-rt build on sparc64
* Enable building the new experimental M68k backend
* Set LLVM_HOST_TRIPLE to x86_64-linux-gnux32 on x32
* Set LLVM_DEFAULT_TARGET_TRIPLE to x86_64-linux-gnux32 on x32
* Enable OpenMP offload capabilities for NVDIA GPUs
See https://bugzilla.redhat.com/show_bug.cgi?id=1922914
[ Sylvestre Ledru ]
* New branch (12 => 13)
* Workaround a static_assert on https://bugs.llvm.org/show_bug.cgi?id=48259
"static assertion failed: Recycler allocation size is less than object size!"
* Also install usr/lib/llvm-12/bin/ld64.lld.darwinnew & usr/bin/ld64.lld.darwinnew-12
* Also install usr/lib/llvm-12/lib/libomptarget.so.12 in libomp5-12
[ Gianfranco Costamagna ]
* Add upstream patch D92052 to fix a gcn offload compiler issue with gcc (Closes: #975692)
* Build clangd with GRPC support
Thanks to Sam McCall for the patch
* Unbreak llvm-toolchain-12 on buster.
-fuse-ld=gold wasn't passed to compiler-rt. it was using bfd.
And binutils shipping in buster has a bug preventing this to work:
https://github.com/llvm/llvm-project/issues/42339
* Rename ocaml-nox => ocaml-base (Closes: #1002608)
* Remove Build-Conflicts: ocaml
* Rebuild to workaround the coinstallability issue (Closes: #996858)
[ Erik Maciejewski ]
* use make variables populated by /usr/share/dpkg/buildflags.mk and remove
_EXTRA suffix from STAGE_1_ and STAGE_2_ flag vars to improve clarity and
readability for the multi-stage setup in debian/rules
* remove some redundant cmake options (options with the same value as their
default) from, and move PYTHON_EXECUTABLE cmake option to, the cmake
configure command in debian/rules
* re-disable fixfilepath in dpkg-buildflags in favor of using the more llvm
aware implementation provided by the llvm-project by setting
LLVM_USE_RELATIVE_PATHS_IN_FILES=ON in both stages of the toolchain
build in debian/rules
[ Sylvestre Ledru ]
* autopkgtest/integration-test-suite-test: restrict to arm64/amd64 for now
* Disable lldb on mipsel and mips64el as it isn't supported
See https://reviews.llvm.org/D102872
(Closes: #997011)
[ Erik Maciejewski ]
* disable compiler-rt builtins for unsupported arch s390x in debian/rules
* set arm toolchain arch profiles explicitly to debian baselines in
debian/rules as the target host triples alone are ambiguous and compiler
defaults and debian baselines may not align
* add arch specific config for powerpc to debian/rules and set host target
triple and compiler-rt config to force correct arch profile for builtins
* set LIBCXX_USE_COMPILER_RT to OFF in debian/rules to disable builtins when
libunwind is not enabled since the unwind implementation with gnu builtins
will then be required
* fix build flag inconsistencies (potentially causing build failures) by
utilizing dpkg-buildflags for defaults where appropriate and making sure all
flags intended for a given stage are also applied to the stage's builtins
and runtimes builds
* re-enable fixfilepath for use with dpkg-buildflags in debian/rules as it has
been supported since clang-10
* establish a consistent STAGE_[stage]_ prefix naming scheme for stage
variables and replace STAGE1_AND_STAGE2_ prefix with STAGE_ALL_ prefix for
better future-proofing in debian/rules
* modify stage dir var names to use new prefix scheme in debian/rules
* add explicit s390x build options to debian/rules, set
LLVM_HOST_TRIPLE=s390x-linux-gnu and COMPILER_RT_DEFAULT_TARGET_ONLY=ON
so that builtins are only built for the explicit host arch (Closes: #996802)
* update rules to incorporate relevant arch specific configs from snapshot
* patch llvm runtimes cmake build to add a check and only set up and build
compiler-rt builtins if they have not been disabled in a runtimes build
* patch compiler-rt builtins cmake build to fix default arch detection for
armhf by adding the same target triple handling used for compiler-rt libs
* remove legacy var for use when libcxx was a standalone build
* re-disable building builtins on armel as they still fail (Closes: #996828)
* add patch to libcxxabi cmake build for adding builtins to lib flags fixing
an issue where builtins were not being linked into libcxxabi when
LIBCXXABI_USE_COMPILER_RT=ON (Closes: #996796)
* add missing LIBUNWIND_USE_COMPILER_RT to CLANG_BOOTSTRAP_PASSTHROUGH to link
correct compiler-rt lib in stage2
* consolidate two conditionals for libatomic that were essentially the same,
but the one removed could conflict with BOOTSTRAP_SHARED_LINK_FLAGS
elsewhere in the rules file
* attempt to fix arm builtins by adding COMPILER_RT_DEFAULT_TARGET_ONLY=ON to
armel and armhf toolchain build options to prevent related arches that might
not be supported on the build host from being included in the build (like
armv6m soft-float on the armhf build host)
* reorganize flags and cmake options around stages for the toolchain build
* set baseline arch to armv5t, remove older 3.8 workaround for armel build
* update to debian host triple for the armhf build
[ Jordan Justen ]
* d/rules: Add amdgcn-mesa-mesa3d to libclc build.
Closes: #993904, #995069
[ Sylvestre Ledru ]
* Bring back the llvm manpages (Closes: #995684)
Were generated at the wrong place
* evolve llvm build configuration in rules to leverage the two stage build
with runtimes support whereby the resulting stage2 (final) compiler is used
to build the stage2 (final) runtimes as part of a single monolithic build
* the stage2 runtimes build now includes compiler-rt, libcxx and libcxxabi as
well as libunwind and openmp where supported. Additionally, legacy
corresponding standalone build targets are removed from the rules file
* patch openmp build to include required runtimes as dependencies to build
targets so they are built first when included as part of a runtimes build
since openmp can depend on them
* patch libclc build to set rpath for prepare_builtins build utility to find
correct stage2 libs at runtime when executed as part of a build
* patch libcxx build so that if libatomic is found, only link it if libgcc is
the rtlib
* patch compiler-rt build to suppress xray and testing warns when not enabled
* patch llvm linker detection to account for vendor being prepended to lld
version string
* remove several existing patches incorporating workarounds no longer required
by the modified build configuration
[ Sylvestre Ledru ]
* If parallel is not set in DEB_BUILD_OPTIONS, use nproc
* Add source-is-missing llvm/test/* / lldb/test/* / lld/test/*
to the source override
* Remove old override 'outdated-autotools-helper-file'
[ John Paul Adrian Glaubitz ]
* Disable libunwind on sparc, sparc64 and x32
* Replace make by ninja for the build process
It is now more tested than make by upstream
And it is supposed to be faster
Removed openmp/bootstrap-with-openmp-version-export-missing.diff
as it seems that the ninja move fixed it
* Add back CMAKE_EXTRA to build LLVM gold (Closes: #993664)
[ Gianfranco Costamagna ]
* Refresh symbols on riscv64
* Add debian/source/options to ignore the diff (much much faster to repack)
* cmake: use ON instead of YES for consistency
* Don't generate the llvm-mcmarkup & lldb-mi manpages (don't exist anymore)
(LP: #1940713)
[ 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.
* Fixup build process on riscv64, the architecture building was enabled
in control file but not in rules file, neither required build-deps were
installed. (note: this should fail, but at least we will have a build log
stored.
* Add ocaml support on riscv64.
* Don't require hello package on i386 (helps Ubuntu alternate dependencies)
[ Jordan Justen ]
* Include SPIR-V (*.spv) outputs in libclc package
* Make libunwind-dev depends on libunwind
* Don't build libunwind on hurd, armel, powerpc & mipsel
* Remove old svn reference in the usage dh_strip & dh_makeshlibs
* Build libunwind only on amd64 arm64 armhf i386
mips64el ppc64el ppc64 riscv64 sparc sparc64
Not supported on s390x for example
* libc++ & libc++ abi: only pass -DLIBCXXABI_USE_LLVM_UNWINDER=YES
if libunwind is available on the platform
* Generate libunwind-12 & libunwind-12-dev packages
* Add the following option to the libc++ build:
-DLIBCXX_ENABLE_STATIC_ABI_LIBRARY=ON
-DLIBCXX_STATICALLY_LINK_ABI_IN_STATIC_LIBRARY=ON
-DLIBCXX_STATICALLY_LINK_ABI_IN_SHARED_LIBRARY=OFF
to address upstream bug 46321
* Make libc++abi use libunwind
[ Kasper Kantz ]
* Add riscv64 architecture in control
enable liblldb, libomp and others which are
currently unavailable in riscv64 repository.
[ Krzysztof Aleksander Pyrkosz ]
* Add libxml2 as a dependency as it is necessary
for llvm manifest tool (llvm-mt)
(Closes: #990537)
[ Jordan Justen ]
* d/rules: Adjust cmake defines to fix libclc.pc paths
* Add the following option to the libc++ build:
-DLIBCXX_ENABLE_STATIC_ABI_LIBRARY=ON
-DLIBCXX_STATICALLY_LINK_ABI_IN_STATIC_LIBRARY=ON
-DLIBCXX_STATICALLY_LINK_ABI_IN_SHARED_LIBRARY=OFF
to address upstream bug 46321
* Build libunwind
[ Kasper Kantz ]
* Add riscv64 architecture in control
enable liblldb, libomp and others which are
currently unavailable in riscv64 repository.
[ Krzysztof Aleksander Pyrkosz ]
* Add libxml2 as a dependency as it is necessary
for llvm manifest tool (llvm-mt)
(Closes: #990537)
[ Jordan Justen ]
* d/rules: Adjust cmake defines to fix libclc.pc paths
* New upstream release
* New testing upstream release
* New testing upstream release
* Fix the path to analyze-{cc,c++} for scan-build-py with
--intercept-first (scan-build-py-fix-analyze-path.diff)
* New testing upstream release
[ John Paul Adrian Glaubitz ]
* Add upstream patch D98574 to fix clang macro definitions on sparc64
* Add upstream patch D98575 to fix 32-bit compiler-rt build on sparc64
[ Sylvestre Ledru ]
* backport D101773 to fix an llvm ir issue on mipsel
in mips/mips-D101773-reloc.patch
thanks to Ximin Luo
(Closes: #988965)
* New testing upstream release
[ Timo Aaltonen ]
* Build libclc. (Closes: #942709)
[ Sylvestre Ledru ]
* Upload to unstable
* Also build lld on s390x
[ Matthias Klose ]
* Improve the clean rule
* Disable again LTO
* Create a new package llvm-12-linker-tools:
Contains the LLVMgold and LLVMPolly linker plugins.
* New upstream release
* Add -DCMAKE_SUPPRESS_REGENERATION=ON to limit the number of calls
to cmake
Try to workaround a bug on llvm-toolchain-stretch-12-binaries
architecture=s390x,stretch
* New testing upstream release
* Verify that /proc is mounted. It makes some unexpected issues when
building from a chroot without /proc
* New testing upstream release
* Cherry-pick https://reviews.llvm.org/D99501 to allow -flto=auto
* Don't fail fsanitize=thread on i386, not supported
* Don't hard fail on z3 failures with "set -e" at the begin, if z3 support is not available we do fail and exit testsuite without checking the log
* Don't force gcc-11 anymore on riscv64, gcc-10 has the fixes now
* Cherry-pick upstream commit e3cd3a3c91524c957e06bb0170343548f02b6842
bring back Reporter.py needing to make scan-view work.
* Fixup omptarget regex error, missing escape
[ Gianfranco Costamagna ]
* Upload to sid
[ Sylvestre Ledru ]
* Ignore source: invalid-arch-string-in-source-relation riscv64 [build-depends: g++-11 [riscv64]]
[ Matthias Klose ]
* Also disable CMake's package validation check for omptarget target files (Closes: #983838).
* New testing upstream release
* Refresh the openmp symbol list
In libomp.so.5:
- GOMP_taskwait_depend
- GOMP_teams_reg
- __kmpc_calloc
- __kmpc_realloc
- __kmpc_taskloop_5
And all libomptarget.so.12
* Only enable libomp-12-doc on supported archs
[ Matthias Klose <doko@ubuntu.com> ]
* Build using GCC 11 on riscv64 (Closes: #983837).
* New rc release
[ Sylvestre Ledru ]
* experimental New snapshot release now 12 as branched
* Workaround a static_assert on https://bugs.llvm.org/show_bug.cgi?id=48259
"static assertion failed: Recycler allocation size is less than object size!"
* Also install usr/lib/llvm-12/bin/ld64.lld.darwinnew & usr/bin/ld64.lld.darwinnew-12
* Also install usr/lib/llvm-12/lib/libomptarget.so.12 in libomp5-12
[ Gianfranco Costamagna ]
* Add upstream patch D92052 to fix a gcn offload compiler issue with gcc (Closes: #975692)
* experimental New snapshot release
* lld-use-link-atomic-i386.diff Try to workaround a linker error
error: undefined reference to '__atomic_load'
on sid i386
* Bring back gold for ppc64el. Doko thinks it is fixed.
[ John Paul Adrian Glaubitz ]
* Limit maximum parallel link jobs to 4 on sparc and sparc64
* experimental New snapshot release
* experimental New snapshot release
* experimental New snapshot release
* experimental New snapshot release
[ Sylvestre Ledru ]
* New snapshot release
* Install omp.h in instead of /usr/lib/llvm-@LLVM_VERSION@/lib/clang/@LLVM_VERSION_FULL@/include/
instead of /usr/lib/llvm-@LLVM_VERSION@/include/openmp/omp
* Install split-file in llvm-X-tools (like lit)
* Add new symbols to libclang1:
- clang_CXRewriter_create
- clang_CXRewriter_dispose
- clang_CXRewriter_insertTextBefore
- clang_CXRewriter_overwriteChangedFiles
- clang_CXRewriter_removeText
- clang_CXRewriter_replaceText
- clang_CXRewriter_writeMainFileToStdOut
- clang_Cursor_getVarDeclInitializer
- clang_Cursor_hasVarDeclExternalStorage
- clang_Cursor_hasVarDeclGlobalStorage
[ John Paul Adrian Glaubitz ]
* Link against libatomic on mipsel to fix FTBFS in stage2
* Link against libatomic on powerpc to fix FTBFS in stage2
* Use dh-exec to exclude lib/libPolly*.a on powerpc and
powerpcspe from libclang-common-X.Y-dev.install.in
* Drop powerpcspe patches merged upstream:
- debian/patches/powerpcspe/D49754-powerpcspe-clang.diff
- debian/patches/powerpcspe/D54583-powerpcspe-double-parameter.diff
- debian/patches/powerpcspe/D56703-powerpcspe-register-spilling.diff
[ Sylvestre Ledru ]
* Install omp.h in instead of /usr/lib/llvm-@LLVM_VERSION@/lib/clang/@LLVM_VERSION_FULL@/include/
instead of /usr/lib/llvm-@LLVM_VERSION@/include/openmp/omp
* Install split-file in llvm-X-tools (like lit)
[ John Paul Adrian Glaubitz ]
* Link against libatomic on mipsel to fix FTBFS in stage2
* Link against libatomic on powerpc to fix FTBFS in stage2
* Use dh-exec to exclude lib/libPolly*.a on powerpc and
powerpcspe from libclang-common-X.Y-dev.install.in
[ Sylvestre Ledru ]
* experimental New snapshot release
[ Sylvestre Ledru ]
* New snapshot release
* Install omp.h in instead of /usr/lib/llvm-@LLVM_VERSION@/lib/clang/@LLVM_VERSION_FULL@/include/
instead of /usr/lib/llvm-@LLVM_VERSION@/include/openmp/omp
* Install split-file in llvm-X-tools (like lit)
* Add new symbols to libclang1:
- clang_CXRewriter_create
- clang_CXRewriter_dispose
- clang_CXRewriter_insertTextBefore
- clang_CXRewriter_overwriteChangedFiles
- clang_CXRewriter_removeText
- clang_CXRewriter_replaceText
- clang_CXRewriter_writeMainFileToStdOut
- clang_Cursor_getVarDeclInitializer
- clang_Cursor_hasVarDeclExternalStorage
- clang_Cursor_hasVarDeclGlobalStorage
[ John Paul Adrian Glaubitz ]
* Link against libatomic on mipsel to fix FTBFS in stage2
* Link against libatomic on powerpc to fix FTBFS in stage2
* Use dh-exec to exclude lib/libPolly*.a on powerpc and
powerpcspe from libclang-common-X.Y-dev.install.in
* Drop powerpcspe patches merged upstream:
- debian/patches/powerpcspe/D49754-powerpcspe-clang.diff
- debian/patches/powerpcspe/D54583-powerpcspe-double-parameter.diff
- debian/patches/powerpcspe/D56703-powerpcspe-register-spilling.diff
[ Sylvestre Ledru ]
* Snapshot is now -12
[ Samuel Thibault ]
* debian/patches/hurd/hurd-EIEIO-undef.diff: Remove, upstreamed.
* debian/patches/hurd/hurd-cxx-paths.diff: Remove, upstreamed.
* Add two patches from ubuntu to fix lto and gcc-11 build failures
* Use minimum version for cmake-test
* Don't require libclang-11-dev on cmake-test
* Add new llvm-11-linker-tools (from Ubuntu)
* Merge new fixes from branch=9
* clang-11: Drop Recommends: libomp-11-dev
* Adjust the cmake test to unbreak autopkgtest
[ Sylvestre Ledru ]
* Upload to unstable
* bump autopkgtest cmake version (Closes: #994501)
Thanks to Timo Röhling for the patch
[ Gianfranco Costamagna ]
* Cherry-pick upstream commit to fix a libgl1-mesa-dri texture failure.
(Closes: #989545)
* Fix the default binary path for scan-build-py to clang-11 (instead of
clang) - see scan-build-py-fix-default-bin.diff
tested by
https://github.com/opencollab/llvm-toolchain-integration-test-suite/
[ Krzysztof Aleksander Pyrkosz ]
* Add libxml2 as a dependency as it is necessary
for llvm manifest tool (llvm-mt)
(Closes: #990537)
- not really working for now
* New upstream release
Should be mostly minor fixes
Was driven by https://bugs.llvm.org/show_bug.cgi?id=46526
but as we are not impacted, I reverted the change in
debian/patches/revert-abi-change-clang.diff
* Also build lld on s390x
* Fix the path to analyze-{cc,c++} for scan-build-py with
--intercept-first (scan-build-py-fix-analyze-path.diff)
* Backport bug #47591 to fix a miscompilation in bpftrace
(Closes: #990220)
* Only enable libomp-11-doc on supported archs
* Fix the changelog
[ Sylvestre Ledru ]
* New stable release
[ Gianfranco Costamagna ]
* Drop old patch, upstream now
* Run dh_makeshlibs with -V parameter (Closes: #977814)
* New snapshot release
* Remove 'gnu-assembler-compat.diff' - merged upstream
[ Alexander Volkov ]
* Fix description of libclang-cpp11-dev package.
[ Sylvestre Ledru ]
* Upload to unstable to help doko with gcc
11.0.1 will be released before the freeze
[ Gianfranco Costamagna ]
* gnu-assembler-compat.diff: Add upstream patch D92052 to fix a
gcn offload compiler issue with gcc (Closes: #975692)
[ Sylvestre Ledru ]
* New snapshot release
* Remove fix-clang-format-bug-47589.patch (applied upstream)
* Add two patches from ubuntu to fix lto and gcc-11 build failures
[ Gianfranco Costamagna ]
* Cherry-pick nmu again. (version 16.1)
* bump minimum cmake version on qualify-clang.sh too
* simplify cmake test without minor version
[ Andreas Beckmann <anbe@debian.org> ]
* clang-9: Drop Recommends: libomp-9-dev which is not co-installable with
libomp-11-dev (and libomp-dev) for smoother upgrades of libomp-dev from
buster to bullseye. (Closes: #990452)
* Remove an old breaks/replaces for 9 which was causing
some issues on Debian buster. Thanks to Julien Wajsberg
for the bug report
* bump autopkgtest cmake version (Closes: #994501)
Thanks to Timo Röhling for the patch
* cherry pick 68d5235cb58f988c71b403334cd9482d663841ab to build
with newer version of the kernel
* Only enable libomp-9-doc on supported archs
[ Adrian Bunk ]
* Fix the fuzzer build on i386.
[ Sylvestre Ledru ]
* Ignore some tests on i386 to get autopkgtest fixed (Closes: #972334)
* Cherry-pick some fixes from
https://github.com/opencollab/llvm-toolchain-integration-test-suite/
* Only install hwasan_symbolize when found
* Don't use gold on ppc64el. It fails to build in that case
(Closes: #972317)
[ John Paul Adrian Glaubitz ]
* Limit maximum parallel link jobs to 4 on sparc and sparc64
[ Sylvestre Ledru ]
* Rebuild to fix the coinstall issues (Closes: #972323)
* Replace use of deprecated $ADTTMP with $AUTOPKGTEST_TMP.
* Fix a clang-format issue. Fix bug #47589
* New upstream release
[ Sylvestre Ledru ]
* New rc release
* remove all artifacts after tests
[ Gianfranco Costamagna ]
* qualify-clang.sh: exclude z3 tests when support is not available,
not based on libz3-dev installation but on the error returned by
clang invocation
* New rc release
* New rc release
* Fix one more test in autopkgtest
* Update of the symbol list of libomp5:
- GOMP_loop_maybe_nonmonotonic_runtime_next
- GOMP_loop_maybe_nonmonotonic_runtime_start
- GOMP_loop_nonmonotonic_runtime_next
- GOMP_loop_nonmonotonic_runtime_start
- GOMP_loop_ull_maybe_nonmonotonic_runtime_next
- GOMP_loop_ull_maybe_nonmonotonic_runtime_start
- GOMP_loop_ull_nonmonotonic_runtime_next
- GOMP_loop_ull_nonmonotonic_runtime_start
- GOMP_parallel_loop_maybe_nonmonotonic_runtime
- GOMP_parallel_loop_nonmonotonic_runtime
- omp_display_env
* Bring back LLVM_POLLY_LINK_INTO_TOOLS=ON to workaround the error
clang (LLVM option parsing): Unknown command line argument '-polly'.
Try: 'clang (LLVM option parsing) --help'
Also found in autopkgtest
* In the autopkgtest tests, update the opt arguments (-q removed and
-basicaa renamed to -basic-aa)
* Disable test executions on mipsel (timeout)
* New rc release
* Fix "libc++-11-dev includes libc++abi-11-dev headers"
(Closes: #969274)
* Install llvm examples in llvm-11-examples (Closes: #969339)
[ John Paul Adrian Glaubitz ]
* Link against libatomic on powerpc to fix FTBFS in stage2
* Use dh-exec to exclude lib/libPolly*.a on powerpc and
powerpcspe from libclang-common-X.Y-dev.install.in
[ Gianfranco Costamagna ]
* autopkgtests: ignore binfmts enable command return value.
* integration-test-suite-test: change the configuration for 11
* Fix testsuite by ignoring binfmts test
(can't be enabled on autopkgtests)
[ Gianfranco Costamagna ]
* Disable ocaml support on i386, not reasonable to support it there
(specially for Ubuntu)
* Enable binfmt support before using it in tests, to fix them
[ Sylvestre Ledru ]
* Also link against -latomic on mipsel to fix
/usr/[...]/atomic_base.h:426: undefined reference to `__atomic_load_8'
for lld to fix the FTBFS
* Fix a FTBFS on armel with libcxx-armhf-ftbfs.diff
atomic:2780:16: error: use of undeclared identifier '__libcpp_signed_lock_free'
typedef atomic<__libcpp_signed_lock_free> atomic_signed_lock_free;
^
atomic:2781:16: error: unknown type name '__libcpp_unsigned_lock_free'; did you mean 'atomic_signed_lock_free'?
typedef atomic<__libcpp_unsigned_lock_free> atomic_unsigned_lock_free;
* New snapshot release
* Don't install ompt-multiplex.h on armhf, mipsel and mips64el
(Closes: #967944)
* Testing release
[ Sylvestre Ledru ]
* branching of snapshot into 11
[ Samuel Thibault ]
* debian/patches/hurd/hurd-EIEIO-undef.diff: Remove, upstreamed.
* debian/patches/hurd/hurd-cxx-paths.diff: Remove, upstreamed.
* New snapshot release
* libc++ requires the LLVM_PATH, adding it
* Remove no-z3.patch, seems to be merged upstream
* No longer install clang-import-test (upstream change)
See https://reviews.llvm.org/D82169
* experimental New snapshot release
* Add -DLLVM_POLLY_LINK_INTO_TOOLS=OFF to workaround
https://bugs.llvm.org/show_bug.cgi?id=45571
* New symbol clang_Type_getValueType added
* Install usr/lib/llvm-11/lib/cmake/lld/*.cmake
in liblld-11-dev
* Upstream change ad97ccf6b26a29262c9cbf5b3e7f6e84c6dcf55f
broke clangd-atomic-cmake.patch causing some undef symbol on
i386 and atomic
* Also install ompt-multiplex.h in libomp-X-dev
* revert-sphinx-deprecation.diff: revert the sphinx update as it breaks
debian buster
* experimental New snapshot release
* Add -DLLVM_POLLY_LINK_INTO_TOOLS=OFF to workaround
https://bugs.llvm.org/show_bug.cgi?id=45571
* New symbol clang_Type_getValueType added
* Install usr/lib/llvm-11/lib/cmake/lld/*.cmake
in liblld-11-dev
* Upstream change ad97ccf6b26a29262c9cbf5b3e7f6e84c6dcf55f
broke clangd-atomic-cmake.patch causing some undef symbol on
i386 and atomic
* Also install ompt-multiplex.h in libomp-X-dev
* revert-sphinx-deprecation.diff: revert the sphinx update as it breaks debian
buster
* experimental New snapshot release
* Add -DLLVM_POLLY_LINK_INTO_TOOLS=OFF to workaround
https://bugs.llvm.org/show_bug.cgi?id=45571
* New symbol clang_Type_getValueType added
* Install usr/lib/llvm-11/lib/cmake/lld/*.cmake
in liblld-11-dev
* Upstream change ad97ccf6b26a29262c9cbf5b3e7f6e84c6dcf55f
broke clangd-atomic-cmake.patch causing some undef symbol on
i386 and atomic
* experimental New snapshot release
* experimental New snapshot release
* experimental New snapshot release
* experimental New snapshot release
* experimental New snapshot release
* experimental New snapshot release
* experimental New snapshot release
* experimental New snapshot release
* Add -DLLVM_POLLY_LINK_INTO_TOOLS=OFF to workaround
https://bugs.llvm.org/show_bug.cgi?id=45571
* New symbol clang_Type_getValueType added
* Install usr/lib/llvm-11/lib/cmake/lld/*.cmake
in liblld-11-dev
* Upstream change ad97ccf6b26a29262c9cbf5b3e7f6e84c6dcf55f
broke clangd-atomic-cmake.patch causing some undef symbol on
i386 and atomic
* experimental New snapshot release
* New snapshot release
* Bring back libc++-experimental
* remove no-cgi.patch - applied upstream
* Also install liblldMachO2.a in liblld
* Reorder the cmake arg
* Update the copyright file with recent changes (Closes: #956287)
Thanks to Michael Lustfield for the detective work
* New snapshot release
* Bring back libc++-experimental
* remove no-cgi.patch - applied upstream
* Also install liblldMachO2.a in liblld
* Reorder the cmake arg
* Update the copyright file with recent changes (Closes: #956287)
Thanks to Michael Lustfield for the detective work
[ Sylvestre Ledru ]
* experimental New snapshot release
* Install clang-tidy headers in libclang-X.Y-dev
Path: usr/lib/llvm-11/include/clang-tidy/
Introduced upstream in https://reviews.llvm.org/D73236
[ Samuel Thibault ]
* hurd/hurd-cxx-paths.diff: Drop part of patch applied upstream, fix it so
it can be applied.
* clang-tools-X.Y.install.in: Do not try to install hwasan_symbolize on
hurd-any.
[ Gianfranco Costamagna ]
* Add patch to port from old cgi to new html python3 method
[ Sylvestre Ledru ]
* experimental New snapshot release - 11
* Merge recent 9 changes (python 3 and testsuite mostly)
[ Gianfranco Costamagna ]
* fix lldb-10 -P path print (Closes: #945445)
* Fix lldb python installation path and symlinks
* Drop version constraint from libffi-dev library, satisfied since
old-old-stable
* Don't use gold on ppc64el. It fails to build in that case
(Closes: #972317)
[ Samuel Thibault ]
* debian/patches/hurd/hurd-cxx-paths.diff: Add missing GCC installation
initialization.
[ Sylvestre Ledru ]
* Replace use of deprecated $ADTTMP with $AUTOPKGTEST_TMP.
* Rebuild to address the incompat issues (Closes: #972282)
[ Sylvestre Ledru ]
* Add debian/* to the copyright file. Uses the same license
as LLVM
[ Julien Cristau ]
* Cherry-pick "[PowerPC] PPCBoolRetToInt: Don't translate Constant's
operands". Fixes rustc crash building firefox-esr.
[ John Paul Adrian Glaubitz ]
* Use dh-exec to exclude lib/libPolly*.a on powerpc and
powerpcspe from libclang-common-X.Y-dev.install.in
[ Gianfranco Costamagna ]
* autopkgtests: ignore binfmts enable command return value.
* Fix testsuite by ignoring binfmts test
(can't be enabled on autopkgtests)
* Fix testsuite by enabling binfmts support before using it
(the default is disabled)
[ Samuel Thibault ]
* patches/hurd/hurd-cxx-paths.diff: Refresh, some of the factorization was
backported from 11 to 10.
[ Gianfranco Costamagna ]
* debian/patches/mips-force-nomadd4.patch: Apply and rebase patch to disable
nomadd4 on mips* (Closes: #964989)
- thanks Yunqiang Su <wzssyqa@gmail.com> for the patch
[ Steve Langasek ]
* Drop ocaml support on i386, which pulls in a series of packages which
is not reasonable to support.
* New release
* New RC release (of course, I was wrong)
* Update the binfmt-support postinstall to match what is done elsewhere
in Debian
* Add binfmt-support to one of the autopkgtest tests
And make sure that the test is only executed when installed correctly
Otherwise, fails with
"./foo.bc: cannot execute binary file: Exec format error"
* patches/remove-trailing-space-version.diff: cherry-pick an upstream patch
to address https://bugs.llvm.org/show_bug.cgi?id=38998#c15
trailing whitespace of clang full version causing a display issue
when building the linux kernel with clang
* New rc release. Should be the last (this is why I am
uploading to unstable)
* Ship with integration-test-suite-test and run it with autopkgtest
integration-test-suite-test is a project started by Serge Guelton
and myself.
The goal is to provide a set of tests to verify that llvm/clang/etc
are working as expected in a distro (Linux, BSD, etc).
But also to bring a set of expectations of what a LLVM toolchain should
looks like when shipping to users.
Serge is taking care of that work for Fedora/Redhat.
* New rc release
* Pass CLANG_VENDOR to CLANG_BOOTSTRAP_PASSTHROUGH
Fix https://bugs.llvm.org/show_bug.cgi?id=38998
For our friends of https://github.com/ClangBuiltLinux/
* remove try-to-fix-polly-link.patch and D74453-riscv-atomic_cmp_xchg.diff
(applied upstream)
[ Sylvestre Ledru ]
* first rc of 10.0.1
* Enable LLVM_ENABLE_DUMP (Closes: #956966)
* Move binfmt-support as Recommends llvm-10-runtime
instead of a strong dependencies (Closes: #958127)
* build libc++ with -DLIBCXX_USE_COMPILER_RT=YES
and -DLIBCXXABI_USE_COMPILER_RT=YES
* Remove D76596.diff (merged upstream)
[ Gianfranco Costamagna ]
* Don't run tests on riscv64/Ubuntu for now, the virtual machines timeout
during testsuite (probably lack of proper capable hardware to run it)
* Also ship polly libs in libclang-common-10-dev.
Fixes bug #44870 (upstream)
* move risc patches into their own directory
* ppc64el/autopkgtest: Just like with arm64, ignore two tests
* Update the copyright file with recent changes (Closes: #956287)
Thanks to Michael Lustfield for the detective work
[ Jessica Clarke ]
* Cherry-pick upstream patch D74453 to fix atomic compare-and-swap on
riscv64.
[ William Grant ]
* debian/patches/riscv64-multilib-empty.patch: Adjust riscv64 GCC detector
to also check for existence of crtbegin.o in the default multilib dir,
like most other ports. Fixes FTBFS on riscv64, since on Ubuntu
/usr/lib/gcc/riscv64-linux-gnu/10 exists but is empty (gcc-10-base is
installed, but libgcc-10-dev is not).
[ Dimitri John Ledkov <xnox@ubuntu.com> ]
* s390x: set default abi to z196 for debian, and z13 for ubuntu.
LP: #1864226
[ Matthias Klose <doko@ubuntu.com> ]
* Apply D76596.diff, proposed backport from the trunk. LP: #1867173.
This was causing postgresql to FTBFS with llvm 10
* New release
[ Sylvestre Ledru ]
* Sixth RC release
* Really fix the arm64 autopkgtest
[ Gianfranco Costamagna ]
* debian/patches/d21664cce1db8debe2528f36b1fbd2b8af9c9401.patch:
- cherry-pick upstream commit to hopefully unbreak mesa builds
* Fith RC release
* Make autopkgtest/qualify-clang.sh work on arm64
* Fourth RC release
* Disable the emmintrin.h build test in qualify-clang.sh on arm64
* Add some tests for clangd usage
* Third RC release
* Disable libfuzzer on x86
https://bugs.llvm.org/show_bug.cgi?id=43677
FTBFS otherwise
* Add a libclang-cpp10-dev package (needed to unbreak the cmake)
https://bugs.llvm.org/show_bug.cgi?id=42432
This makes libclang-cpp10 usable and polish the links and dups
* Fix the clang desc as C++17 is supported
[ Sylvestre Ledru ]
* Bring back libfuzzer, for some reasons I don't remember
I disabled it:
https://bugs.llvm.org/show_bug.cgi?id=41956
* Silent the polly tests in debian/qualify-clang.sh
clang (LLVM option parsing): Unknown command line argument
'-polly'. Try: 'clang (LLVM option parsing) --help'
[ Aurelien Jarno ]
* Also disable hwasan_symbolize on mipsel mips64el riscv64
[ Gianfranco Costamagna ]
* Patch to convert old python3 cgi method into the new html one
* Upload to unstable to get ci.debian.net testing
* Also disable hwasan_symbolize on armel s390x powerpc ppc64
* Second RC release
- Should fix the s390x issue (reported upstream)
(Closes: #950900)
* Do not try to install hwasan_symbolize on armhf ppc64el
as it isn't built
(Closes: #950899)
[ Samuel Thibault ]
* hurd/hurd-cxx-paths.diff: Fix patch so it can be applied.
* clang-tools-X.Y.install.in: Do not try to install hwasan_symbolize on
hurd-any.
[ Gianfranco Costamagna ]
* fix lldb-10 -P path print (Closes: #945445)
* Fix lldb python installation path and symlinks
* Drop version constraint from libffi-dev library, satisfied since
old-old-stable
[ Sylvestre Ledru ]
* First RC release
* For now, disable ThinLTO usage because:
- LLVM_ENABLE_LTO doesn't work with gcc >= 9 (option not accepted)
- BOOTSTRAP_LLVM_ENABLE_LTO is producing some large binary
(uses llvm ir instead of binary code)
See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=943623
* Thanks to this previous change, don't hardcode gcc 8
* Branch llvm-toolchain-10 into its own branch
* Merge recent 9 changes (python 3 and testsuite mostly)
* experimental New snapshot release
* Add a '+' in the version (as the old upload is high than the one without)
Will be removed in 11
* Sync 9 into 10
* Change of the version layout date+short git version
* Install /usr/lib/llvm-@LLVM_VERSION@/lib/libarcher_static.a
/usr/lib/llvm-@LLVM_VERSION@/lib/libarcher.so in libomp-X-dev
* Install usr/lib/llvm-@LLVM_VERSION@/lib/clang/@LLVM_VERSION_FULL@/bin/hwasan_symbolize in clang-tools-X.Y
* Introduce python3-clang-10 (closes: #942826)
* Remove python-lldb-10
* Remove Python 2 deps (Closes: #945695)
* Disable the polly testsuite:
- freezing in the current build
- not a big deal if failing
* Repack to move to git
* Change the versioning scheme to git:
Infos of the last commit
- ~+ (this syntax is to make sure that this version > ~svn)
- date
- hour/minute/second
- short git hash
* Move the checkout of the sources from svn to git
* Use -DLLVM_ENABLE_PROJECTS instead of symlinks
* Use -DBOOTSTRAP_LLVM_ENABLE_LTO instead of
-DLLVM_ENABLE_LTO (not sure what it wasn't done)
* clang: Force the installation of libclang-cpp with the exact same version
and remove libclang as dep
* Bunch of changes coming from the branch 9
* New snapshot release
* Last upload before the move to git
* lldb-libname.diff: disable for now, seems it that it is now handled
by cmake https://reviews.llvm.org/D68858. TODO: check it still work
* Remove "revert-r373786-libclang-cpp.diff" (applied upstream)
* Add dependency between libclang-cpp => libllvm with the exact version
(Closes: #942526)
* Build using -DCLANG_LINK_CLANG_DYLIB=ON to force the usage of dynamic
library instead of static library when building clang tools.
Decreases the total size from 510M to 278M (amd64)
* New snapshot release
* Install pp-trace, clang-move and clang-offload-wrapper in
clang-tools-10
* Revert
"[clang-tools-extra] [cmake] Link against libclang-cpp whenever
possible" as it introduces a dep from libclang to libclang-cpp
Breaking the symbol list (and people should like to libclang-cpp
if they want to use C++ api)
https://bugs.llvm.org/show_bug.cgi?id=43589
* Added a check in debian/rules to prevent that from happening again
* New snapshot release
* Add two new symbols to libclang1:
- clang_install_aborting_llvm_fatal_error_handler
- clang_uninstall_llvm_fatal_error_handler
* site-packages renamed to dist-packages in python3-lldb-10
* New snapshot release
* Update of the license file. Upstream moved to Apache 2
with LLVM exception (Closes: #935149)
* Debian moved to gcc-9. This gcc version now refuses -flto="Thin"
Move from LLVM_ENABLE_LTO="Thin" to BOOTSTRAP_LLVM_ENABLE_LTO="Thin"
to mitigate the issue (the argument should be passed only at the
second stage of the build process)
See https://bugs.llvm.org/show_bug.cgi?id=43193
* Rename libclang-cpp1-10 to libclang-cpp10 to match the soname and libllvm10
naming (at some point, all libs should do that ...)
* New symbols in libomp5:
- GOMP_loop_nonmonotonic_dynamic_next
- GOMP_loop_nonmonotonic_dynamic_start
- GOMP_loop_nonmonotonic_guided_next
- GOMP_loop_nonmonotonic_guided_start
- GOMP_loop_ull_nonmonotonic_dynamic_next
- GOMP_loop_ull_nonmonotonic_dynamic_start
- GOMP_loop_ull_nonmonotonic_guided_next
- GOMP_loop_ull_nonmonotonic_guided_start
- GOMP_parallel_loop_nonmonotonic_dynamic
- GOMP_parallel_loop_nonmonotonic_guided
* Workaround bug https://bugs.llvm.org/show_bug.cgi?id=42994
(fails to link on Debian buster)
* for Ubuntu xenial: pass PYTHON_EXE to the stage2 build
[ Gianfranco Costamagna ]
* Fixed wrong shlib generation of libomp5 library
* clangd: fix missing epoch in breaks/replaces relationship
* testsuite, add python, used in some test
* Cherry-pick various fixes from branch 8 and 9, do not break anymore with libllvm3.9v4
[ Aurelien Jarno ]
* Add support for riscv64:
- Always link with -latomic on riscv64.
- patches/clang-riscv64-multiarch.diff: add multiarch paths for riscv64.
- patches/clang-riscv64-rv64gc.diff: default to lp64d ABI and rv64gc ISA.
* Document riscv64 debian specific changes in README.source.
[ Sylvestre Ledru ]
* New snapshot release
* lldb-mi removed
* Ship clangd-10 as a new package (Closes: #932432)
[ Sylvestre Ledru ]
* lldb-mi removed
[ Gianfranco Costamagna ]
* clangd: fix missing epoch in breaks/replaces relationship
* testsuite, add python, used in some test
* Cherry-pick various fixes from branch 8 and 9, do not break anymore with libllvm3.9v4
[ Sylvestre Ledru ]
* New snapshot release
* New version in snapshot (10)
* Replace use of deprecated $ADTTMP with $AUTOPKGTEST_TMP.
* Ensure fixfilepath feature is disabled. The fixfilepath
feature sets a -ffile-prefix-map flag, which is only
supported in clang-10. (Closes: #972751).
Thanks to Vagrant Cascadian for the patch
* Don't use gold on ppc64el. It fails to build in that case
(Closes: #972317)
* debian/patches/b288d90b39f4b905c02092a9bfcfd6d78f99b191.patch:
* debian/patches/3185c30c54d0af5bffbff3bcfd721668d086ff10.patch:
- cherry-pick upstream fixes for ppc64el build failure (Closes: #968174)
* Previous version closed bug: 964988 (Closes: #964988)
[ Aurelien Jarno ]
* Add mips-force-nomadd4.diff to default to +nomadd4 on MIPS. (Closes:
#964988)
[ Ximin Luo ]
* Add 373184.patch to fix soundness issue affecting rustc. (Closes: #959877)
* Add f8e146f3430de3a6cd904f3f3f7aa1bfaefee14c.patch to fix big-endian
miscompilation affecting rustc.
[ Jessica Clarke ]
* Cherry-pick upstream patch D74453 to fix atomic compare-and-swap on
riscv64.
[ William Grant ]
* debian/patches/riscv64-multilib-empty.patch: Adjust riscv64 GCC detector
to also check for existence of crtbegin.o in the default multilib dir,
like most other ports. Fixes FTBFS on riscv64, since on Ubuntu
/usr/lib/gcc/riscv64-linux-gnu/10 exists but is empty (gcc-10-base is
installed, but libgcc-10-dev is not).
* Allow one to build g++ 9 & 10 to fix a gcc build dependency
(closes: #955144)
And disable thin lto on all archs
It needs gcc-8 after after 8 will reject the -flto=thin arg
And BOOTSTRAP_LLVM_ENABLE_LTO will generate .so with llvm IR instead
of native code
* debian/patches/947f9692440836dcb8d88b74b69dd379d85974ce.patch:
- cherry-pick upstream fix for glibc 2.31
* Add patch to fix python3.8 test failures with deprecated cgi method, move
to new html parser
* Add two new python autopkgtests to avoid regressions in the future
* Fix m68k architecture
* Add Myself to uploaders
* Revert site-packages/dist-packages hacking mv, this is done upstream now
* Add dependency on libclang-cpp-9 from llvm-9-dev (Closes: #946761)
* fix lldb-9 -P path print (Closes: #945445)
* Fix lldb python installation path and symlinks
* Team upload.
* Add some more python3 shebangs (Closes: #948497)
* Install clang in Python3 directory (Closes: #948409)
- thanks Mike Gabriel for the helpful report!
* Source only upload to sid
* Force a python3 shebang on python modules to fix testsuite
* Do not run z3 tests if z3 support is not enabled
[ John Paul Adrian Glaubitz ]
* Build polly docs and manpages only when polly is enabled (Closes: #947236)
[ Sylvestre Ledru ]
* Introduce python3-clang-9 (closes: #942826)
* Remove python-lldb-9
* Remove Python 2 deps (Closes: #945695)
[ James Clarke ]
* Include upstream patch D71028 for rust mips tests (Closes: #946874)
[ Aurelien Jarno ]
* Include upstream patch D60657 for rust support on riscv64.
* New stable release
* Team upload.
[ Gianfranco Costamagna ]
* Commit Breaks/Replaces into git
[ Julian Andres Klode ]
* Fix llvm-9-tools Breaks/Replaces libclang-common-9-dev (<< 1:9.0.1~+rc2)
(Closes: #946473)
[ Sylvestre Ledru ]
* New snapshot release + upload to unstable
* Use secure URI in debian/watch.
* Move source package lintian overrides to debian/source.
* Remove patches force-gcc-header-obj.diff, hurd-pathmax.diff, impl-
path-hurd.diff, libcxxabi-arm-ehabi-fix.patch, libcxxabi-test-don-t-
fail-extended-long-double.patch, revert-change-soname.diff, try-to-
unbreak-thinlto.diff that are missing from debian/patches/series.
* Rely on pre-initialized dpkg-architecture variables.
* Move transitional package libclang-cpp1-9 to oldlibs/optional per
policy 4.0.1.
[ Aurelien Jarno ]
* llvm-riscv64-fix-cffi.diff: backport patch to fix CFI directives on
riscv64 from master.
* New snapshot release
* Fix some paths, upstream moved from site-packages
to dist-packages for python packages
* Move yaml-bench from libclang-common-X.Y-dev to llvm-X.Y-tools where
it belongs
See http://lists.llvm.org/pipermail/llvm-dev/2019-December/137337.html
* Add a project in the cmake-test to silent a warning
(Closes: #945489)
* New snapshot release
[ Gianfranco Costamagna ]
* Patch cmake files to disable the z3 support in Ubuntu
* Simplify rules file to put -g1 everywhere
[ Sylvestre Ledru ]
* Add a project in the cmake-test to silent a warning (Closes: #945489)
[ Samuel Thibault ]
* hurd-cxx-paths.diff: Re-introduce patch to find C++ headers.
* hurd-EIEIO-undef.diff: Drop patch, already fixed a different way upstream.
* hurd-pathmax.diff: Drop now-useless parts.
[ Sylvestre Ledru ]
* Add libz3-dev as dependencies on llvm-X.Y-dev (Closes: #943996)
* Update build-dep libpfm4-dev to linux-any.
Thanks to Samuel Thibault for the patch
[ Gianfranco Costamagna ]
* Add also Ubuntu focal to the gcc-8 arch list
* Seems to be ok, uploading to unstable
(Closes: #942864) fuzzer issues
(Closes: #943623) libclangIndex.a are llvm ir bitcode
[ Weston Ortiz ]
* Remove incorrect Breaks/Conflicts for lldb-9 package
https://bugs.llvm.org/show_bug.cgi?id=43451
[ Sylvestre Ledru ]
* disable-fuzzer-compiler-rt.diff: bring back this patch.
Still breaks i386 compiler-rt/fuzzer
Disable fuzzer only for i386
* Use stage2 files to build the doc. For some reasons, clang-tools-extra
html generation stopped working
* Disable z3 when the version is too old
* Revert the change -DBOOTSTRAP_LLVM_ENABLE_LTO to use
-DLLVM_ENABLE_LTO to see if it fixes 943623
and/or 942864
Disable disable-fuzzer-compiler-rt.diff to evaluate the whole thing
* polly, openmp & lldb aren't enabled for every platform
So, add to PROJECTS only when enabled
* clang: Force the installation of libclang-cpp with the exact same version
and remove libclang as dep
* With the github move, libfuzzer is now compiled as part of the build
process. It fails to compile for some unexpected reasons.
As I have been compiling libfuzzer by hand for a while, just still
do this.
See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=942864
https://bugs.llvm.org/show_bug.cgi?id=43677
disable-fuzzer-compiler-rt.diff
* Disable all kfreebsd patches:
- Needs rebasing on snapshot often
- Didn't build on Debian for a while
- Not forwarded upstream
- No support from the team
* Repack to move to git
* Move the checkout of the sources from svn to git
* Use -DLLVM_ENABLE_PROJECTS instead of symlinks
* Use -DBOOTSTRAP_LLVM_ENABLE_LTO instead of
-DLLVM_ENABLE_LTO (not sure what it wasn't done)
* Add dependency between libclang-cpp => libllvm with the exact version
(Closes: #942526)
* python-clang-9: missing dependency on libclang-9-dev
(Closes: #941890)
* Enable Z3 solver (llvm & clang) to improve the quality of the static
analysis results
* Do not fail the test suite on the -lclang-cpp failing
I think I need to create a libclang-cpp-dev package to unblock it
(but dunno why it works locally)
[ Gianfranco Costamagna ]
* Enable lldb on s390x too, it builds fine now
* python*lldb, depend on liblldb-9 to avoid failure during import
* Add a basic cmake test to see if the package is imported correctly
[ Sylvestre Ledru ]
* add a cpuid check
* /disable-lit-cpuid-install.diff: Remove the lit-cpuid from the llvm
install.
It is provided by lldb and we don't want to add this as a new
dep from llvm-dev (Closes: #941082 #941306)
* New release
* Fix the FTBFS on all platform by adding -DCLANG_BUILD_EXAMPLES=OFF
to cmake.
So, the following libs aren't built anymore:
- usr/lib/llvm-9/lib/SampleAnalyzerPlugin.so
- usr/lib/llvm-9/lib/CheckerDependencyHandlingAnalyzerPlugin.so
- usr/lib/llvm-9/lib/CheckerOptionHandlingAnalyzerPlugin.so
* debian/patches/D67877.patch: fix LLVMExports.cmake with upstream-proposed
patch (Closes: #941082)
* New snapshot release
* New snapshot release
* Force gcc before 9 (gcc 8 on Debian unstable) because it causes
huge increase of the size of the .deb (because of .a and .so) and
issues in the libs
(Closes: #939472)
* Debian moved to gcc-9. This gcc version now refuses -flto="Thin"
Move from LLVM_ENABLE_LTO="Thin" to BOOTSTRAP_LLVM_ENABLE_LTO="Thin"
to mitigate the issue (the argument should be passed only at the
second stage of the build process)
See https://bugs.llvm.org/show_bug.cgi?id=43193
* Fix a link issue (Closes: #939172)
* New snapshot release
* Update of the license file. Upstream moved to Apache 2
with LLVM exception (Closes: #935149)
* remove 0050-Remove-explicit-python-version-list.patch
bug-43011-mips.diff as they are merged upstream
* llvm-9-dev depends on llvm-9-tools
Since https://reviews.llvm.org/D56606, LLVMExports.cmake
requires FileCheck when LLVM_INSTALL_UTILS=ON is enabled (which
is the case here).
See https://bugs.llvm.org/show_bug.cgi?id=43035
* Also add PYTHON_EXECUTABLE to the CLANG_BOOTSTRAP_PASSTHROUGH option
to fix an issue on xenial
* Add clangd-X => libclang-common-X-dev dependency
See https://bugs.llvm.org/show_bug.cgi?id=43152
* Remove the -lc++experimental test from the qualify-clang.sh script
as the lib has been removed in 9~svn366022-1~exp1
* Also install libclang-cpp in /usr/lib/llvm-X/lib/libclang-cpp.so.X
* Improve the fix-clang-path-and-build.diff patch
If this package was built with libclang-common installed on the system,
it could fail with 'use of undeclared identifier' because
#include_next was failing as it was expecting the next header to be
libstdc++
Now, if the local build headers are found, don't include system's
* Rename libclang-cpp1-9 to libclang-cpp9 to match the soname and libllvm9
naming (at some point, all libs should do that ...)
* Try to fix the mips* ftbfs
See bug 43011
[ Gianfranco Costamagna ]
* Add back python-* dependencies to fix tools not really ready for python3
* Fix missing epoch in breaks/replaces
[ Sylvestre Ledru ]
* New snapshot release
[ Gianfranco Costamagna ]
* Fixed wrong shlib generation of libomp5 library
* Add python to testsuite
[ Sylvestre Ledru ]
* Move lit-cpuid from llvm-tools to lldb (wrong package)
* Ship clangd-9 as a new package (Closes: #932432)
[ Aurelien Jarno ]
* Add support for riscv64:
- Always link with -latomic on riscv64.
- patches/clang-riscv64-multiarch.diff: add multiarch paths for riscv64.
- patches/clang-riscv64-rv64gc.diff: default to lp64d ABI and rv64gc ISA.
- patches/libcxx/libcxx-riscv64-cycletimer.diff: backport riscv64
cycletimer support from upstream.
* New snapshot release
* New snapshot release
* New symbols in libomp5 added in the symbol file
- __kmpc_omp_target_task_alloc
- __kmpc_task_allow_completion_event
- __kmpc_task_reduction_modifier_fini
- __kmpc_task_reduction_modifier_init
- __kmpc_taskred_init
- __kmpc_taskred_modifier_init
- omp_fulfill_event
- omp_fulfill_event_
* Bring back bootstrap-fix-include-next.diff which has been removed from
an unknown reason
* Remove libc++experimental.a (seems to be not installed)
* Install python3-setuptools as it seems that lldb moved to python 3
Was failing with
"ModuleNotFoundError: No module named 'distutils.sysconfig'"
* liblldb.a has been removed upstream
* Ship libclang-cpp1-9 as a new package
* Ship python3-lldb-9 as a new package
[ Andreas Beckmann ]
* For now, lld doesn't generate shared libs. Removing the files
(Closes: #857653, LP: #1829677)
[ Gianfranco Costamagna ]
* Do not enable Thin on armhf for now, it FTBFS
[ Sylvestre Ledru ]
* Cherry-pick the recent changes from the 8 branch
* New snapshot release
* Install clang-scan-deps as part of clang-tools
* New snapshot release
* remove debian/patches/reproducible-pch.diff
done upstream
* No longer install lldb-test (disable upstream in 358574)
* Install lit-cpuid in llvm-9-tools
* libclang-X.Y: add clang_Cursor_isAnonymousRecordDecl to the list of symbols
* New snapshot release
* remove debian/patches/reproducible-pch.diff
done upstream
* No longer install lldb-test (disable upstream in 358574)
* Install lit-cpuid in llvm-9-tools
* libclang-X.Y: add clang_Cursor_isAnonymousRecordDecl and
clang_Cursor_isInlineNamespace to the list of symbols
* lldb-static-assert.diff (revert a patch failing the build)
* New snapshot release
* remove debian/patches/reproducible-pch.diff
done upstream
* No longer install lldb-test (disable upstream in 358574)
* Install lit-cpuid in llvm-9-tools
* libclang-X.Y: add clang_Cursor_isAnonymousRecordDecl and
clang_Cursor_isInlineNamespace to the list of symbols
* Install usr/lib/llvm-9/lib/{SampleAnalyzerPlugin.so,
CheckerDependencyHandlingAnalyzerPlugin.so,
CheckerOptionHandlingAnalyzerPlugin.so}
in libclang-9-dev
* Build using thinlto on non stretch, xenial and trusty
(fails with some undef symbols)
Option -DLLVM_ENABLE_LTO="Thin" added
* WebAssembly is now build by default, remove it from the
experimental list
* check-polly was executed twice
* Move the default ARM arch from arm1176jzf-s (armv6) to cortex-a7
(Closes: #930008)
[ John Paul Adrian Glaubitz ]
* Use dh-exec to exclude lib/LLVM*.so on powerpc and
powerpcspe from llvm-X.Y-dev.install.in
* New snapshot release
* Remove libc++fs.a (done upstream)
* add clang-doc in clang-tools
* python2.7/site-packages/readline.so removed from liblldb
* libOptRemarks.so has been renamed to libRemarks.so
* new symbol: omp_get_supported_active_levels
[ Gianfranco Costamagna ]
* Commit Ubuntu delta to 8 and snapshot branches
[ Matthias Klose ]
* Remove the autopkg test for a genuine LLVM bug.
* New snapshot release
[ John Paul Adrian Glaubitz ]
* Remove usr/lib/llvm-@LLVM_VERSION@/lib/LLVM*.so
from debian/llvm-X.Y-dev.install.in and install
the files conditionally in debian/rules
* New snapshot release
* Install lldb-instr-X in lldb-X
* Remove 'Multi-Arch: same' in libclang
(Closes: #874248)
* New snapshot release
* Fix a typo in the arch declaration
* Remove patch D54677-hurd-path_max.diff (applied upstream)
* Fix debian-changelog-line-too-long
* Silent source-contains-prebuilt-windows-binary
* Silent executable-not-elf-or-script
usr/lib/llvm-8/share/clang/bash-autocomplete.sh
* Remove unapplied patches:
- D52340-rustc-debuginfo.diff
- D54379-hurd-triple-clang.diff
- hurd-cxx-paths.diff
- openmp-jessie-missing-include.diff
- rustc-aarch64-test-failure.diff
- strip-ignore-deterministic-archives.diff
* Update the list of openmp symbols (added):
- omp_get_device_num
- omp_get_initial_device
- omp_get_num_devices
- __kmpc_pause_resource (from v9)
- omp_pause_resource (from v9)
- omp_pause_resource_all (from v9)
* New snapshot release and move to 9 as upstream branched
* Silent a source lintian warning
source: source-is-missing lldb/lit/Modules/ELF/Inputs/PT_LOAD-overlap-section.elf
* Revert patch D55434 as it is breaking the build on old version of debian/ubuntu
* Remove BugpointPasses.so & TestPlugin.so as they don't ship anymore
* Add clangd-X => libclang-common-X-dev dependency
See https://bugs.llvm.org/show_bug.cgi?id=43152
* llvm-tools: depend on python2 packages too, the move to python3 was
premature and broke opt-viewer.py
[ Gianfranco Costamagna ]
* clangd: Fix breaks+replaces missing epoch (Closes: #934016)
* Add python to testsuite, still required by some test
* New stable release
* Ship python3-lldb-8 as a new package
* Ship clangd-8 as a new package (Closes: #932432)
[ Gianfranco Costamagna ]
* Fixed wrong shlib generation of libomp5 library
* Compile against Python 3
(Closes: #931029)
* New snapshot release
* New testing release in unstable
[ Gianfranco Costamagna ]
* Enable thinlto everywhere except armhf
* Drop wrong exit 1 from testsuite
[ Andreas Beckmann ]
* For now, lld doesn't generate shared libs. Removing the files
(Closes: #857653, LP: #1829677)
* New testing release
* Only enable thinlto on archs with gold, should fix the ftbfs
* Add libpfm4-dev as build dep + -DLLVM_ENABLE_LIBPFM=ON as it is
needed for llvm-exegesis https://bugs.llvm.org/show_bug.cgi?id=42187
* Improve the rendering of the qualify-clang.sh testsuite
* Build using thinlto on non stretch, xenial and trusty
(fails with some undef symbols)
Option -DLLVM_ENABLE_LTO="Thin" added
* WebAssembly is now build by default, remove it from the
experimental list
* check-polly was executed twice
* Move the default ARM arch from arm1176jzf-s (armv6) to cortex-a7
(Closes: #930008)
[ John Paul Adrian Glaubitz ]
* Use dh-exec to exclude lib/LLVM*.so on powerpc and
powerpcspe from llvm-X.Y-dev.install.in
* New testing release
* Try another way to address the mips64el issue
* Try to disable mips64el-fix.diff (struct_kernel_stat_sz)
to workaround a mips issue with some new C{XX}FLAGS
see https://reviews.llvm.org/D59702
[ Gianfranco Costamagna ]
* Add Ubuntu eoan to supported ubuntu distro
* Fix the FTBFS on mips (introduced by my previous change)
* Fix the search path on mips64el (which is causing the stage2
build of mips64el to fail
See https://bugs.llvm.org/show_bug.cgi?id=41204
[ Timo Aaltonen ]
* import patches for intel-opencl-clang: they fix various issues
with opengl and clang-8, and are taken from llvm master branch.
- Fix pointer blocks on OpenCL functions, that never pointed to real
functions
- Fix assertion errors on some OpenCL functions
- Refactor a little bit OpenCL calls, by emitting direct block calls.
* New upstream release
* Try to fix a mips64el FTBFS
Cherry-pick of https://patches-gcc.linaro.org/patch/3032/
* New snapshot release
* New snapshot release
* New snapshot release
* Activate -DLLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN for all
gcc
[ Gianfranco Costamagna ]
* Commit Ubuntu delta to 8 and snapshot branches
[ Matthias Klose ]
* Remove the autopkg test for a genuine LLVM bug.
* New snapshot release
* Add support for kfreebsd (Closes: #921246)
Many thanks to Svante Signell for all patches
* New snapshot release
* Remove 'Multi-Arch: same' in libclang
(Closes: #874248)
* New snapshot release (branch 8 created)
* Silent a source lintian warning
source: source-is-missing
lldb/lit/Modules/ELF/Inputs/PT_LOAD-overlap-section.elf
* Revert patch D55434 as it is breaking the build on old version of
debian/ubuntu
* Remove BugpointPasses.so & TestPlugin.so as they don't ship anymore
* Remove patch D55434-revert.diff as the regression has been fixed upstream
* New symbols in openmp:
- OMP_NULL_ALLOCATOR
- __kmpc_alloc
- __kmpc_free
- __kmpc_get_default_allocator
- __kmpc_omp_reg_task_with_affinity
- __kmpc_set_default_allocator
- omp_alloc
- omp_capture_affinity
- omp_cgroup_mem_alloc
- omp_const_mem_alloc
- omp_default_mem_alloc
- omp_display_affinity
- omp_free
- omp_get_affinity_format
- omp_get_default_allocator
- omp_high_bw_mem_alloc
- omp_large_cap_mem_alloc
- omp_low_lat_mem_alloc
- omp_pteam_mem_alloc
- omp_set_affinity_format
- omp_set_default_allocator
- omp_thread_mem_alloc
- ompc_capture_affinity
- ompc_display_affinity
- ompc_get_affinity_format
- ompc_set_affinity_format
* On old Debian/Ubuntu, run dh_strip using fakeroot to mitigate
a permission issue
* Remove dbgsym packages from debci because of bug #917528
[ Gianfranco Costamagna ]
* Ignore a test result on i386, due to upstream bug 26580#c18
* New snapshot release
* Merge changes from 7 into snapshot
* New snapshot release
* Also install libOptRemarks.so
* Merge all the recent 7 changes into snapshot
(Closes: #913058) the co install issue with libc++ & openmp
[ Sylvestre Ledru ]
* Remove bat files https://bugs.llvm.org/show_bug.cgi?id=30755
* Fix the autopkgtest script (no gcc in the test)
* remove dep from lld to llvm-8-dev because lld
doesn't use LLVM LTO
* remove old Replaces/Breaks
* Standards-Version: 4.2.1
* Backport a fix to improve scan-build code error.
Thanks to Roman Lebedev for the fix(Closes: #909662)
* Remove bat files https://bugs.llvm.org/show_bug.cgi?id=30755
* Install bash-completion for clang
* Disable ocaml on armel
[ Gianfranco Costamagna ]
* Take option two in bug #877567 to fix FTBFS on mips and mipsel
[ Sylvestre Ledru ]
* New snapshot release
* Also install clang-7-dbgsym libclang1-7-dbgsym in autopkgtest
to verify that debug symbols are present
* Cherry-pick upstream fix D52340 to address a rustc debuginfo
(Closes: #917209)
* Change the jit debug path from $HOME/.debug/jit/ to
$TMPDIR/.debug/jit/ (Closes: #916393)
* Document in README.source some Debian/Ubuntu specific changes
* Enable -DENABLE_LINKER_BUILD_ID:BOOL=ON as, unlike gcc, isn't enabled
by default in clang. Thanks to Adrian Bunk for the patch.
Once more, thanks to Rebecca Palmer (Closes: #916975)
* Build with -g1 also on 64bit architectures (thanks to Adrian too)
* New release
* Remove the dbg workaround. Hopefully, the new version of
binutils will fix it (Closes: #913946)
* Fix llvm-config by stripping unnecessary flags
See also https://bugs.llvm.org/show_bug.cgi?id=8220
(Closes: #697755, #914838)
* Try to workaround the debug issues by adding -fno-addrsig to the *FLAGS
One more time, thanks to Rebecca Palmer (Closes: #913946)
The goal is to provide correct debug packages.
Workaround https://sourceware.org/bugzilla/show_bug.cgi?id=23788
* Force the chmod +x on llvm-X/bin/* because it was sometimes removed
by the strip process
* Force the link to atomic also for i386 as it fails on Debian jessie too
* Improved the debian/patches/series presentation by creating categories
* Improve the separation between *FLAGS for gcc and clang.
This is done for -fno-addrsig as it doesn't exit for gcc
This can be done with the BOOTSTRAP_CMAKE_CXX_FLAGS option
* New testing release
* disable the llvm-strip as it created too big llvm lib
[ John Paul Adrian Glaubitz ]
* Add patch to add powerpcspe support to clang
* Add patch to fix register spilling on powerpcspe
* Add patch to optimize double parameter calling setup on powerpcspe
* Use llvm-strip instead of binutils strip.
Two reasons:
- with clang stage2, the dbg packages were not generated
- strip fails on stretch and other ubuntu on some archives
For this, I had to silent the --enable-deterministic-archives
option (https://bugs.llvm.org/show_bug.cgi?id=39789).
Thanks to Rebecca Palmer for the idea
(Closes: #913946)
* Change the i386 base line to avoid using sse2 extension
This is more important now that llvm is built with clang
instead of gcc.
Thanks to Fanael Linithien for the patch
(Closes: #914770, #894840)
* Bring back mips-rdhwr.diff as it isn't in rc2
[ Samuel Thibault ]
* D53557-hurd-self-exe-realpath.diff: Fix paths returned by
llvm-config (See Bug#911817).
[ Sylvestre Ledru ]
* Fix the FTBFS on armhf for real! Thanks to Adrian Bunk
Force the activation of FeatureVFP3 & FeatureD16
[ Samuel Thibault ]
* D54079-hurd-openmp.diff, D54338-hurd-libcxx-threads-build.diff,
D54339-hurd-libcxx-threads-detection.diff, D54378-hurd-triple.diff,
D54379-hurd-triple-clang.diff, D54677-hurd-path_max.diff,
hurd-cxx-paths.diff: New patches to fix hurd build.
[ Sylvestre Ledru ]
* Remove mips-rdhwr.diff as it has been applied upstream
* Fix a baseline violation on armhf (Closes: #914268)
clang-arm-default-vfp3-on-armv7a.patch has been updated to disable
neon in another place
* Workaround the build issues on armhf
Thanks to Adrian Bunk for the idea
* Remove useless symlink /usr/include/c++ -> ../lib/llvm-7/include/c++
(Closes: #913400)
* Disable gold for sparc* (Closes: #913260)
* Hide a symbol in openmp for mips64el
* Try to integrate a patch to make pch reproducible
Thanks to Rebecca Palmer for the patch
(Closes: #877359)
* Fix the misscompilation issue causing rustc to crash (Closes: #913271)
Might cause some ABI issues but no real good solution.
See https://bugs.llvm.org/show_bug.cgi?id=39427
* Fix a non-break space in a patch (Closes: #913213)
* Upload of 7.0.1 rc2 into unstable
* New testing release
* Enable the stage2 bootstrap:
- stage1 = build clang with gcc
- stage2 = clang building itself
(Closes: #909234)
* Bring back the Disable NEON generation on armhf patch which was gone
Should fix the FTBFS on armhf
(Closes: #842142)
* Update the clang manpage to remove osx specific options
and to add -arch (Closes: #743133)
* Bring back usr/lib/@DEB_HOST_MULTIARCH@/{libiomp5.so, libomp5.so}
symlink for gcc (Closes: #912641)
* New testing release
* Remove the dump of cmake error file (too confusing)
* Try to fix the bootstrap FTBFS :
- on armel by forcing the link to -latomic
- mips-rdhwr.diff: backport D51773 to fix an
assembly issue on mips.
Thanks to jrtc27 for finding the issue.
* Update the watch file to display the right version
(even if the download will fail)
* clang-7 suggests libomp-7-dev instead of libomp-dev
* Make sure that we don't conflict openmp & libc++ with llvm-defaults's
(Closes: #912544)
* Handle better the non coinstability of openmp & libc++ (like we are doing
with python-clang-*)
* Backport upstream fix D51749 to address a rust aarch64 issues
(Closes: #909705)
* Add tests from old bugs to make sure they don't come back
(Closes: #889832, #827866)
* The sanitizers use the versioned llvm-symbolizer provided by the
llvm-X package (Closes: #753572)
* clangd-atomic-cmake.patch: Link against atomic for clangd in i386
* When the cmake configure of the stage2 is failing, dump the cmake error log
* Declare some variables (-Wno-*) for all platforms (was failing on mips)
* Update the watch file to display the right version
(even if the download will fail)
* clang-7 suggests libomp-7-dev instead of libomp-dev
* Make sure that we don't conflict openmp & libc++ with llvm-defaults's
(Closes: #912544)
* Handle better the non coinstability of openmp & libc++ (like we are doing
with python-clang-*)
* Backport upstream fix D51749 to address a rust aarch64 issues
(Closes: #909705)
* Add tests from old bugs to make sure they don't come back
(Closes: #889832, #827866)
* The sanitizers use the versioned llvm-symbolizer provided by the
llvm-X package (Closes: #753572)
* Experiment the clang bootstrap
* Try to bootstrap clang using clang
[ Samuel Thibault ]
* Apply hurd fixes (Closes: #908847).
- hurd-lib_Support_Unix_Path.inc.diff
- hurd-pathmax.diff
- hurd-tools_llvm-shlib_CMakeLists.txt.diff
* Team upload
* Upload to unstable
* Disable for now the bootstrapping clang patches
* Try to bootstrap (currently in a different branch)
* Split the builds in different make target
* Add python-pygments as dep of llvm-7-tools because
opt-viewer.py needs it
* Add back libomp5-X.Y.symbols.in (untested)
* Fix the install of clang bash completion
* Start the work on bootstraping clang
- bootstrap-with-openmp-version-export-missing.diff: fix a link issue
https://bugs.llvm.org/show_bug.cgi?id=39200
- bootstrap-fix-include-next.diff: Fix an include issue at bootstrap phase
https://bugs.llvm.org/show_bug.cgi?id=39162
[ Gianfranco Costamagna ]
* Take option two in bug #877567 to fix FTBFS on mips and mipsel
* In debci, run qualify-clang.sh in verbose mode
* Only run the g++ test if g++ exist
[ Reshabh Sharma ]
* Run check-openmp to test OpenMP
* Backport a fix to improve scan-build code error.
Thanks to Roman Lebedev for the fix(Closes: #909662)
* Remove bat files https://bugs.llvm.org/show_bug.cgi?id=30755
* Install bash-completion for clang
* Disable ocaml on armel
* Fix a syntax issue in a scan-build patch
* Fix the autopkgtest script (no gcc in the test)
* remove dep from lld to llvm-7-dev because lld
doesn't use LLVM LTO
* remove old Replaces/Breaks
* Standards-Version: 4.2.1
* Fix the ftbfs under armel on libc++ and enable openmp on armel.
Thanks to Adrian Bunk for the patch
* Make libc++, libc++abi & openmp NOT co-installable
Rational: the benefits are limited compared to the drawback.
We should have issues like:
- built with libc++-8-dev
- run with libc++1-7
(Closes: #903802)
* Remove circular dependency by removing python-lldb-7: Depends: liblldb-7-dev
(Closes: #888889)
[ Sylvestre Ledru ]
* libc++-8-dev doesn't provide libstdc++-dev anymore (Closes: #908738)
* Build llvm using -DLLVM_USE_PERF=yes (Closes: #908707)
* Only rename libomp when openmp is built
[ Gianfranco Costamagna ]
* Force polly cmake removal on arch:all because of --fail-missing
[ Reshabh Sharma ]
* Make OpenMP packages coinstallable from version 7
* Make libc++ packages coinstallable from version 7
[ John Paul Adrian Glaubitz ]
* Add patch to fix missing MultiArch include dir
on powerpcspe (Closes: #908791)
* Disable LLDB on riscv64
* Fix inverted logic in ifeq statement for POLLY_ENABLE
and OPENMP_ENABLE (Closes: #908646)
* Disable OpenMP on unsupported architecture x32
* Add patch to fix missing include and library paths on x32
[ Gianfranco Costamagna ]
* Install polly only on arch:all packages
* Drop gnustep and gnustep-devel suggestions (Closes: #902847)
* Enable polly on s390x
* Disable omp on armel mips and mipsel for now
* New snapshot release
* Force sphinx to be >> 1.2.3
* also ignore libc++experimental.a on dh_strip (fails on stretch)
* Make libc++-8-dev & libc++abi-8-dev coinstallable
* Remove libtool flex, bison, dejagnu, tcl, expect,
and perl from the build deps (testing)
* Disable force-gcc-header-obj.diff as it is introducing
some regressions in the search headers
(Closes: #903709)
* branching to version 8
- New symbols in libclang:
clang_Cursor_getObjCPropertyGetterName
clang_Cursor_getObjCPropertySetterName
clang_Type_getModifiedType
clang_Type_getNullability
clang_Type_getNumObjCProtocolRefs
clang_Type_getNumObjCTypeArgs
clang_Type_getObjCObjectBaseType
clang_Type_getObjCProtocolDecl
clang_Type_getObjCTypeArg
* python-recommonmark is a new build dep for the sphinx doc
* dh_strip should be verbose
* On Stretch (binutils 2.28), do not run strip on libFuzzer.a, libc++.a
& libc++abi.a because it segfaults
* Fixed "weak-library-dev-dependency libc++-7-dev on libc++-7-helpers"
* Fixed "libomp5-7: shlibs-declares-dependency-on-other-package
libomp5-7) (>= 1:7~svn298832-1~)"
* Also use the local cmake binary if available (for trusty)
and take in account the PRE_PROCESS_CONF option
* Try to fix a FTBFS on jessie with openmp
[ Gianfranco Costamagna ]
* Add liblldb-8-dev to python-lldb runtime dependencies, needed to import it
* Enable lld on arm64, mips64el
* Enable lldb on mips64el
* Enable lld on ppc64el
[ John Paul Adrian Glaubitz ]
* Don't build with ld.gold on powerpcspe
* Disable polly on powerpcspe
* Add upstream patch to make rustc build on powerpc
[ Reshabh Sharma ]
* Integrate opemp as part of the llvm-toolchain packages (Closes: #813672)
As part of this work, the transition libiomp packages have been removed.
* New stable release.
To be clear, this is the same as release 7.0.1
To be ABI compliant in Debian between 7 and 7.0.1,
I took the pr39427-misscompile.diff.
7.1.0 is an official release for downstream users to bring
back the ABI compatibility.
I am uploading this new version in the archive to:
- avoid question like "why we don't have 7.1.0 in the archive?"
- align with upstream
- clearly show that we kept the ABI
Upstream decided to rename the library from 7 to 7.1.0
As I kept the ABI, I reverted the patches (debian/patches/7.1.0/*)
More info on https://bugs.llvm.org/show_bug.cgi?id=39427
and https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=913271
* kfreebsd/kfreebsd-triple-clang.diff: update of the patch to fix
the kfreebsd FTBFS (Closes: #921246)
* Enable ld gold for kfreebsd-amd64 and kfreebsd-i386
Many thanks to Svante Signell for the two updates
* Add support for kfreebsd (Closes: #921246)
Many thanks to Svante Signell for all patches
* Add 'Rules-Requires-Root: no' in debian/control
* llvm-7-examples: Force the same version of llvm-7-dev to mitigate
a debci issue
https://ci.debian.net/data/autopkgtest/unstable/amd64/l/llvm-toolchain-7/1635547/log.gz
* Add 'Rules-Requires-Root: no' in debian/control
* Because more and more tools in clang-tools are in python, add
the dependency
* On old Debian/Ubuntu, run dh_strip using fakeroot to mitigate
a permission issue
[ Gianfranco Costamagna ]
* Ignore a test result on i386, due to upstream bug 26580#c18
* Stable release
* Also manages clang-X as tool for scan-build
see https://reviews.llvm.org/D52151
[ John Paul Adrian Glaubitz ]
* Add patch to fix missing include and library paths on x32
[ Sylvestre Ledru ]
* Only rename libomp when openmp is built
[ Sylvestre Ledru ]
* libc++-7-dev doesn't provide libstdc++-dev anymore (Closes: #908738)
[ Gianfranco Costamagna ]
* Force polly cmake removal on arch:all because of --fail-missing
[ Reshabh Sharma ]
* Make OpenMP packages coinstallable from version 7
* Make libc++ packages coinstallable from version 7
[ John Paul Adrian Glaubitz ]
* Add patch to fix missing MultiArch include dir
on powerpcspe (Closes: #908791)
* Disable LLDB on riscv64
[ John Paul Adrian Glaubitz ]
* Disable OpenMP on unsupported architecture x32
[ Sylvestre Ledru ]
* Build llvm using -DLLVM_USE_PERF=yes (Closes: #908707)
[ Gianfranco Costamagna ]
* Install polly only on arch:all packages
[ John Paul Adrian Glaubitz ]
* Fix inverted logic in ifeq statement for POLLY_ENABLE
and OPENMP_ENABLE (Closes: #908646)
[ Gianfranco Costamagna ]
* Drop gnustep and gnustep-devel suggestions (Closes: #902847)
* Enable polly on s390x
* Disable omp on armel mips and mipsel for now
[ John Paul Adrian Glaubitz ]
* Disable OpenMP on unsupported architectures powerpc,
powerpcspe, riscv64 and sparc64 (Closes: #907912)
[ Sylvestre Ledru ]
* New snapshot release
* Remove libtool flex, bison, dejagnu, tcl, expect,
and perl from the build deps (testing)
* Disable force-gcc-header-obj.diff as it is introducing
some regressions in the search headers
(Closes: #903709)
[ Gianfranco Costamagna ]
* Fix build on armhf, by removing some installed package
* Fix build on s390x, by disabling OpenMP
* Add liblldb-7-dev to python-lldb runtime dependencies, needed to import it
* Enable lld on arm64, mips64el
* Enable lldb on mips64el
[ Reshabh Sharma ]
* Add version for libc++ and OpenMP packages breaks/replaces
* Remove libc++-helpers package
- No real value
- Just two scripts
- Command line arguments aren't that complex
* Fix autopkgtest support
* Force sphinx to be >> 1.2.3
* Also ignore libc++experimental.a on dh_strip (fails on stretch)
* Make libc++-7-dev & libc++abi-7-dev coinstallable
[ John Paul Adrian Glaubitz ]
* Don't build with ld.gold on powerpcspe
* Disable polly on powerpcspe
* Add upstream patch to make rustc build on powerpc
[ Gianfranco Costamagna ]
* Enable lld on ppc64el
* New snapshot release
* dh_strip should be verbose
* On Stretch (binutils 2.28), do not run strip on libFuzzer.a, libc++.a
& libc++abi.a because it segfaults
* Fixed "weak-library-dev-dependency libc++-7-dev on libc++-7-helpers"
* Fixed "libomp5-7: shlibs-declares-dependency-on-other-package
libomp5-7) (>= 1:7~svn298832-1~)"
* Also use the local cmake binary if available (for trusty)
and take in account the PRE_PROCESS_CONF option
[ Reshabh Sharma ]
* Fixed "Lintian warnings for libc++abi-7-dev package"
- Warning: libc++abi-7-dev: breaks-without-version libc++-dev
- Warning: libc++abi-7-dev: breaks-without-version libc++abi-dev
- Warning: llvm-toolchain-7 source: binaries-have-file-conflict
libc++abi-7-dev libc++abi1-7 usr/lib/llvm-7/lib/libc++abi.so
* Disable force-gcc-header-obj.diff as it is introducing
some regressions in the search headers
(Closes: #903709)
* libc++-7-dev should depend on libc++-7-helpers (and not
libc++-helpers)
* Fix the links in the helper package
[ Reshabh Sharma ]
* Fix the path to libc++ header
* libc++.so was in two packages
* First testing release of 7
- Rename packages
- Update the VCS-* URL
* Standards-Version to 4.2.0
[ Dimitri John Ledkov ]
* Enable lldb on ppc64el LP: #1777136
[ Reshabh Sharma ]
* Integrate libcxx and libcxxabi as part of the llvm-toolchain packages
Very similar to the previous packages
except that libc++abi-7-test & libc++-7-test are no longer shipped
Outcome of the LLVM GSoC 2018
(Closes: #813673)
[ Reshabh Sharma ]
* Integrate opemp as part of the llvm-toolchain packages (Closes: #813672)
As part of this work, the transition libiomp packages have been removed.
[ Sylvestre Ledru ]
Bravo to Reshabh Sharma for his work
* Also ship diagtool in clang-tools-X
* Also ship hmaptool in clang-tools-X
* Enable WebAssembly & AVR as experimental archs (Closes: #899202)
* d/p/force-gcc-header-obj.diff Fix the detection of the objc path
* clang_getCompletionFixIt, clang_getCompletionNumFixIts & getTokenclang
added as new symbols of libclang1
* Fix the version with snapshot packages
Fixes upstream issue https://bugs.llvm.org/show_bug.cgi?id=37729
[ Gianfranco Costamagna ]
* Bump std-version to 4.1.5, no changes required
[ Reshabh Sharma ]
* Updated debian/control with breaks, provides and conflicts for OpenMP
packages (Closes: #903802)
* d/p/force-gcc-header-obj.diff Fix the detection of the objc path
* Add python-yaml as dep for clang-tidy (Closes: #890514)
* d/p/impl-path-hurd.diff: Try to fix an issue with hurd
[ Peter Wu ]
* Make CMake find_package(Clang) work. Fixes upstream bug
https://bugs.llvm.org/show_bug.cgi?id=37128
- Move Clang*.cmake back to /usr/lib/llvm-X.Y/lib/cmake/clang and install a
symlink in /usr/lib/cmake/clang-X.Y.
- Ensure that the LLVM installation prefix is correctly discovered despire
symlinks (replaces fix-cmake-config-prefix.diff).
- Create /usr/lib/llvm-X.Y/bin/clang-X.Y symlink as required by
ClangTargets-relwithdebinfo.cmake.
- Remove useless LLVM_CMAKE_DIR sed command that did not match anything.
- Ignore missing binaries in ClangTargets-relwithdebinfo.cmake.
* New snapshot release
* Fix a typo in the debci
* Remove sysconf_interceptor_bypass_test.cc because it makes
Debian unstable and Ubuntu bionic freeze
* Remove the info text from the manpages (Closes: #894734)
* Remove a bunch of old unused patches
* Fix debian-watch-uses-insecure-uri as upstream has now https
* Standards-Version updated to 4.1.3
* llvm-dsymutil has been renamed to dsymutil
* Remove sysconf_interceptor_bypass_test.cc because it makes
Debian unstable and Ubuntu bionic freeze
* library-binary-filename.diff removed (applied upstream)
* Add clang_File_tryGetRealPathName as new symbol in libclang
[ Reshabh Sharma ]
* Enable autopkgtest for amd64 & i386 on the llvm test suite
(Closes: #774294)
[ Nicholas D Steeves ]
* Fix the lintian error 'privacy-breach-uses-embedded-file'
(Closes: #829361)
[ Athos Ribeiro ]
* Create symlink to run-clang-tidy-X.Y.py to remove its .py extension
(Closes: #892089)
[ David Tenty ]
* Migrate to automatic debug packages (Closes: #893267)
[ Sylvestre Ledru ]
* New snapshot release
* New snapshot release
* create the directory for the mips stuff
* Fail the build when new symbols are added
* 5 new symbols:
- clang_PrintingPolicy_dispose
- clang_PrintingPolicy_getProperty
- clang_PrintingPolicy_setProperty
- clang_getCursorPrettyPrinted
- clang_getCursorPrintingPolicy
* Use upstream ld.lld manpage instead of help2man
* Move the VCS to git.
Many thanks to James Clarke for doing the conversion
* Create the directory before having the manpages generated
* clang-tidy-7 also depends on clang-tools-7 for, at least
clang-apply-replacements
* Automatically update the debian/README
* clang-tidy-7: depends on libclang-common-7-dev
(Closes: #891999)
[ James Clarke ]
* Disable LLDB on powerpcspe
* New snapshot release
* Fix llvm-config with the change of versioning (Closes: #888592)
* Update the creation of the README to unbreak the mips* FTBFS
* Update of the clang-tools-X.Y description
* ignore source: source-is-missing lldb/unittests/
* Change the versioning from X.Y to X as upstream is using
X.Y.Z and X
I am keeping the epoch because it would be too complex to manage
with the various updates scenario
* Two new symbols in libclang
- clang_getFileContents
- clang_isInvalidDeclaration
* Fix the VCS-* tags
* Remove 'Multi-Arch: same' in libclang
(Closes: #874248)
* Cherry-pick various llvm fixes for Julia
(Closes: #919628)
* Fix a baseline violation on armhf (Closes: #914268)
Thanks to Adrian Bunk
doing that for the Julia package.
[ John Paul Adrian Glaubitz ]
* Add patch to fix missing include and library paths on x32
* Non-maintainer upload.
* debian/patches/D53557-hurd-self-exe-realpath.diff: Fix paths returned by
llvm-config (Closes: Bug#911817).
* Non-maintainer upload.
* Apply hurd fixes (Closes: #908847).
- hurd-lib_Support_Unix_Path.inc.diff
- hurd-pathmax.diff
- hurd-tools_llvm-shlib_CMakeLists.txt.diff
[ John Paul Adrian Glaubitz ]
* Fix inverted logic in ifeq statement for POLLY_ENABLE (Closes: #908646)
[ Gianfranco Costamagna ]
* Fixup the polly installation failure where polly is not built
* Add s390x to polly architectures
* Fix typo in rules file
[ Sylvestre Ledru ]
* Disable sse2 on pentium4 arch (Closes: #632472)
* Snapshot upload before rc1 (January)
* Create clang-tools-6.0 and move the various clang tools into it
clang-tools-6.0 depends on clang-6.0. This might affect some packages.
(Closes: #836397)
* Bring back the libedit support in lldb
Fix upstream bug https://bugs.llvm.org/show_bug.cgi?id=35291
* Also ship ld64.lld and wasm-ld in the lld-X.Y package
* Update d/rules to reflect the move of libfuzzer into compiler-rt
* Update of the copyright file (Closes: #878502)
Thanks to Nicholas D Steeves for the work
* Try to fix the mipsel FTBFS (Closes: #877567)
I am trying the first option from the bug:
- gsplit-dward on 32 bits archs
- -g everywhere
Many thanks to Adrian Bunk for that
* Use ?= for some variables declarations
* Remove the hardcoded declarations of llvm version in debian/rules
* add /usr/lib/cuda to the CUDA toolkit search paths
Thanks to Andreas Beckmann for the patch (Closes: #882505) (LP: #1706326)
* Fix the fix-scan-view-path.diff path
* Move libomp-dev from Suggests to Recommends (Closes: #882781)
* Add a symlink to fix lldb-X.Y (Closes: #881993)
* Remove update-cuda-search-path.patch (applied upstream)
* Also install usr/bin/lldb-test-6.0
* liblld-6.0-dev depends on liblld-6.0 (Closes: #856545)
* Add new symbols for libclang1:
- clang_CXIndex_setInvocationEmissionPathOption
- clang_CXXRecord_isAbstract
- clang_Cursor_getObjCManglings
- clang_getCursorTLSKind
* add test-keep-alive.diff to improve the keep alive for some
archs like mips*
* Standards-Version: 4.1.1
* remove liblld-6.0-dbg for now
* New snapshot
* Ship liblldMinGW lld lib
* Ship clang-refactor & clang-func-mapping in clang-X.Y
* Remove the -Wl option to call gold instead of the normal linker
(Closes: #876787)
* Force the deactivation of ocaml until the transition is done
* Standards Version 4.1.0
[ Gianfranco Costamagna ]
* Enable ocaml on release architectures.
* Add NDEBUG flag, lost in the -g -> -g1 switch
[ Matthias Klose ]
* Link with --no-keep-files-mapped --no-map-whole-files when using gold.
* build using gold on arm64 and s390x. For backports, arm64 might still
need the BFD linker, and building with only one or two processes in
parallel.
* On amd64, s390x, arm64 and ppc64el, build with -g1 instead of -g.
* Set CMAKE_CXX_FLAGS_RELWITHDEBINFO and pass opt_flags.
* Fix the FTBFS because of -gsplit-dwarf:
- Only enable it on archs which needs it
- Only enable it when gcc supports it correctly
* Fail the build if the arch + gcc has a broken gsplit-dwarf support
* Link LLDB with -latomic on powerpcspe (Closes: #872267)
* Fix the C++ include path order (Closes: #859083)
* Disable -gsplit-dwarf when using gcc 7 for causing a linking issue
See https://bugs.llvm.org/show_bug.cgi?id=34140
(Closes: #853525)
* clang was producing unusable binaries on armv5tel (Closes: #873307)
Thanks to Adrian Bunk for the patch
* With Ubuntu Trusty (for apt.llvm.org), the build fails
on internal compiler error: in output_index_string, at dwarf2out.c:218
force the usage of gcc 4.9
* We moved from 5.0 to 6.0
* Ship the opt-viewer new program as part of llvm-6.0 tools
* ld.lld manpage wasn't installed
* Disable the clang-fix-cmpxchg8-detection-on-i386.patch patch
because breaks the build with
'error: 'isCmpXChg8Supported' was not declared in this scope'
* Remove usr/bin/liblldb-intel-mpxtable.so-6.0 as it seems to be removed
from usptream
* Force the usage of gcc 6 until the link issues with gcc 7 are fixed
https://bugs.llvm.org/show_bug.cgi?id=34140
[ Katsuhiko Nishimra ]
* Ensure /usr/bin/g++-$(GCC_VERSION) exists (Closes: #871591)
[ Gianfranco Costamagna ]
* Re-add clang-doc documentation
[ Sylvestre Ledru ]
* New snapshot release
* Fix a hurd PATH_MAX issue
* Transform the lldb swig check from a error to a warning
* Add libomp-dev to the suggests of clang
* Add Provides on python-lldb-x.y & python-clang-x.y & libllvm-x.y-ocaml-dev
to avoid the recurring problem about conflicts
(Closes: #835546, #863739, #863742)
* Standards-Version => 4.0.0
* Generate the llvm-tblgen, clang-change-namespace, clang-offload-bundler
lld, clang++, clang-check, clang-cpp & clang-import-test manpages
* Remove the --no-discard-stderr option from help2man calls
* use -DPOLLY_BUNDLED_JSONCPP=OFF & add pkg-config as a dep (to help find
the files)
* Only enable libfuzzer for Linux kernel.
Thanks to Pino Toscano for the patch
* Add option -DPOLLY_BUNDLED_JSONCPP=ON
to use the system lib instead of the patch d/p/use-deb-json.diff
* New symbols added in libclang
- clang_EvalResult_getAsLongLong
- clang_EvalResult_getAsUnsigned
- clang_EvalResult_isUnsignedInt
- clang_TargetInfo_dispose
- clang_TargetInfo_getPointerWidth
- clang_TargetInfo_getTriple
- clang_Type_isTransparentTagTypedef
- clang_getAllSkippedRanges
- clang_getTranslationUnitTargetInfo
* Limit the archs where the ocaml binding is built
Should fix the FTBFS
Currently amd64 arm64 armel armhf i386
* d/p/add_symbols_versioning.patch removed (applied upstream)
* Really fix "use versioned symbols" for llvm
Thanks to Julien Cristau for the patch (Closes: #849098)
* Explicit the dep of clang-tidy on same version of llvm to avoid
undefined symbols
* Add override_dh_makeshlibs for the libllvm or liblldb versions
Thanks to Julien Cristau for the patch
* change the min version of the libclang1 symbols to 1:4.0-3~
* Fix the symlink on scan-build-py
* add libncurses in the list of build deps (Closes: #861170)
[ Rebecca N. Palmer ]
* Use versioned symbols (Closes: #848368)
* New snapshot release
* New library liblldb-intel-mpxtable.so
* Fix the incorrect symlink to scan-build-py (Closes: #856869)
* Explicit the dep of clang-format on same version of llvm to avoid
undefined symbols
* New snapshot release
snapshot is now 5.0
* d/p/silent-amdgpu-test-failing.diff silent amdgpu tests failing
(see upstream bug 31610)
* d/p/lldb-server-link-issue.patch removed, merged upstream
* Also install python-lldb-5.0 when installing lldb-5.0 (Closes: #851171)
* Bring back the content of llvm-5.0-doc (Closes: #844616)
* Bring back the content of llvm-4.0-doc (Closes: #844616)
* d/p/pthread-link.diff Hardcode like to pthread which was missing for
libclang
* New snapshot release
* Disable libedit usage in lldb because of garbage (Closes: #846616, #850111)
* Build lld
- d/p/lld-arg-cmake-issue.diff fixes upstream bug #27685
* ship clang-tblgen
* Run clang extra test suite
* Fix the detection of lldb-server
* Fix the run of the check-lldb target
* New snapshot release
* d/p/kfreebsd-support.diff removed (applied upstream)
* debian/orig-tar.sh: less verbose
* d/p/lldb-missing-install.diff: For the install
of lldb-server and lldb-argdumper as they are not always installed
* Ship new binary in clang-X.Y: clang-import-test
* New symbols in libclang1:
- clang_EvalResult_getAsLongLong
- clang_EvalResult_getAsLongLong
- clang_EvalResult_isUnsignedInt
* Fix a regression in the test run for the code coverage
* Silent ThinLTO/X86/autoupgrade.ll, fails with code coverage (and maybe others)
* New snapshot release
* Remove the info section from the generated manpages (Closes: #846269)
[ Kai Wasserbäch ]
* debian/patches/{0003-Debian-version-info-and-bugreport.patch,
0044-soname.diff,23-strlcpy_strlcat_warning_removed.diff,
26-set-correct-float-abi.diff,atomic_library_[12].diff,
fix-clang-path-and-build.diff,fix-lldb-server-build,lldb-libname.diff,
lldb-soname.diff,mips-fpxx-enable.diff,removeduplicatedeclaration.diff}:
Refreshed.
* debian/patches/{silent-gold-utils,kfreebsd-support}.diff: Updated.
* The libstdc++-6-dev & libobjc-6-dev are only install with clang-X.Y
and libclang-X.Y-dev and no longer with libclang1-X.Y
(Closes: #841309)
* Fix the VCS-* fields
[ Kai Wasserbäch ]
* debian/patches/{23-strlcpy_strlcat_warning_removed.diff,
0003-Debian-version-info-and-bugreport.patch, atomic_library_[12].diff,
python-clangpath.diff,removeduplicatedeclaration.diff,
fix-clang-path-and-build.diff,mips-fpxx-enable.diff}: Refreshed.
* debian/patches/{silent-more-tests.diff,silent-MCJIIT-tests.diff}: Updated.
* Fix segfaults in the memory sanitizers (Closes: #842642)
Caused by the newer glibc. Many thanks for Nobert Lange for everything
* Enable the sanitizers testsuite
* d/p/0011-SimplifyCFG-Hoisting-invalidates-metadata.patch: Also apply bug 29163
to fix some issues in rust (Closes: #842956)
Many thanks to Ximin Luo for the investigation
* libclang-common-4.0-dev: missing multilib binaries for the sanitizer
libraries (Closes: #841923)
Many thanks to Norbert Lange for the changes
[ Pauli ]
* d/p/clang-fix-cmpxchg8-detection-on-i386.patch:
libcxx atomic tests for old i386 fail with wrong Atomic inline width.
Needed for libc++
(See https://llvm.org/bugs/show_bug.cgi?id=19355)
* d/p lldb-addversion-suffix-to-llvm-server-exec.patch:
Fix the lldb-server call in some cases
* LLVMConfig.cmake was installed into wrong location
Install a symlink from lib/cmake/llvm to share/llvm/cmake
(Closes: #839234)
* Fix a path issue in scan-view. Thanks Riccardo Magliocchetti
(Closes: #838572)
[ Sylvestre Ledru ]
* The libstdc++-6-dev & libobjc-6-dev are only install with clang-X.Y
and libclang-X.Y-dev and no longer with libclang1-X.Y
(Closes: #841309)
[ Gianfranco Costamagna ]
* Team upload
* d/p/drop-wrong-hack-arm64.patch:
- drop hack that was preventing the package from building on
non-amd64 64bit architectures:
* Merge clang-include-fixer-4.0 into clang-4.0. Don't think
it deserves it own package
* python-lldb-4.0 archs "any" to a list like others pkg
* Fix a version issue with run-clang-tidy-4.0.py
* Also install clang-change-namespace-4.0
[ Kai Wasserbäch ]
* debian/clang-X.Y.install.in: Added clang-cpp.
* debian/patches: Refreshed.
* New stable release
* Port to kfreebsd. Many thanks to Pino Toscano
(Closes: #835665)
* clang_getAllSkippedRanges in the list of libclang1 symbols
* Try to disable the execution of the testsuite for scan-build & coverity
for real
* Also ship clang-reorder-fields as part of the clang-4.0 package
* Build lldb on arm64. Hopefully, works.
* New snapshot release
* Tentative fix for lldb-server build
* Snapshot is now 4.0
* Introduce clang-include-fixer-4.0
* Fix the usage of jsoncpp in polly. Thanks to James Clarke for the patch
(Closes: #835607)
* Fix the renaming of the manpages (Closes: #834077)
* Use the manpage from clang.rst instead of help2man
* Disable the build of lldb on mips64el, ppc64 and s390x for real
* Add symlink from ./build to ../share and ../lib etc
Thanks to Ximin Luo for the patch (Closes: #834144)
* Sync the 3.9 changes into 4.0
* Fix the cmake paths in llvm-4.0-dev deb package. Thanks to Brad King
for the patch (Closes: #819072)
* Bring back the lto (gone with the cmake migration)
(Closes: #819333) (upstream: #27223)
* LLVMConfig.cmake is now installed to <prefix>/lib/cmake/llvm instead of
<prefix>/share/llvm/cmake
Thanks to Brad King of the fix
* Disable lldb on sparc64 (Closes: #832371)
* Also install clang-rename.el & clang-rename.py in clang-4.0
* scan-build llvm results are built using --show-description
* Generate manpages for lli, lldb-mi & git-clang-format
* Fix some lintian overrides
* Generate more manpages
* Remove some garbage from the manpages (Closes: #815991, #804347)
* Disable -gsplit-dwarf on Ubuntu precise
* Update the coverity configuration (Debian has moved to gcc 6)
* remove compiler-rt-path.diff (file removed upstream, probably because
we moved to cmake)
* Ship clang-offload-bundler in clang 4.0
* Set the correct Conflicts for python-clang-4.0, python-lldb-4.0
(Closes: #832410)
* New snapshot release
* Bring back llvm-4.0-tools to life
* ship clang-tblgen & yaml-bench as part of the libclang-common-X.Y-dev
package
* amd64 llvm testsuite is green, bring back the failure in case of error
* Fix the cmake paths in llvm-3.9-dev deb package. Thanks to Brad King
for the patch (Closes: #819072)
* New snapshot release
* Silent test CodeGen/SPARC/LeonInsertNOPsDoublePrecision.ll
* ship lli-child-target as part of the llvm-X.Y-runtime package
* Bring back llvm-3.9-tools to life
* ship clang-tblgen & yaml-bench as part of the libclang-common-X.Y-dev
package
* ship lli-child-target as part of the llvm-X.Y-runtime package
* Remove the autoconf section
* Bring back the removal of the build dir
* Fix the coverage builds (didn't allow several cflags)
* Set the correct conflicts on python-lldb-3.8 (Closes: #817873)
* Set the correct conflicts on python-clang-3.8 (Closes: #817872)
* remove llvm26003-sanitizer-check-env.diff (merged upstream)
* Do not fail the build if the manpages cannot be built (failing on
Ubuntu precise)
* Install libfindAllSymbols.a as part of libclang-X.Y-dev
* Ship scan-build-py
* Use the libjsoncpp library embedded (fails to link otherwise)
* Standards-Version 3.9.8
* cmake files moved from usr/lib/llvm-3.9/share/llvm/cmake/
to usr/lib/llvm-3.9/lib/cmake/llvm/
(upstream change)
* Add a symlink from usr/lib/llvm-3.9/share/llvm/cmake
pointing to usr/share/llvm-3.9/cmake
* Disable the run of lldb testsuite because of LLVM_LINK_LLVM_DYLIB=ON:
https://llvm.org/bugs/show_bug.cgi?id=28127
* Add -gsplit-dwarf to CXXFLAGS to workaround the memory allocation
issue on i386
* Ignore the lintian override about embedded-library for json.
Doesn't link otherwise
* Fix the soname of libclang and libLLVM. Might cause some breakage with
existing app but no choice...
[ Pablo Oliveira ]
* Add python-six as a dependency of python-lldb (Closes: #825371)
(thanks to Askar Safin)
* Fix lldb symlinks
* Fix missing _lldb.so import during lldb testsuite
[ Ed Schouten ]
* Preparation of the support of lld (not ready yet)
[ Kai Wasserbäch ]
* debian/rules:
- Ensure ld-gold is used. CMake invokes the linker through g++ most of the
time, therefore we need to set -Wl,-fuse-ld=gold.
- Remove unused variable "confargs".
[ Brad King ]
* Install cmake files in usr/share/llvm-@LLVM_VERSION@/cmake/ instead of
usr/share/llvm-@LLVM_VERSION@/cmake/
* Also install libLLVM-3.8.so.1 as a symlink
* debian/patches/fix-cmake-config-prefix.diff:
cover the CMake build system too
(Closes: #819072)
[ Alexis La Goutte ]
* Fix an issue with scan-view (Closes: #825101)
[ YunQiang Su ]
* Enable FPXX by default on mips/mipsel (Closes: #826749)
* New snapshot
* Switch to 3.9 (remove lldb-3.9-dev as it was a transitionnal 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
- Create symlinks with ".links", don't install from build tree
- Remove LLVM-internal tools (lit, FileCheck, not, tblgen, etc.)
- Remove llvm-X.Y-tools package, because it contained only
internal tools that are not intended for distribution.
- Remove autotools-specific artifacts from packages.
- Remove "dummy" documentation artifacts from llvm-X.Y-docs
package. Not built/installed by CMake, not useful.
- Update control/rules to support CMake
- Patch LLDB SWIG interfaces to workaround a bug in SWIG
See https://llvm.org/bugs/show_bug.cgi?id=25468
- add missing files to clang-format
- Add patch to fix sanitizer lit invocation
- removed LLVM-internal tools (lit, FileCheck, not, *-tblgen, etc.);
not installed by CMake, not intended for distribution
- removed llvm-X.Y-tools (contained only internal tools)
- removed autotools-specific artifacts (configure, Makefile, etc.)
- removed dummy documentation files
* Sync against 3.8
* Disable "Sphinx warnings treated as errors"
* New upstream release
* Install a missing library to unbreak lldb (Closes: #815809)
* New snapshot release
* Update the clang description for something more accurate (C++-11, 14, etc)
* Update debian/orig-tar.sh to remove autoconf/config.sub autoconf/config.guess
in polly
[ Matthias Klose ]
* clang-tidy-3.8: Remove Breaks/Replaces on clang-modernize-3.8.
* Disable lldb on s390x.
* New snapshot release
* Remove build-llvm/ after the install step to save space.
Most of the rc1 builds failed because of hd space.
* New snapshot release
* Cmake migration. Done by Andrew Wilkins. Many thanks to him
- Update patches to set SONAME in CMake build
- Create symlinks with ".links", don't install from build tree
- Remove LLVM-internal tools (lit, FileCheck, not, tblgen, etc.)
- Remove llvm-X.Y-tools package, because it contained only
internal tools that are not intended for distribution.
- Remove autotools-specific artifacts from packages.
- Remove "dummy" documentation artifacts from llvm-X.Y-docs
package. Not built/installed by CMake, not useful.
- Update control/rules to support CMake
- Patch LLDB SWIG interfaces to workaround a bug in SWIG
See https://llvm.org/bugs/show_bug.cgi?id=25468
- add missing files to clang-format
- Add patch to fix sanitizer lit invocation
- removed LLVM-internal tools (lit, FileCheck, not, *-tblgen, etc.);
not installed by CMake, not intended for distribution
- removed llvm-X.Y-tools (contained only internal tools)
- removed autotools-specific artifacts (configure, Makefile, etc.)
- removed dummy documentation files
* Disable the usage of ld gold on powerpc (Closes: #833583)
* Revert drop-avx512-from-skylake.diff, it is causing some regressions in the
testsuite
* Disable lldb on ppc64
* libfuzzer depends on the same version of clang (Closes: #833564)
* Use filter into of findstring in the gold usage. Thanks Doko for the
suggestion
* Fix the detection of gcc. This broke the build on the latest unstable
* Ship libFuzzer in its own package (libfuzzer-X.Y-dev) (Closes: #820159)
* Sync from Ubuntu. Many thanks to Matthias Klose
- drop-avx512-from-skylake.diff: Don't enable AVX512 on Skylake, as it's
a server cpu feature and breaks llvmpipe on workstations.
- Remove the build tree before calling dh_strip; at least the amd64 buildd
runs out of diskspace at this step.
- Add support for gcc's attribute abi_tag (needed for compatibility with
GCC 5's libstdc++); taken from the trunk (Closes: #797038)
(LP: #1510042, #1488254)
D17567-PR23529-Sema-part-of-attrbute-abi_tag-support.diff
D18035-PR23529-Mangler-part-of-attrbute-abi_tag-support.diff
[ Gianfranco Costamagna ]
* Try to fix mips64el build, by enabling the same
packages as the mips and mipsel versions
* Link mips* with latomic.
[ Sylvestre Ledru ]
* Disable lldb on sparc64 (Closes: #832371)
* Hopefully fix the FTBFS on armel
* Fix the FTBFS under mips/mipsel? (enable the link against atomic)
(Closes: #820537)
* Bring back llvm-3.8-tools to life
* ship clang-tblgen & yaml-bench as part of the libclang-common-X.Y-dev
package
* Add -gsplit-dwarf to CXXFLAGS to workaround the memory allocation
issue on i386 (hopefully)
[ Sylvestre Ledru ]
* Add a symlink from usr/lib/llvm-3.8/share/llvm/cmake
pointing to usr/share/llvm-3.8/cmake
[ Gianfranco Costamagna ]
* Remove python-lldb-3.8 where liblldb-3.8-dev is not built
* New maintenance release
[ Kai Wasserbäch ]
* debian/rules: Ensure ld-gold is used. CMake invokes the linker through
g++ most of the time, therefore we need to set -Wl,-fuse-ld=gold.
[ Brad King ]
* Followup to fix the cmake install (Closes: #819072)
[ YunQiang Su ]
* Enable FPXX by default on mips/mipsel (Closes: #826749)
* New RC release
* Improve the cmake detection (used for llvm.org/apt)
* Standards-Version updated to 3.9.8
* Ignore outdated-autotools-helper-file
[ Brad King ]
* Install cmake files in usr/share/llvm-@LLVM_VERSION@/cmake/ instead of
usr/share/llvm-@LLVM_VERSION@/cmake/
* Also install libLLVM-3.8.so.1 as a symlink
* debian/patches/fix-cmake-config-prefix.diff:
cover the CMake build system too
(Closes: #819072)
[ Pablo Oliveira ]
* Fix python-lldb dependencies and make proper symlinks to libLLVM
and liblldb as suggested by Graham Inggs (Closes: #821022)
* Fix liblldb suffix in lldb/scripts/Python/finishSwigPythonLLDB.py
(Closes: #813798)
* Fix LLVM bug 26158 - clang packages don't provide man pages
* Add python-six as a dependency of python-lldb (thanks to Askar Safin).
[ Gianfranco Costamagna ]
* Make python-lldb-3.8 depend on lldb-3.8-dev, to pick all
the required dependencies
* Unbreak circular dependency by Suggesting the python binding from
liblldb-3.8-dev
[ Alexis La Goutte ]
* Fix an issue with scan-view (Closes: #825101)
* Team upload.
* Disable polly on s390x and fix polly check.
* Fix VCS fields.
[ Sylvestre Ledru ]
* Fix txt file installation issue, by putting a README.txt file
with some explanation.
[ Graham Inggs ]
* Tighten llvm dev dependency (Closes: #814142).
* New upstream release
* Install a missing library to unbreak lldb (Closes: #815809)
* New snapshot release
* Update the clang description for something more accurate (C++-11, 14, etc)
* Update debian/orig-tar.sh to remove autoconf/config.sub autoconf/config.guess
in polly
[ Matthias Klose ]
* clang-tidy-3.8: Remove Breaks/Replaces on clang-modernize-3.8.
* Disable lldb on s390x.
* New snapshot release
* Remove build-llvm/ after the install step to save space.
Most of the rc1 builds failed because of hd space.
* New snapshot release
* Cmake migration. Done by Andrew Wilkins. Many thanks to him
- Update patches to set SONAME in CMake build
- Create symlinks with ".links", don't install from build tree
- Remove LLVM-internal tools (lit, FileCheck, not, tblgen, etc.)
- Remove llvm-X.Y-tools package, because it contained only
internal tools that are not intended for distribution.
- Remove autotools-specific artifacts from packages.
- Remove "dummy" documentation artifacts from llvm-X.Y-docs
package. Not built/installed by CMake, not useful.
- Update control/rules to support CMake
- Patch LLDB SWIG interfaces to workaround a bug in SWIG
See https://llvm.org/bugs/show_bug.cgi?id=25468
- add missing files to clang-format
- Add patch to fix sanitizer lit invocation
- removed LLVM-internal tools (lit, FileCheck, not, *-tblgen, etc.);
not installed by CMake, not intended for distribution
- removed llvm-X.Y-tools (contained only internal tools)
- removed autotools-specific artifacts (configure, Makefile, etc.)
- removed dummy documentation files
* New snapshot release
* Fix an install issue with clang-tidy
* clang-modernize has been removed. Long live to clang-tidy, its
replacement
* disable lldb and polly on powerpc, currently ftbfs.
setting the lldb archs in debian/control in just one
place would be appreciated.
* quoting fixes in debian/rules, when make macros
are empty
Thanks to Doko for the two previous changes (Closes: #806729)
* New snapshot release
* Remove some warnings in the manpages generation (Closes: #795310)
* Also ship sancov in clang-3.8
* Fix the links to scan-build-3.8 & scan-view-3.8
* Remove macho-dump from LLVM (removed by upstream r248302)
* Introduce clang-tidy-3.8 as a separate package. Replaces clang-modernize
* Ship run-clang-tidy.py & clang-tidy-diff.py in clang-tidy-3.8
* Remove cpp11-migrate-3.8 package. Has been replaced by clang-modernize
for a while (which will be replaced by clang-tidy)
* Add three new symbols in libclang1
- clang_CompileCommand_getFilename@Base
- clang_CompileCommand_getMappedSourceContent@Base 3.8
- clang_CompileCommand_getMappedSourcePath@Base 3.8
[ Sylvestre Ledru ]
* New snapshot release
* Remove CVE-2015-2305.patch. Already fixed upstream in a different
way
* remove patches merge upstream
- lit-lang.diff
- locale-issue-ld.diff
* Also generate liblldb-3.8-dbg
* Select LLVM OpenMP as the default backend
[ Gianfranco Costamagna ]
* d/control: Add more conflicting packages (python-clang and python-lldb)
(Closes: #796811, #796843)
* Remove an obsolete declaration about dragonegg
(cherry-pick from 3.7 branch)
[ James Price ]
* d/p/fix-cmake-config-prefix.diff: fix cmake path,
needs a change after upstream revision r241080
(Addresses: #794905)
* New snapshot release (3.7 => 3.8)
No need to rename libllvm as 3.8 was not part of the debian archive
[ Gianfranco Costamagna ]
* Fix VCS fields.
* d/p/CVE-2015-2305.patch, fix security issue on regcomp.c
* Fix many lintian warning/errors
- copyright fixes
- control files
- disabled ocaml documentation
* Reflect upstream changes wrt vim package. Split the files into different
directories
* Disable the patch force-gcc-header-obj.diff. Seems to cause bug #23556
* Fix the CMake build. thanks to Paweł Bylica for the fix.
Fix upstream bug #23352
* No longer building some clang help page, removing them
* New snapshot release
* Force the version of clang in the analyzer scripts
clang-analyzer-force-version.diff
* New snapshot release
* Support of gcc 5.0 (Closes: #777988)
* compiler-rt-i586.diff: fix a build issue of compiler-rt under i386
* lldb-gdbserver & lldb-platform have been merged into lldb-server
* Bring back polly and remove libcloog-isl-dev & libisl-dev as build deps
(shipped in the polly source tree)
* Set the correct conflicts (Closes: #777580, #777581, #777582)
* lit-lang.diff: Force the call to ld to be in english
(was failing with a french locale)
* silent-MCJIIT-tests.diff: enable some tests and silents some other
* New snapshot release
* Switch to version 3.7
* Standards-Version updated to 3.9.6
* New snapshot release
* Update library filename declaration 3.5 => 3.6 (Closes: #772006)
* Disable ocaml binding. Needs libctypes-ocaml 0.3.3 which is not available
* libllvm*.a is not longer built
* Update of the libclang symbols
* Improve the copyright file. Thanks to Dann Frazier (Closes: #766778)
* Fix my screw up. Add .1 to the libclang soname to make
dpkg-shlibdeps happy
* Remove useless dependency on doxygen
* scan-build could not find clang binary (Closes: #758998)
* New snapshot release
* Upload in unstable
* Disable the co-instability of lldb & python-lldb
(Python stuff conflicts)
* Fix bad dependencies on lldb 3.6
* Refresh of the list of symbol in libclang
* Try to workaround the FTBFS under ppc64el (create an empty directory)
* New snapshot release
* sync from 1:3.5~+rc4-2~exp1
* libclang-3.6.so should be used instead libclang.so. Update the soname
to match the new lib name (Closes: #759538)
* Rename liblldb.so to liblldb-3.6.so + update of the soname.
* python-clang-3.6 description updated
* liblldb-3.6 and python-lldb-3.6 added
* lldb-3.6-dev renamed to liblldb-3.6-dev to match the previous changes
* Manpages for llvm-ranlib, clang-apply-replacements, pp-trace and clang-tidy
added
* clang-3.6 should depends on binutils (for ld, at least)
(Closes: #751030)
* clang/www/analyzer/scripts/dbtree.js removed
* Just like in 3.4 & 3.5, bring back lldb & lldb-dev under mips & mipsel
* Ship clang-rename/clang-rename-3.6
* Disable libstdc++-header-i386.diff & include-target.diff (merged upstream)
* try to build lldb-mi under kfreebsd (kfreebsd-lldb-mi.diff)
* kfreebsd-lldb-gdbserver.diff removed (applied upstream)
* Upload in unstable
* Enable compressed debug sections (Closes: #757002)
* Force scan-build to use the same version of clang
* Old JIT has been removed. 0050-powerpcspe-fp.diff is useless
* try to build lldb-gdbserver under kfreebsd (kfreebsd-lldb-gdbserver.diff)
* Second try to fix build under HURD (hurd-EIEIO-undef.diff)
* Try to bring back lldb-3.4-dev on mips & mipsel (Closes: #758314)
* Upload in unstable
* Try to bring back lldb on mips & mipsel
* Force scan-build to use the same version of clang
* Try to fix hurd (hurd-EIEIO-undef.diff)
* New snapshot release
* New snapshot release
* Cherry-pick to commit from upstream (revisions 214906 214907)
to improve the gcc compat
* Remove scan-build-clang-path.diff (applied upstream)
* Just like in 3.4, bring back lldb & lldb-dev under mips & mipsel
* Fix the version
* try to build lldb-gdbserver under kfreebsd (kfreebsd-lldb-gdbserver.diff)
* Second try to fix build under HURD (hurd-EIEIO-undef.diff)
* New snapshot release
* Enable compressed debug sections (Closes: #757002)
* Force scan-build to use the same version of clang
* Bring back scan-build-search-path.diff (Closes: #757219)
* New snapshot release (3.5 => 3.6)
* Co installation of clang (Closes: #736057)
- scan-build => scan-build-3.6
- scan-view => scan-view-3.6
- asan_symbolize => asan_symbolize-3.6
* Refresh of the patches
* Install yaml2obj, obj2yaml & verify-uselistorder in llvm-3.6
* Remove of pollycc
* clang alternatives are managed by llvm-defaults
* Sync with 3.4 svn to retrieve some changes:
* Replace $(CURDIR)/debian/tmp by a variable
* Move the polly installation in the dh_auto_install rules instead
of using *.install files. In llvm.org/apt/, I have to sometime disable
polly
* hurd-EIEIO-undef.diff: try to undef an errno.h to fix the ftbfs
* clang-X suggests clang-X-doc (Closes: #755922)
* Manage all files using .in mechanism. It will simplify the upgrade of
version
* Disable lldb for ppc64el. Thanks to Dimitri John Ledkov (Closes: #756380)
* Fix the FTBFS under PowerPC. Thanks to Dimitri John Ledkov for the patch
* First RC release of the 3.5 llvm toolchain
* Apply lldb-kfreebsd.diff patch to fix FTBFS under KFreeBSD
Thanks to Ed Maste
* New snapshot release
* If the version of gcc is too old, force the usage of gcc 4.8
* Clang will now show the full version. Example: 3.5.0-svn213052-1~exp1
* Remove useless dependency on g++
* Use the option stable '-analyzer-config stable-report-filename=true'
to the llvm scan-build reports
* New snapshot release
* Fix CVE-2014-2893 (Closes: #744817)
* Merge with 3.4/debian
* Ship lldb-mi in lldb
* Remove scan-build-fix-clang-detection.diff (applied upstream)
* Ship the compiler-rt static libraries
* Running tests respect DEB_BUILD_OPTIONS=parallel=X
(Closes: #751943)
* Fix FTBFS on powerpc and powerpcspe (Closes: #733890)
* Broken library symlink fixed in lldb-3.5 (Closes: #715130)
* Fix --use-cc when no absolute path is provided (Closes: #748777)
* Provide a link as compatibility with previous lib name (Closes: #748569)
* Be less permissive when installing lldb. Remove duplication of the install
of liblldb.so.1
* New snapshot release
* Fix the cmake install patch
* Disable profile_rt.diff for now
* Refresh of libclang1-3.5.symbols
* Fix path to /usr/lib/clang/3.5.0/ (Closes upstream #19088)
* Fix the wrong dependency declaration on llvm-3.5-tools
* Add gnustep & gnustep-devel as suggests of clang-3.5
* Add libc6-dev as an explicit dependency of clang-3.5
* Build with dh_install --fail-missing
* Start to use /usr/bin/foo-X.Y. First step to have several clang versions
installed together
* Add some missing files:
- lli-child-target - llvm-3.5-runtime
- count - llvm-3.5-tools
- html.tar.gz - llvm-3.5-doc
- ocamldoc.tar.gz - llvm-3.5-doc
- BugpointPasses.so - llvm-3.5-dev
- liblldb* - lldb-3.5-dev
- clang-apply-replacements - clang-3.5
- clang-tidy - clang-3.5
- clang-query - clang-3.5
- pp-trace - clang-3.5
- lldb-platform - lldb-3.5
- lldb-gdbserver - lldb-3.5
* Improve the CVE-2014-2893 fix (Closes: #744817)
* Add a check to avoid an error on arch where compiler-rt is not available
* New upstream release
* Add build conflict on libllvm-3.5-ocaml-dev
* Also disable lldb tests under armel (like armhf). Timeout
* Update of the repack script
* Use llvm-3.4-dev.links.in to manage the symlinks
* Fix the soname of liblldb.so to see it treated as a real library
(Closes: #750868)
* Switch to the default gcc/g++ compiler. Currently 4.9 (Closes: #751322)
* Fixes CVE-2014-2893 (Closes: #744817)
* Be less permissive when installing lldb. Remove duplication of the install
of liblldb.so.1
* Add symlinks lldb-3.4, lldb-platform-3.4 & lldb-gdbserver-3.4 without 3.4
* Clang was unusable with libstdc++ from gcc 4.9 (Closes: #744792)
* Fix path for arch without support of compiler-rt. Should fix most of the
FTBFS
* Fix the soname. No changes in the ABI, so, no need to update the soname
(Closes: #747701)
* New upstream release. Note that only LLVM & Clang had a new release.
I just copied the 3.4 tarballs for clang-extra-tools, polly, lldb and
compiler-rt.
* Symlink for current build mode missing (Closes upstream #18836)
* Add link usr/lib/llvm-3.4/ to usr/lib/llvm-3.4/build/Debug+Asserts
* Backport of a r201586 from upstream. scan-build was failing on some project
like firefox build system. (Yeh, advantage to be the packager of a software
that I use ;) ). See scan-build-fix-clang-detection.diff
* Fix the version in the symbol list (libclang1-3.4.symbols)
* Update the path regarding upstream changed (3.4 => 3.4.1)
(Patch improved also by Martin Nowack)
* Remove generated file libllvm3.4.install
* Add gnustep & gnustep-devel as suggests of clang-3.4
* Add libc6-dev as an explicit dependency of clang-3.4
* Build with dh_install --fail-missing
* Start to use /usr/bin/foo-X.Y. First step to have several clang versions
installed together
* Add some missing files:
- lli-child-target - llvm-3.4-runtime
- count - llvm-3.4-tools
- html.tar.gz - llvm-3.4-doc
- ocamldoc.tar.gz - llvm-3.4-doc
- BugpointPasses.so - llvm-3.4-dev
- liblldb* - lldb-3.4-dev
- lldb-platform-3.4 - lldb-3.4
- clang-apply-replacements - clang-3.4
- clang-tidy - clang-3.4
- pp-trace - clang-3.4
* New snapshot release
* polly unnopstream is now using the isl trunk. Disabling it for now.
* Only explicit the link against atomic when running mips & mipsel
* Fix the cindex.py declaration (3.3 => 3.5). Closes upstream bug #18365
* Bring back the dependency on gcc 4.8. It breaks the nightly snapshot
packages and it should be the norm now...
[ Martin Nowack ]
* Fixed build directory for llvm-config
* Add Unittests for running tests for llvm-based projects
* Install FileCheck and not for testing
* New snapshot release
* Update clang-format declaration from 3.4 => 3.5. Closes upstream bug #18451
* Fix the cindex.py declaration (3.3 => 3.5). Closes upstream bug #18365
* Force gcc 4.8. LLVM & Co are now in C++ 11.
* Also make clang-3.5 breaks/replaces clang. Conflicts on
/usr/share/clang/scan-view/ScanView.py (Closes: #730266)
* New snapshot release
* Merge changes from 1:3.4~+rc3-1
* Disable much of the display of the lldb display
* Sync from 3.4~+rc2-1
* Make lldb 3.5 also conflict with 3.4 (Closes: #730163)
* Make python-clang 3.5 also conflict with 3.4 (Closes: #730164)
* Fix a FTBFS with clang
* Refresh the /usr/include/clang mess
* Switch from 3.4 to 3.5
* Remove patch 0046-Revert-Patch-to-set-is_stmt-a-little-better-for-prol.patch
Useless now and misleading
* Standards-Version updated to 3.9.5
* kfreebsd.diff remove (applied upstream)
* Only explicit the link against atomic when running mips & mipsel
* Fix the cindex.py declaration (3.3 => 3.5). Closes upstream bug #18365
* Bring back the dependency on gcc 4.8. It breaks the nightly snapshot
packages and it should be the norm now...
* Introduce llvm-3.4-tools to contain the new files needed by Martin
[ Matthias Klose ]
* Disable the lldb build for AArch64.
* Don't run the lldb tests on armhf (time out on the buildd).
[ Martin Nowack ]
* Fixed build directory for llvm-config
* Add Unittests for running tests for llvm-based projects
* Install FileCheck and not for testing
* New upstream release
* Remove explicit dep on gcc 4.8
* Rebuild for ocaml-4.01.
* Bring over Ubuntu changes from 3.3:
- Revert to using the static copy of libjsoncpp, since the shared
library lacks sane versioning, and this is only a few thousand
lines of cargo-culted code from a reasonably stagnant upstream.
- Drop lcov build-dep to avoid pulling it into main, due to its
being fundamentally incompatibe with our newer GCC versions.
* Don't run the lldb tests on armhf (time out on the buildd).
* Disable the lldb build for AArch64.
* Build-depend on gcc-multilib on amd64 and i386.
* New testing upstream release
* Relative call in the chroot without proc failed.
See: fix-an-issue-in-chroot-witout-proc.diff
* Bring back lldb-link-atomic.diff to make sure lldb builds under
powerpc
* Also limit the number of archs for liblldb-dev
* Fix the bad declaration on the lldb desactivation
* Also disable lldb under powerpc
* Hopefully, fix lldb under Kfreebsd-* (thanks to Ed Maste if it works)
* Add the Ocaml ABI dependency (Closes: #731344)
* Disable LLDB also for ia64, mips & mipsel
* New testing upstream release
* 0047-version-name.diff ocamldoc.diff removed (applied upstream)
* r600 is now compiled by default (remove the configure arg)
* Remove the usage of --with-c-include-dirs, --with-cxx-include-root,
--with-cxx-include-arch and --with-cxx-include-64bit-dir
It was blocking the automatic detection of the path of clang.
In particular in the context of the usage of -target.
However, it does not completely fix the detection of the i386 C++ path.
See the next item.
(Closes: #729933)
* Bring back the path to libstdc++ under i386. Still not fixed upstream
(Closes: #730857)
* Define also MAXPATHLEN in Path.inc for HURD.
* Silent the trillion of warnings in the LLDB Python wrapper (swig generated)
See silent-swig-warning.diff
* Silent some i386 tests failing (it is expected)
See silent-MCJIIT-tests.diff
* Make lldb 3.4 also conflict with 3.5 (Closes: #730163)
* Make python-clang 3.4 also conflict with 3.5 (Closes: #730164)
* Port LLVM to mips64el. Thanks to YunQiang Su. Initially done for
3.3 and ported on the 3.4 (Closes: #730808)
* If we get an unexpected pass, do not break the tests
do-not-fail-on-unexpected-pass.diff (I am disabling some tests)
* Fix the path detection of the objective h headers.
* Also add usr/lib/llvm-3.4/lib/clang/3.4/include =>
usr/lib/clang/3.4/include symlink to simplify the path detection
* Force the build to gcc 4.8... gcc 4.6 used on some Debian archs does not
support some C++ features.
* Fail the build when llvm tests are failing under amd64 + i386. More to come.
* Fix a libclang.so.1 issue during the clang tests
* Improve the patch 23-strlcpy_strlcat_warning_removed.diff
(also remove the tests)
* Make lldb 3.4 also conflict with 3.5 (Closes: #730163)
* Make python-clang 3.4 also conflict with 3.5 (Closes: #730164)
* Remove usr/lib/llvm-3.4/build/autoconf/LICENSE.TXT
* silent warning "manpage-has-useless-whatis-entry" in lldb-3.4
* silent warning "package-name-doesnt-match-sonames libclang1"
* Refresh patch kfreebsd_v2.diff to, maybe, fix lldb build under kfreebsd.
Thanks to Ed Maste for the patch.
* New testing upstream release
* kfreebsd.diff removed. Applied upstream
* Remove patch 0046-Revert-Patch-to-set-is_stmt-a-little-better-for-prol.patch
Useless now and misleading
* Branch from llvm-toolchain-snapshot
* Standards-Version updated to 3.9.5
* New snapshot release
* Also install clang 3.4 examples (clang-3.4-examples) (Closes: #728260)
* Move c-index-test* from llvm-3.4 => clang-3.4. It was triggering an
unnecessary dependency from llvm-3.4 to libclang
* New snapshot release
- Fix the scan-build warning (Closes: #725332)
* Merge changes from the 3.3 branch (see 1:3.3-12)
* Add lldb-3.4-dev package
* Remove mipsel-ftbfs.diff (applied upstream)
* Add support of coverity checker (non-free and not packaged)
* libprofile_rt and runtime has been removed upstream (r191835)
Features are provided by compiler-rt
* Update the build dependency from tcl8.5 to tcl (Closes: #725954)
* clang-modernize-3.4 was not coinstallable with clang 3.4
(Closes: #724245)
* The package wasn't cleaned correctly (Closes: #722155)
* libtinfo-dev is now a dependency of llvm-3.4-dev (Closes: #727129)
* Install libclang.so in /usr/lib/*/libclang-3.4.so
* Install libclang.so.1 in /usr/lib/*/libclang-3.4.so.1
* Also ship the python clang binding (python-clang-3.4)
* Enable polly if the dependencies are OK (only Debian unstable for now)
* Bring back /usr/lib/llvm-3.4/lib/libclang.so (libclang-3.4-dev) and
/usr/lib/llvm-3.4/lib/libclang.so.1 (libclang1-3.4)
* Honor the option "nocheck"
* Disable the build of lldb under HURD
* Ship the lldb headers into lldb-X.Y-dev (Closes: #723743)
I might create a liblldb-X.Y library at some point but I think it is too
early.
* Update the build dependency from tcl8.5 to tcl (Closes: #725953)
* Update of the clang descriptions (Closes: #727684)
* New snapshot release
* Merge changes from the 3.3 branch (see 1:3.3-9)
* Remove ia64-fix.diff (applied upstream)
* cpp11-migrate renamed to clang-modernize
* lldb-3.4 is back to Architectures: any
* Patch lldb-hurd.diff removed (applied upstream)
* Directory www/ from tarballs polly & lldb removed
* Update of the description of LLVM packages
(LLVM no longer mean Low Level Virtual Machine)
[ Luca Falavigna ]
* debian/control:
- Add llvm-3.4-dev to lldb-3.4 Depends field.
[ Luca Falavigna ]
* debian/control:
- Add llvm-3.3-dev to lldb-3.3 Depends field (Closes: #715129).
[ Sylvestre Ledru ]
* Only use -fuse-ld=gold on supported distribution. Simplify the
backports.
* Fix 'bits/c++config.h' file not found under i386
See libstdc++-header-i386.diff. (Closes: #714890)
* Add more fixes for the HURD port... (but still fails)
[ Robert Millan ]
* clang under KfFreeBSD was not exporting the correct defines
(Closes: #721880)
[ Jon Severinsson ]
* Merge from llvm-toolchain-3.2 branch up to 3.2repack-11.
* Drop auto-generated file debian/libllvm3.3.install.
* Automatically determine GCC_VERSION and dep:devlibs based on g++ package
version.
* Automatically determine if -fuse-ld=gold is supported based on binutils
package version.
[ Adam Conrad ]
* debian/patches/lldb-link-atomic.diff: Link lldb with -latomic to get
builtin GCC atomic helpers on arches (like powerpc) that need them.
[ Sylvestre Ledru ]
* Fix another issues under HURD...
[ Luca Falavigna ]
* debian/patches/libprofile_rt_sparc.patch:
- Re-enable libprofile_rt on Sparc, fix FTBFS.
* debhelper version 9.20130720 fails on the call to dh_auto_clean
Remove it. It was anyway useless.
* Fix the FTBFS under hurd and KFreeBSD
* Do not remove all *.o in tests. Some of them are from upstream source
tarball. Thanks to Maarten Lankhorst for the fix.
* Fix the lintian error 'lldb-3.3: postinst-must-call-ldconfig'
* Add the manpages of clang-format-3.3
* Overrides the manpages warnings
* Also apply unwind-chain-inclusion.diff from the snapshot branch to make sure
we can build the package locally even if libclang-dev is installed
* Install llvm-c headers also in usr/include/llvm-3.3/llvm-c
* Fix the FTBFS under mips & mipsel
* Refresh of the kfreebsd i386 patch
* Use the static library libjsoncpp.a instead of the ship library in polly
* binutils-gold no longer exists. Use -fuse-ld=gold instead.
* Fix warning python-script-but-no-python-dep on clang-format-X.Y
* manpages are generated during build time (simplifies maintenance)
* Fix duplicate underscore.js and jquery.js
* Move libjs-jquery & libjs-underscore dependencies to llvm-X.Y-doc
* Add lldb-X.Y manpage
* Hopefully fix the ftbfs under mipsel (mipsel-ftbfs.diff)
* Disable the usage of binutils-gold under armel. It currently fails with:
"attempt to map 2752512 bytes at offset 2066666 exceeds size of file;
the file may be corrupt"
[ Léo Cavaillé ]
* Add patch to find correctly LLVMGold.so with -O4 (Closes: #712437)
* New snapshot release
* Improve some scripts and fix cpp11-migrate install from
clang-tools-extra.
* Fix "versionless" clang manpages install.
* Fix Toolchain patch from change of scope (add namespaces).
* New snapshot release
* Upload to unstable (will be blocked by a RC bug)
* Sync changes from llvm-toolchain-3.3:
- Introduce cpp11-migrate-3.4 and clang-format-3.4
- Install the vim llvm script at the right place
* New snapshot release (3.4 release)
* Add a symlink of libLLVM-3.4.so.1 to usr/lib/llvm-3.4/lib/libLLVM-3.4.so
to fix make the llvm-config-3.4 --libdir work (Closes: #708677)
* Various packages rename to allow co installations:
* libclang1 => libclang1-3.4
* libclang1-dbg => libclang1-3.4-dbg
* libclang-dev => libclang-3.4-dev
* libclang-common-dev => libclang-common-3.4-dev
* Draft of a snapshot release (3.3)
* Enable r600 experimental backend
* Improve the dependencies:
* clang-3.3 depends on the exact same libllvm3.3 release
* idem for lldb-3.3
* dh_auto_clean removed, just like in the 3.3
* Use the static library libjsoncpp.a instead of shipping library in polly
Backport of the modification of 3.3
[ Adam Conrad ]
* Revive deltas from the previous Ubuntu versions of llvm and clang:
- debian/patches/35-ubuntu-releases.diff: Add UbuntuSaucy to table.
- debian/patches/JITEmitter.patch: Fix a segfault in the exception
table of the JIT code emitter (See Launchpad bug #1160587)
[ Luca Falavigna ]
* debian/patches/libprofile_rt_sparc.patch:
- Re-enable libprofile_rt on Sparc, fix FTBFS.
* Fix the wrong package declaration on libstdc++-4.8-dev (Closes: #713944)
* Switch to libstdc++ 4.8 instead of 4.7 for the headers (Closes: #712520)
* Depends against libobjc-4.8-dev and libgcc-4.8-dev
* Disable the usage of binutils-gold under armel. It currently fails with:
"attempt to map 2752512 bytes at offset 2066666 exceeds size of file;
the file may be corrupt"
* Add DEBUGMAKE=1 to get information about compiler-rt compilation
* Fix "libclang-common-dev: missing-depends-line"
* Fix the build under ia64. Thanks to Luca Falavigna for the patch
(ia64-fix.diff)
* Disable lldb-3.2:
- the quality is not good enough
- We have lldb-3.3 now in the archive
- Too many backported patches would be necessary for lldb-3.2 to work
- It blocks some important transitions (mesa)
* Add the detection of Ubuntu saucy
* For now, enable only lldb for amd64 and i386 (blocks too many things)
(Bis) (Closes: #707866)
* Add a symlink of libLLVM-3.2.so.1 to usr/lib/llvm-3.2/lib/libLLVM-3.2.so
to fix make the llvm-config-3.2 --libdir work (Closes: #708677)
* Create the compiler-rt directory to make the install of compiler-rt works
* For now, enable only lldb for amd64 and i386 (blocks too many things)
* Add several patches which, hopefully, will fix the build under ARM, S390,
S390X, etc (lldb-apple_only.diff, lldb-user-remove.diff & lldb-hurd.diff)
* Include sys/wait.h also under kfreebsd (kfreebsd-thread.diff)
* Before the configure, show which version of CC is being used.
* Add support of kfreebsd and hurd in lldb (kfreebsd-hurd-lldb.diff)
* Force the usage of gcc 4.7 for all archs. Should fix some FTBFS
(Closes: #707866)
* Fix the symlink on clang++.1.gz llvm-clang.1.gz (Closes: #707832)
[ Jon Severinsson ]
* Re-enable the r600 backend and update it to the mesa-9.1.1 tag.
(Closes: #708009)
* Do not depend on libobjc-4.7-dev & libgcc-4.7-dev.
They are still only in experimental
* Disable the usage of binutils-gold under [powerpc powerpcspe ppc64 sparc
sparc64] to fix FTBFS
* Upload to unstable
* Standards-Version update to 3.9.4
* clang pure virtual function call crash with binaries built with C++11's
std::thread. Upstream commit 178816 (Closes: #705838)
* Introduce a symbols file for libclang1 (Closes: #705672)
* Build using binutls-gold to improve the quality of the binaries.
See: http://allievi.sssup.it/techblog/?p=791
* Detect the vendor (Debian or Ubuntu) and update the configuration
* Port to powerpcspe. Thanks to Roland Stigge (Closes: #701587)
See: 31-powerpcspe.diff
* Fix the path detection of scan-build (Closes: #698352)
See: 32-scan-build-path.diff
* debian/patches/r600-snapshot.diff: Move backports into individual patches.
* debian/patches/r600-snapshot.diff: Update to mesa-9.1 git tag.
(Closes: #703671, #697356)
* Fix a typo in the detection of the vendor
[ Peter Michael Green ]
* Use binutils-gold only on architectures where it is actually available
* 33-armhf-defaults.diff Fix defaults to use correct CPU and FPU for
debian armhf (Closes: #704111)
* 34-powerpc-no-altivec.diff disable altivec by default on powerpc because
debian powerpc does not require altivec (patch cherry picked from ubuntu)
* Remove package "clang". It is now provided by llvm-defaults.
* Fix some issues relative to the epoch change
* Fix a wrong path in the _lldb.so Python symlink
* Install cmake files to build LLVM extensions (Closes: #701153)
* Remove the embedded copy of libjs-jquery (Closes: #701087)
* Fix the install of lli manpage (Closes: #697117)
* Install the python files for lldb. Thanks to Daniel Malea for spotting this.
* Update of the clean target
* Introduce an epoch to match the changes in bug #699899
* 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
powerpcspe, by disabling save / restore of floating point registers which
don't exist on powerpcspe. Thanks to Roland Stigge for the patch.
(Closes: #696474)
* 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.
* Use __builtin___clear_cache on ARM to fix a clang bug.
Thanks to Matthias Klose.