Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FIND_LLVM_PROG: Recognize llvm suffix used by FreeBSD, ie llc10. | mikael | 2022-05-11 | 1 | -2/+2 |
| | |||||
* | Fix a portability issue in m4/find_llvm_prog.m4 | PHO | 2022-02-09 | 1 | -1/+1 |
| | | | | | `test A == B' is a Bash extension, which doesn't work on platforms where /bin/sh is not Bash. | ||||
* | Set min LLVM version to 9 and make version checking use a non-inclusive upper | Zubin Duggal | 2021-06-20 | 1 | -1/+1 |
| | | | | | | | bound. We use a non-inclusive upper bound so that setting the upper bound to 13 for example means that all 12.x versions are accepted. | ||||
* | Break up aclocal.m4 | Ben Gamari | 2021-05-05 | 1 | -0/+32 |