about summary refs log tree commit diff homepage
path: root/runtime/klee-libc/CMakeLists.txt
AgeCommit message (Collapse)Author
2020-11-09Added fortified versions for the functions in the klee-libc libraryCristian Cadar
2020-11-04[cmake] Add support to generate arbitrary runtime library configurationsMartin Nowack
Every runtime library can be build with multiple configurations. Replace the Makefile-based setup by cmake one. Currently, we generate 32bit and 64bit libraries simultaneously and can link against them.