diff options
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", |