aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/klee/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/klee/main.cpp b/tools/klee/main.cpp
index 7690d3c7..1bcdedbb 100644
--- a/tools/klee/main.cpp
+++ b/tools/klee/main.cpp
@@ -782,8 +782,10 @@ static const char *modelledExternals[] = {
"klee_warning",
"klee_warning_once",
"klee_stack_trace",
+#ifdef SUPPORT_KLEE_EH_CXX
"_klee_eh_Unwind_RaiseException_impl",
"klee_eh_typeid_for",
+#endif
"llvm.dbg.declare",
"llvm.dbg.value",
"llvm.va_start",