Browse Source
Split up the previous clang package into: - libllvm: lib/libLLVM.so - libclang: lib/libclang.so - clang: bin/clang and associated tools and symlinks - llvm: The bin/llvm-* toolsandroid-5
Fredrik Fornwall
8 years ago
8 changed files with 48 additions and 9 deletions
@ -0,0 +1,14 @@ |
|||||
|
TERMUX_SUBPKG_INCLUDE=" |
||||
|
bin/c++ |
||||
|
bin/cc |
||||
|
bin/*clang* |
||||
|
bin/*cpp |
||||
|
bin/*g++ |
||||
|
bin/*gcc |
||||
|
bin/scan-build |
||||
|
lib/clang |
||||
|
libexec/ |
||||
|
share/clang |
||||
|
" |
||||
|
TERMUX_SUBPKG_DESCRIPTION="C language frontend for LLVM" |
||||
|
TERMUX_SUBPKG_DEPENDS="libllvm" |
@ -0,0 +1,3 @@ |
|||||
|
TERMUX_SUBPKG_INCLUDE="lib/clang lib/libclang.so" |
||||
|
TERMUX_SUBPKG_DESCRIPTION="C language frontend library for LLVM" |
||||
|
TERMUX_SUBPKG_DEPENDS="libllvm" |
@ -0,0 +1,11 @@ |
|||||
|
TERMUX_SUBPKG_INCLUDE=" |
||||
|
bin/llc |
||||
|
bin/lli |
||||
|
bin/llvm* |
||||
|
bin/obj2yaml |
||||
|
bin/opt |
||||
|
bin/verify-uselistorder |
||||
|
bin/yaml2obj |
||||
|
" |
||||
|
TERMUX_SUBPKG_DESCRIPTION="C language frontend for LLVM" |
||||
|
TERMUX_SUBPKG_DEPENDS="libllvm" |
Loading…
Reference in new issue