about summary refs log tree commit diff homepage
path: root/runtime/CMakeLists.txt
AgeCommit message (Expand)Author
2022-09-14Support UBSan-enabled binariesPavel Yatcheniy
2022-03-17remove LLVM < 6 from build/test scriptsFrank Busse
2020-12-18fix cflags for runtime build typesJulian Büning
2020-12-04Only build 32bit runtime libraries if supported by platformMartin Nowack
2020-11-09Added fortified library (for -D_FORTIFY_SOURCE), to be linked when uclibc is ...Cristian Cadar
2020-11-09Since the runtime now contains fortified libc functions, it is important to c...Cristian Cadar
2020-11-04Rename FreeStanding to Freestanding where appropriateMartin Nowack
2020-11-04[cmake] Add support to generate arbitrary runtime library configurationsMartin Nowack
2020-10-12Exception handling only for LLVM >= 8.0.0Julian Büning
2020-10-12Implemented support for C++ ExceptionsFelix Rath
2018-10-26llvm5: test, add -disable-O0-optnone to -O0Jiri Slaby
2018-07-04Reorder linking and optimizationsMartin Nowack
2018-07-04Reorganise runtime libraries provided by KLEEMartin Nowack
2017-10-04[CMake] Add global clean target `clean_all`. Fixes #718.Dan Liew
2017-03-30[CMake] Add the `clean_runtime` top level target to provide an easy wayDan Liew
2017-03-30[CMake] When supported pass `USES_TERMINAL` argument toDan Liew
2017-02-11[CMake] More widely available rebuilding for runtimesLevente Kurusa
2016-11-07Implement a CMake based build system for KLEE.Dan Liew