termux-packages/packages/libllvm
Butta 3af25bc2a9 Introduce TERMUX_PKG_QUICK_REBUILD
This new variable is extremely useful when iterating on creating a large package,
as otherwise you have to wipe the source and rebuild each time you make a mistake
with the patches or build.sh script.

Simply set TERMUX_PKG_QUICK_REBUILD=true in build.sh if a build fails and then the
TERMUX_PKG_SRCDIR and TERMUX_PKG_BUILDDIR will not be touched when you rebuild,
including that the patches will not be applied again. When you're done iterating,
diff for any new patches, save them, and remove this variable before rebuilding
from scratch, hopefully for the last time. ;)

An example is shown for the giant libllvm package, where other modifications are
also excluded if this variable is set.
2020-02-15 13:38:30 +05:30
..
ORCv2.rst.patch update to llvm9 and fix tools in rust 2019-10-22 23:47:58 +02:00
build.sh Introduce TERMUX_PKG_QUICK_REBUILD 2020-02-15 13:38:30 +05:30
clang.subpackage.sh libllvm: bump revision after 0d1170cc 2019-05-06 20:17:59 +03:00
cxx-libm.patch libllvm: make clang++ order -lm after -lgcc 2019-05-16 20:18:48 +03:00
lld.subpackage.sh llvm-9.0.1 2019-12-23 09:26:20 +11:00
llvm-config.in llvm-8 and rust with back ports for llvm-8 2019-03-29 01:28:11 +02:00
llvm.subpackage.sh llvm-9.0.1 2019-12-23 09:26:20 +11:00
nl_types.h llvm: Update from 5.0.1 to 6.0 2018-03-20 23:10:53 +01:00
nltypes_stubs.cpp llvm: Update from 5.0.1 to 6.0 2018-03-20 23:10:53 +01:00
openmp-config-ix-m32.patch libomp x86_64 fix 2019-04-06 02:59:28 +03:00
project-openmp-runtime-src-CMakeLists.txt.patch llvm: Update from 5.0.1 to 6.0 2018-03-20 23:10:53 +01:00
tools-clang-lib-Driver-ToolChain.cpp.patch Transition from gnustl to libc++ 2017-07-14 00:23:37 +02:00
tools-clang-lib-Driver-ToolChains-Gnu.cpp.patch llvm: Update from 5.0.1 to 6.0 2018-03-20 23:10:53 +01:00
tools-clang-lib-Driver-ToolChains-Linux.cpp.patch llvm-9.0.1 2019-12-23 09:26:20 +11:00
tools-llvm-shlib-CMakeLists.txt.patch llvm-8 and rust with back ports for llvm-8 2019-03-29 01:28:11 +02:00