aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/os/llvm.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for building for LLVM bitcode/EmscriptenJack Lloyd2018-10-071-0/+5
| | | | GH #1702
* Build improvementsJack Lloyd2017-12-231-1/+0
| | | | | | | | | | Derive the fact that shared libs are not supported from the lack of information about shared object names. If soname_suffix and co are not set -> shared libs are disabled. Disable stack protector by default on OSes where it has proven a problem namely AIX and Haiku. Add --with-stack-protector option to force turning it on.
* Allow overriding ar commandJack Lloyd2017-11-291-1/+2
| | | | | | | | Splits up the ar command and ar options to make this possible. Removes support for calling `ranlib` after `ar`: testing in #1317 confirms that all platforms we support no longer need it. See #1237. Also fixes #455
* Add support for LLVM bitcode targetJack Lloyd2017-08-301-0/+9