clang: Split up into several packages
authorFredrik Fornwall <fredrik@fornwall.net>
Sun, 12 Feb 2017 19:57:51 +0000 (20:57 +0100)
committerFredrik Fornwall <fredrik@fornwall.net>
Sun, 12 Feb 2017 19:57:51 +0000 (20:57 +0100)
commitedc3049a03002e6c057073c4363cf59c0f484109
tree46cfefb60a7a586cfe7463bca2820a1128cba337
parent28c436bb8a9aab8f21dccada4bdc1f447a56b06c
clang: Split up into several packages

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-* tools
packages/libllvm/build.sh [moved from packages/clang/build.sh with 80% similarity]
packages/libllvm/clang.subpackage.sh [new file with mode: 0644]
packages/libllvm/libclang.subpackage.sh [new file with mode: 0644]
packages/libllvm/llvm.subpackage.sh [new file with mode: 0644]
packages/libllvm/tools-clang-lib-Driver-ToolChain.cpp.patch [moved from packages/clang/tools-clang-lib-Driver-ToolChain.cpp.patch with 100% similarity]
packages/libllvm/tools-clang-lib-Driver-Tools.cpp.patch [moved from packages/clang/tools-clang-lib-Driver-Tools.cpp.patch with 100% similarity]
packages/libllvm/tools-llvm-shlib-CMakeLists.txt.patch [moved from packages/clang/tools-llvm-shlib-CMakeLists.txt.patch with 100% similarity]
packages/libllvm/tools-sancov-sancov.cc.patch [moved from packages/clang/tools-sancov-sancov.cc.patch with 100% similarity]