Commit Graph

16 Commits

Author SHA1 Message Date
Sylvestre Ledru
1822114116 Merge remote-tracking branch 'origin/9' into snapshot 2019-10-05 21:09:33 +02:00
Sylvestre Ledru
6de8a1471f Remove the lit-cpuid references from LLVMExports.cmake. It is provided by lldb and we don't want to add this as a new dep from llvm-dev (Closes: #941082 #941306) 2019-10-04 22:36:36 +02:00
Sylvestre Ledru
0773ec30a6 lldb-mi was removed 2019-08-13 17:47:13 +02:00
Sylvestre Ledru
76aee64f84 Move lit-cpuid from llvm-tools to lldb (wrong package) 2019-08-03 11:43:50 +02:00
Sylvestre Ledru
49fe7ec943 No longer install lldb-test (disable upstream in 358574) 2019-04-17 14:17:40 +02:00
Sylvestre Ledru
77e1bc4547 * New snapshot release
* Install lldb-instr-X in lldb-X
2019-02-07 09:43:48 +01:00
Sylvestre Ledru
b0a79f1e07 also ship lldb-vscode-8 in lldb-8 2018-08-17 12:35:00 +02:00
Sylvestre Ledru
bf6c7286f2 Also install usr/bin/lldb-test-6.0 2017-12-01 10:32:52 +00:00
Sylvestre Ledru
7138491dc0 * 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
* 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
2016-03-05 11:31:54 +00:00
Sylvestre Ledru
df0cabfb30 lldb-gdbserver & lldb-platform have been merged into lldb-server 2015-02-18 20:23:15 +00:00
Sylvestre Ledru
67c760ec7b typo 2014-09-02 11:28:17 +00:00
Sylvestre Ledru
3dd601ae0d * sync from 1:3.4.2-9~exp1
* libclang-3.5.so should be used instead libclang.so. Update the soname
  to match the new lib name (Closes: #759538)
* Rename liblldb.so to liblldb-3.5.so + update of the soname.
* python-clang-3.5 description updated
* liblldb-3.5 and python-lldb-3.5 added
* lldb-3.5-dev renamed to liblldb-3.5-dev to match the previous changes
* Manpages for llvm-ranlib, clang-apply-replacements, pp-trace and clang-tidy
  added
* clang-3.5 should depends on binutils (for ld, at least)
  (Closes: #751030)
* 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)
2014-09-01 17:07:05 +00:00
Sylvestre Ledru
d13452ba59 * libclang-3.4.so should be used instead libclang.so. Update the soname
to match the new lib name (Closes: #759538)
* Rename liblldb.so to liblldb-3.4.so + update of the soname.
* python-clang-3.4 description updated
* liblldb-3.4 and python-lldb-3.4 added
* lldb-3.4-dev renamed to liblldb-3.4-dev to match the previous changes
* Manpages for llvm-ranlib, clang-apply-replacements, pp-trace and clang-tidy
  added
* clang-3.4 should depends on binutils (for ld, at least)
  (Closes: #751030)
2014-09-01 11:49:31 +00:00
Sylvestre Ledru
8c0727ae09 Manage all files using .in mecanism. It will simplify the upgrade of
version
2014-07-28 11:34:35 +00:00
Sylvestre Ledru
5541b3aca2 also manage files with the LLVM_VERSION & LLVM_VERSION_FULL 2014-07-27 20:50:31 +00:00
Sylvestre Ledru
a068b0d1d2 Manage all files using .in mecanism. It will simplify the upgrade of
version
2014-07-27 20:43:46 +00:00