Commit Graph

4288 Commits

Author SHA1 Message Date
Sylvestre Ledru
5599d44854 Also install usr/lib/llvm-@LLVM_VERSION@/lib/libRemoteIndexProto.a usr/lib/llvm-@LLVM_VERSION@/lib/libRemoteIndexServiceProto.a in libclang-X.Y-dev 2022-02-13 14:05:06 +01:00
Gianfranco Costamagna
5b9901950f Fix VCS fields 2022-02-04 09:46:30 +01:00
Sylvestre Ledru
87ee3c332f remove unused clangd lib 2022-01-29 14:47:09 +01:00
Sylvestre Ledru
fc08151d52 Build clangd with GRPC support Thanks to Sam McCall for the patch 2022-01-29 10:17:47 +01:00
Sam McCall
227598dbc7 Build clangd remote index (grpc & protobuf dependency) 2022-01-29 10:16:10 +01:00
Sylvestre Ledru
f1e99fac32 Revert "stretch: try to set the ld_library_path"
This reverts commit 0322ecc9db.
2022-01-25 00:43:11 +01:00
Sylvestre Ledru
0322ecc9db stretch: try to set the ld_library_path 2022-01-25 00:33:13 +01:00
Sylvestre Ledru
34fe63ca7e stretch: try to set the ld_library_path 2022-01-25 00:21:47 +01:00
Sylvestre Ledru
d408831791 remove workaround 2022-01-24 19:43:17 +01:00
Sylvestre Ledru
436ebce633 add some workaround for stretch 2022-01-23 22:52:21 +01:00
Sylvestre Ledru
3c830a56b4 Remove Build-Conflicts: ocaml 2022-01-21 15:19:47 +01:00
Sylvestre Ledru
7532cc6947 Rename ocaml-nox => ocaml-base (Closes: #1002608) 2022-01-21 00:13:00 +01:00
Sylvestre Ledru
000d58d4e1 remove the typo -DLVVM_ENABLE_ZLIB=OFF as it seems that it working with the default value 2022-01-11 23:45:34 +01:00
Sylvestre Ledru
544180d01c 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 2021-12-16 17:55:03 +01:00
Sylvestre Ledru
6bf47964c1 Rebuild to workaround the coinstallability issue (Closes: #996858) 2021-11-30 19:33:13 +01:00
Sylvestre Ledru
159a8dd7ea autopkgtest/integration-test-suite-test: restrict to arm64/amd64 for now 2021-10-28 16:46:26 +02:00
Erik Maciejewski
561e241958 update changelog 2021-10-26 16:10:42 -07:00
Erik Maciejewski
27687a106d re-disable fixfilepath
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
2021-10-26 16:04:22 -07:00
Erik Maciejewski
8fdac930ac cmake options cleanup
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
2021-10-26 16:04:22 -07:00
Erik Maciejewski
5088c76222 dpkg-buildflags cleanup
use make variables populated by /usr/share/dpkg/buildflags.mk and
remove _EXTRA suffix from STAGE_1_ and STAGE_2_ flag vars
2021-10-26 16:03:31 -07:00
Erik Maciejewski
5b59bd3630 update changelog 2021-10-24 02:38:55 -07:00
Erik Maciejewski
14aeabd6c8 set LIBCXX_USE_COMPILER_RT to OFF to disable builtins when libunwind
is not enabled since the unwind implementation with gnu builtins will
then be required
2021-10-24 00:20:40 -07:00
Erik Maciejewski
36bdfcce52 add arch specific config for powerpc to force correct arch profile
for builtins
2021-10-23 14:47:49 -07:00
Erik Maciejewski
b7363248b1 set arm toolchain arch profiles explicitly to debian baselines as
the target host triples alone are ambiguous and compiler defaults
and debian baselines may not align
2021-10-23 14:16:39 -07:00
Erik Maciejewski
6558504cac disable builtins for unsupported arch s390x 2021-10-23 14:16:39 -07:00
Sylvestre Ledru
cd137e1365 remove old references to 'mips' 2021-10-23 13:12:59 +02:00
Sylvestre Ledru
c9086c29ed disable lldb on mips*: also update control 2021-10-23 13:11:32 +02:00
Sylvestre Ledru
fa65a721e9 fix changelog 2021-10-23 13:09:45 +02:00
Sylvestre Ledru
659305bc08 Disable lldb on mipsel and mips64el as it isn't supported See https://reviews.llvm.org/D102872 (Closes: #997011) 2021-10-23 13:08:46 +02:00
Erik Maciejewski
35a8b4a6fc modify stage dir var names to use new prefix scheme in debian/rules 2021-10-22 04:46:21 -07:00
Erik Maciejewski
5f699155e2 update changelog 2021-10-22 03:13:53 -07:00
Erik Maciejewski
9a1ae924d4 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
2021-10-22 03:10:40 -07:00
Erik Maciejewski
2e88154bcc better naming scheme for stage variables in debian/rules
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
2021-10-22 02:31:00 -07:00
Erik Maciejewski
feeebfb2e9 re-enable fixfilepath for use with dpkg-buildflags in debian/rules as
it has been supported since clang-10
2021-10-22 02:30:54 -07:00
Erik Maciejewski
dd07b033af flag consinstency pass for build stages and sub-builds
utilize dpkg-buildflags for defaults where appropriate and make sure all
flags intended for a stage are also applied to the stage's builtins and
runtimes builds
2021-10-21 22:26:13 -07:00
Erik Maciejewski
ba7dad1665 update changelog 2021-10-20 22:26:55 -07:00
Erik Maciejewski
018298c169 remove legacy var for use when libcxx was a standalone build 2021-10-20 22:26:55 -07:00
Erik Maciejewski
b2fc856dce patch to fix compiler-rt builtins default arch detection for armhf
by adding the same armhf target triple handling used for compiler-rt libs
2021-10-20 22:26:29 -07:00
Erik Maciejewski
d62d68611c patch to add a check and only set up and build compiler-rt builtins
if they have not been disabled in a runtimes build
2021-10-20 22:26:02 -07:00
Erik Maciejewski
21741170df update rules to incorporate relevant arch specific configs from snapshot 2021-10-20 21:30:07 -07:00
Erik Maciejewski
b0199c560b update latest changelog entry with closes 2021-10-19 14:07:40 -07:00
Erik Maciejewski
1e66de180a update changelog 2021-10-19 13:42:03 -07:00
Erik Maciejewski
a1ea41e97f fix an issue where builtins were not being linked into libcxxabi
if LIBCXXABI_USE_COMPILER_RT=ON, add builtins to libcxxabi library
flags, otherwise add libgcc following how libunwind does the same
2021-10-19 13:42:03 -07:00
Erik Maciejewski
bbd39dd55e re-disable building builtins on armel as they still fail 2021-10-19 13:41:57 -07:00
Sylvestre Ledru
a122693ff9 dump the log when an error is found 2021-10-19 18:45:22 +02:00
Sylvestre Ledru
0203a45f38 improve the check 2021-10-19 18:45:22 +02:00
Sylvestre Ledru
e5d18af7f9 add more docs 2021-10-19 18:45:22 +02:00
Sylvestre Ledru
4b26a33863 Bring back the llvm manpages (Closes: #995684) Were generated at the wrong place 2021-10-19 18:45:22 +02:00
Sylvestre Ledru
49601274e7 fix merge 2021-10-19 18:45:22 +02:00
Sylvestre Ledru
3a471b5b33 prepare for upload 2021-10-19 18:45:22 +02:00