Age | Commit message (Collapse) | Author |
|
|
|
|
|
Code cleanup
|
|
On OpenBSD there is a restricted system LLVM, but a full LLVM
package can be installed (typically in /usr/local/bin).
Added a check if the full package is installed. If so, use it,
otherwise bail out early with a hint to install it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When using clang-8.0, The previous command in the
Makefile will get two 8.0.0, thus a warning message print.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sanity check versions from clang and llvm, adjust clang path if needed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|