about summary refs log tree commit diff homepage
path: root/runtime/klee-libc/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/klee-libc/CMakeLists.txt')
-rw-r--r--runtime/klee-libc/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/klee-libc/CMakeLists.txt b/runtime/klee-libc/CMakeLists.txt
index 653ebb5a..bd23ba93 100644
--- a/runtime/klee-libc/CMakeLists.txt
+++ b/runtime/klee-libc/CMakeLists.txt
@@ -15,6 +15,7 @@ set(SRC_FILES
         atoi.c
         bcmp.c
         calloc.c
+        fortify-klibc.c
         htonl.c
         memchr.c
         mempcpy.c
@@ -46,4 +47,4 @@ set(ADDITIONAL_CC_FLAGS
 include("${CMAKE_SOURCE_DIR}/cmake/compile_bitcode_library.cmake")
 prefix_with_path("${SRC_FILES}" "${CMAKE_CURRENT_SOURCE_DIR}/" prefixed_files)
 
-add_bitcode_library_targets("${LIB_PREFIX}" "${prefixed_files}" "${ADDITIONAL_CC_FLAGS}" "")
\ No newline at end of file
+add_bitcode_library_targets("${LIB_PREFIX}" "${prefixed_files}" "${ADDITIONAL_CC_FLAGS}" "")