2017-02-12 20:57:51 +01:00
|
|
|
TERMUX_SUBPKG_INCLUDE="
|
2021-10-01 22:08:13 +02:00
|
|
|
bin/analyze-build
|
2017-02-12 20:57:51 +01:00
|
|
|
bin/c++
|
|
|
|
bin/cc
|
|
|
|
bin/*clang*
|
|
|
|
bin/*cpp
|
2020-12-17 17:16:26 +01:00
|
|
|
bin/diagtool
|
|
|
|
bin/find-all-symbols
|
2017-02-12 20:57:51 +01:00
|
|
|
bin/*g++
|
|
|
|
bin/*gcc
|
2020-04-10 08:56:52 +02:00
|
|
|
bin/git-clang-format
|
2020-12-17 17:16:26 +01:00
|
|
|
bin/hmaptool
|
2021-10-01 22:08:13 +02:00
|
|
|
bin/intercept-build
|
2020-12-17 17:16:26 +01:00
|
|
|
bin/modularize
|
|
|
|
bin/pp-trace
|
2020-04-10 08:56:52 +02:00
|
|
|
bin/scan-*
|
|
|
|
include/clang*
|
2020-12-17 17:16:26 +01:00
|
|
|
include/omp*.h
|
2020-09-21 03:42:12 +02:00
|
|
|
lib/clang/*/include/*.h
|
2020-12-17 17:16:26 +01:00
|
|
|
lib/clang/*/include/*.modulemap
|
2021-10-01 22:08:13 +02:00
|
|
|
lib/clang/*/include/cuda_wrappers/
|
2020-09-21 03:42:12 +02:00
|
|
|
lib/clang/*/include/openmp_wrappers/
|
|
|
|
lib/clang/*/include/ppc_wrappers/
|
2020-04-10 08:56:52 +02:00
|
|
|
lib/cmake/clang
|
2021-10-01 22:08:13 +02:00
|
|
|
lib/cmake/openmp
|
2020-04-10 08:56:52 +02:00
|
|
|
lib/libclang*so
|
2021-10-01 22:08:13 +02:00
|
|
|
lib/libear/
|
2017-07-31 01:35:17 +02:00
|
|
|
lib/libomp.a
|
2021-10-01 22:08:13 +02:00
|
|
|
lib/libscanbuild/
|
2017-02-12 20:57:51 +01:00
|
|
|
libexec/
|
|
|
|
share/clang
|
2020-12-17 17:16:26 +01:00
|
|
|
share/man/man1/clang.1.gz
|
2020-04-10 08:56:52 +02:00
|
|
|
share/man/man1/scan-*
|
2021-10-01 22:08:13 +02:00
|
|
|
share/scan-*
|
2017-02-12 20:57:51 +01:00
|
|
|
"
|
|
|
|
TERMUX_SUBPKG_DESCRIPTION="C language frontend for LLVM"
|
2021-10-01 22:08:13 +02:00
|
|
|
TERMUX_SUBPKG_DEPENDS="lld, ndk-sysroot, libcompiler-rt"
|
2020-12-24 22:46:43 +01:00
|
|
|
TERMUX_SUBPKG_BREAKS="libllvm (<< 11.0.0-1), clangd"
|
|
|
|
TERMUX_SUBPKG_REPLACES="libllvm (<< 11.0.0-1), clangd"
|
2021-09-29 10:55:21 +02:00
|
|
|
TERMUX_SUBPKG_GROUPS="base-devel"
|