about summary refs log tree commit diff homepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/klee/Config/Version.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/klee/Config/Version.h b/include/klee/Config/Version.h
index 53205160..a02ce28b 100644
--- a/include/klee/Config/Version.h
+++ b/include/klee/Config/Version.h
@@ -27,4 +27,10 @@
 #  define KLEE_LLVM_CL_VAL_END , clEnumValEnd
 #endif
 
+#if LLVM_VERSION_CODE >= LLVM_VERSION(5, 0)
+#  define KLEE_LLVM_GOIF_TERMINATOR
+#else
+#  define KLEE_LLVM_GOIF_TERMINATOR , NULL
+#endif
+
 #endif