Commit Graph

1026 Commits

Author SHA1 Message Date
Sylvestre Ledru
f2de04217d Disable lldb on sparc64 (Closes: #832371) 2016-07-25 11:52:03 +00:00
Sylvestre Ledru
8232afa51e LLVMConfig.cmake is now installed to <prefix>/lib/cmake/llvm instead of
<prefix>/share/llvm/cmake
Thanks to Brad King of the fix
2016-07-25 10:22:17 +00:00
Sylvestre Ledru
89787810c3 Fix the cmake paths in llvm-3.9-dev deb package. Thanks to Brad King
for the patch (Closes: #819072)
2016-07-25 10:19:03 +00:00
Sylvestre Ledru
b895313ad8 ship lli-child-target as part of the llvm-X.Y-runtime package 2016-07-21 12:05:03 +00:00
Sylvestre Ledru
d2bc6e7b2b wrong file 2016-07-21 07:18:05 +00:00
Sylvestre Ledru
7f14b364a6 * Bring back llvm-3.9-tools to life
* ship clang-tblgen & yaml-bench as part of the libclang-common-X.Y-dev
  package
2016-07-21 07:15:49 +00:00
Sylvestre Ledru
3a70f2b80b snapshot => 3.9 2016-07-19 12:20:32 +00:00
Sylvestre Ledru
09b6255f6d test rebased 2016-07-18 19:35:15 +00:00
Sylvestre Ledru
92519b8dc8 remove a patch (test removed) 2016-07-18 19:35:09 +00:00
Sylvestre Ledru
6eed2bba1f Silent test CodeGen/SPARC/LeonInsertNOPsDoublePrecision.ll 2016-07-15 19:29:50 +00:00
Sylvestre Ledru
b910c7e9c5 fix sme typos 2016-07-02 19:11:15 +00:00
Sylvestre Ledru
2009781b41 Fix the soname of libclang and libLLVM. Might cause some breakage with
existing app but no choice...
2016-07-02 18:46:14 +00:00
Sylvestre Ledru
ff9d895b2a Update the list of symbol 2016-07-02 18:44:08 +00:00
Sylvestre Ledru
bfc4bdac0b ignore the json lintian warning 2016-07-02 15:15:22 +00:00
Sylvestre Ledru
c466bf22f2 ignore the json lintian warning 2016-07-02 15:15:08 +00:00
Sylvestre Ledru
94e9353245 typo 2016-07-02 14:08:40 +00:00
Sylvestre Ledru
194dd04d0e merge changelog 2016-07-02 14:08:12 +00:00
Sylvestre Ledru
58c4c6a6b0 new version 2016-07-02 14:02:50 +00:00
Sylvestre Ledru
affb8127fa Add -gsplit-dwarf to CXXFLAGS to workaround the memory allocation
issue on i386
2016-07-02 13:49:12 +00:00
Sylvestre Ledru
297db43a84 bring back lldb on i386, fails on clang anyway... 2016-06-30 07:12:27 +00:00
Sylvestre Ledru
e3c7f0785f Disable lldb on i386 (cannot link). This is probably temporary 2016-06-29 10:22:23 +00:00
Sylvestre Ledru
e40dc9cade update the version in the changelog 2016-06-28 12:48:06 +00:00
Sylvestre Ledru
751d3b6ce6 * Add a symlink from usr/lib/llvm-3.8/share/llvm/cmake
pointing to usr/share/llvm-3.8/cmake
2016-06-28 12:47:38 +00:00
Sylvestre Ledru
955d9f6285 fix the sed declaration 2016-06-26 07:16:44 +00:00
Sylvestre Ledru
d88ed47cc3 Disable the run of lldb testsuite because of LLVM_LINK_LLVM_DYLIB=ON:
https://llvm.org/bugs/show_bug.cgi?id=28127
2016-06-26 06:28:44 +00:00
Sylvestre Ledru
ad1f06835b remove conflict 2016-06-26 06:24:43 +00:00
Sylvestre Ledru
8baf20d60e cmake files moved from usr/lib/llvm-3.9/share/llvm/cmake/
to usr/lib/llvm-3.9/lib/cmake/llvm/
(upstream change)
2016-06-25 20:32:15 +00:00
Sylvestre Ledru
cfd193675e rebase of the patch 2016-06-25 09:27:03 +00:00
Pablo Oliveira
ccdd2c531c Enable FPXX on mips by default (snapshot) 2016-06-21 09:31:04 +00:00
Sylvestre Ledru
40b8940c2d coment the failing cmd 2016-06-19 07:44:29 +00:00
Sylvestre Ledru
d7d0be4022 fix version 2016-06-12 16:35:11 +00:00
Sylvestre Ledru
1680fc1b30 * 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)
2016-06-12 16:32:07 +00:00
Sylvestre Ledru
1597edb49b * 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".
* Followup to fix the cmake install (Closes: #819072)
* Fix an issue with scan-view (Closes: #825101)
2016-06-12 16:28:53 +00:00
Sylvestre Ledru
a2e95647d4 [ Alexis La Goutte ]
* Fix an issue with scan-view (Closes: #825101)
2016-06-12 16:28:48 +00:00
Sylvestre Ledru
f075d6a0f0 [ Brad King ]
* Followup to fix the cmake install (Closes: #819072)
2016-06-12 16:28:21 +00:00
Sylvestre Ledru
bf21400ea9 only run lldb when doing the code coverage (too many issues otherwise) 2016-06-11 20:23:15 +00:00
Sylvestre Ledru
7b03198320 * 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".
2016-06-11 14:56:12 +00:00
Sylvestre Ledru
ea75d0c7b9 * Non-maintainer upload.
* 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.
2016-06-11 14:56:04 +00:00
Sylvestre Ledru
00b768761d workaround the lib which cannot be found 2016-06-10 18:51:57 +00:00
Sylvestre Ledru
4205acbd2f * Standards-Version 3.9.8
* Preparation of the support of lld (not ready yet)
2016-06-10 10:19:12 +00:00
Pablo Oliveira
b26993a5a3 Update prepare-new-release.sh 2016-06-10 07:54:38 +00:00
Pablo Oliveira
7369c720f1 Fixed _lldb.so missing import during lldb testsuite 2016-06-10 07:49:40 +00:00
Pablo Oliveira
23db80c5c6 Fix python-lldb symlinks and add python-six dependency in snapshot 2016-06-09 22:16:53 +00:00
Sylvestre Ledru
c3bf0f61df only run the lld debug package generation when lld is built 2016-05-20 09:58:56 +00:00
Sylvestre Ledru
691454be41 disable lld for real 2016-05-20 08:27:44 +00:00
Sylvestre Ledru
ef64786f2b disable lld for now because of
https://llvm.org/bugs/show_bug.cgi?id=27590
https://llvm.org/bugs/show_bug.cgi?id=27685
2016-05-20 07:17:05 +00:00
Sylvestre Ledru
3ca4048f90 fix the build with liblldb 2016-05-18 20:19:23 +00:00
Sylvestre Ledru
3ef2b0af29 Use the libjsoncpp library embedded (fails to link otherwise) 2016-05-18 10:11:28 +00:00
Sylvestre Ledru
01b7066bfe use the embedded json files 2016-05-18 10:10:53 +00:00
Sylvestre Ledru
a46bba3186 fix various install issues 2016-05-16 14:10:18 +00:00