mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-04 17:06:32 +00:00

- 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
22 lines
790 B
Plaintext
22 lines
790 B
Plaintext
usr/lib/llvm-@LLVM_VERSION@/bin/clang
|
|
usr/lib/llvm-@LLVM_VERSION@/bin/clang++
|
|
usr/lib/llvm-@LLVM_VERSION@/bin/clang-check
|
|
usr/lib/llvm-@LLVM_VERSION@/bin/clang-apply-replacements
|
|
usr/lib/llvm-@LLVM_VERSION@/bin/clang-query
|
|
usr/lib/llvm-@LLVM_VERSION@/bin/clang-rename
|
|
usr/lib/llvm-@LLVM_VERSION@/bin/sancov
|
|
|
|
tools/clang/tools/scan-build-@LLVM_VERSION@ usr/share/clang/
|
|
tools/clang/tools/scan-view-@LLVM_VERSION@ usr/share/clang/
|
|
#usr/share/man/man1/clang.1 usr/share/man/man1/
|
|
|
|
usr/bin/clang-@LLVM_VERSION@
|
|
usr/bin/clang++-@LLVM_VERSION@
|
|
usr/bin/clang-check-@LLVM_VERSION@
|
|
usr/bin/clang-apply-replacements-@LLVM_VERSION@
|
|
usr/bin/clang-query-@LLVM_VERSION@
|
|
usr/bin/clang-rename-@LLVM_VERSION@
|
|
usr/bin/sancov-@LLVM_VERSION@
|
|
|
|
#usr/lib/llvm-@LLVM_VERSION@/share/man/man1/clang.1
|