Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-30 | Do not use `-lubsan` and `-fuse-ld=gold` for UBSan linking | Martin Nowack | |
These arguments are not required and let the link process fail. Instead, clang(++) should be used as a linker and it will take care of linking with the correct libraries. | |||
2019-04-04 | Add MSan support for sqlite | Timotej Kapus | |
2019-03-12 | Add integer sanitizer to UBSan | Martin Nowack | |
2019-03-10 | Updated dependency build system for KLEE | Martin Nowack | |
Provide a single `scripts/build/build.sh` file to build KLEE and its dependencies. |