diff options
author | Lukas Wölfer <lukas.woelfer@rwth-aachen.de> | 2018-08-27 00:51:03 +0200 |
---|---|---|
committer | MartinNowack <martin.nowack@gmail.com> | 2018-11-23 22:34:13 +0000 |
commit | 0283175fdda6bf4dbd9343b53987d0aee01ce9fc (patch) | |
tree | 53725b53080f718d22a8aa5d8661e63283c3084d /tools | |
parent | 92b49c62b796e4c2544fc2415d9817068aed6eae (diff) | |
download | klee-0283175fdda6bf4dbd9343b53987d0aee01ce9fc.tar.gz |
Implemented memalign with alignment
Diffstat (limited to 'tools')
-rw-r--r-- | tools/klee/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/klee/main.cpp b/tools/klee/main.cpp index 50848bad..c7a19df6 100644 --- a/tools/klee/main.cpp +++ b/tools/klee/main.cpp @@ -721,6 +721,7 @@ static const char *modelledExternals[] = { "llvm.va_end", "malloc", "realloc", + "memalign", "_ZdaPv", "_ZdlPv", "_Znaj", |