about summary refs log tree commit diff homepage
path: root/test/regression/2015-06-22-struct-write.c
AgeCommit message (Collapse)Author
2019-07-30Use #include "klee/..." (instead of #include <klee/...>) consistently.Cristian Cadar
2019-03-07Renamed %llvmgcc and %llvmgxx to %clang and %clangxx respectively.Cristian Cadar
2018-10-26llvm5: test, add -disable-O0-optnone to -O0Jiri Slaby
Otherwise optimizations done in klee won't have any effect. Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
2015-12-17Fixed a bug with how non power 2 values were written to memory, added test ↵Timotej Kapus
for it