Fredrik Fornwall
91e71e98cf
llvm&clang: Update from 4.0.1 to 5.0.0
2017-09-10 21:50:24 +02:00
Fredrik Fornwall
8a175a5523
libllvm: Fix patch and bump revision
2017-09-02 02:30:19 +02:00
Fredrik Fornwall
2087626916
libllvm: Bump revision after enabling openmp
2017-08-20 20:28:41 +02:00
Joakim
bf6a9b28b9
clang: add OpenMP library, should now work
2017-08-20 13:48:48 +02:00
Fredrik Fornwall
6c29aaa1c7
Transition from gnustl to libc++
...
This will make things as std::to_string() and other C++ features
work with a modern and supported C++ library.
We package up libc++_shared.so and bump the revision of every C++
using package to make it rebuild against it.
Users who have built C++ using libraries or programs will probably
need to rebuild them if they are linked against Termux-supplied
libraries, as user code was previously linked against gnustl while
the system libraries are now using libc++, and it's not a good idea
to mix C++ standard libraries in a program.
2017-07-14 00:23:37 +02:00
Fredrik Fornwall
a39f862d68
llvm&clang: Update from 4.0.0 to 4.0.1
2017-07-04 13:45:47 +02:00
Vishal Biswas
c4a1b6a804
libllvm: add llvm-config helper script ( #917 )
...
* libllvm: add llvm-config helper script
* libllvm: add components to llvm-config wrapper
* libllvm: restructure llvm-config.in
* libllvm: remove unsupported gcc flags from llvm-config
* libllvm: use full libfile path for --libs
* libllvm: fix has_rtti in llvm-config
* libllvm: add cmake files path in llvm-config
2017-07-01 02:41:21 +02:00
joakim-noah
a423c35db9
Small tweaks to pcre and libllvm ( #1103 )
...
* pcre: add JIT functions
* libllvm: remove unnecessary dependency on Python 2.7
2017-06-22 14:28:30 +02:00
Fredrik Fornwall
a2fde239ab
Use local variables in bash functions
2017-04-09 16:54:36 +02:00
Fredrik Fornwall
d6e574615c
llvm&clang: Update from 3.9.1 to 4.0.0
2017-03-15 16:28:36 +01:00
Fredrik Fornwall
72f69cdc35
Use termux_error_exit in more cases
2017-03-05 03:30:38 +01:00
Fredrik Fornwall
95e60146d7
libllvm: Bump revision, enable the clang split
2017-02-26 14:52:04 +01:00
Fredrik Fornwall
edc3049a03
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
2017-02-12 20:57:51 +01:00