about summary refs log tree commit diff homepage
path: root/scripts/build/p-clang-linux.inc
AgeCommit message (Collapse)Author
2022-03-30Minor clean-upMartin Nowack
2022-03-30Clearly separate between LLVM, a bitcode compiler, and sanitizer compilerMartin Nowack
All three can be different but also provided by the same package. By separating the different use-cases, it allows to set them independently.
2020-09-30Fix detection of installed clangMartin Nowack
Any clang is fine as long as it is the right version. The current assumption is that it is suffixed with version.
2019-03-17Generalise clang package detection for linux and mac osxMartin Nowack