about summary refs log tree commit diff homepage
path: root/scripts/build/p-clang-osx.inc
AgeCommit message (Collapse)Author
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.
2019-03-17Generalise clang package detection for linux and mac osxMartin Nowack
2019-03-10Updated dependency build system for KLEEMartin Nowack
Provide a single `scripts/build/build.sh` file to build KLEE and its dependencies.