Пакет lld17.0: Информация

  • Default inline alert: Версия в репозитории: 17.0.6-alt4.2

Бинарный пакет: lld17.0
Версия: 17.0.6-alt4.1
Архитектура: aarch64
Собран:  24 апреля 2024 г. 0:47 в задании #345725
Исходный пакет: llvm17.0
Категория: Разработка/C
Сообщить об ошибке в пакете
Домашняя страница: http://llvm.org

Лицензия: Apache-2.0 with LLVM-exception
О пакете: LLD - The LLVM Linker
Описание: 
LLD is a linker from the LLVM project. That is a drop-in replacement for system
linkers and runs much faster than them. It also provides features that are
useful for toolchain developers.

Сопровождающий: Konstantin Lepikhov


Последнее изменение


23 апреля 2024 г. Konstantin Lepikhov 17.0.6-alt4.1
- Fix FTBFS: scudo: Fix the use of ASSERT_CAPABILITY in TSD (upstream PR#68273).
- x86_64/ppc64le: compile with mold.
- lld: added /proc to requires.
29 марта 2024 г. Konstantin Lepikhov 17.0.6-alt4
- openmp: disable build due soname clash with next llvm.
- cmake-modules: move to %llvm_datadir.
19 марта 2024 г. Alexey Sheplyakov 17.0.6-alt3
- compiler-rt: build with medium code model on LoongArch. Required for
  chromium and other non-trivial apps, as the default code model is too
  tight (maximal code offset is 128 MB)