about summary refs log tree commit diff homepage
path: root/scripts/build/v-clang.inc
AgeCommit message (Collapse)Author
2022-03-30Refactor cmake installation into own componentMartin Nowack
2020-12-02Add Github Actions for KLEE CI based @jordrMartin Nowack
Add support for Github Actions to use as new CI. This builds all the components as the original Travis CI script.
2020-09-30Remove explicit dependency on llvm and sanitizerMartin Nowack
Clang is just a compiler and can be provided by system-specific packages.
2020-02-13Add llvm as build dependency of clang in case no system packages are availableMartin Nowack
2019-03-10Updated dependency build system for KLEEMartin Nowack
Provide a single `scripts/build/build.sh` file to build KLEE and its dependencies.