From 7e33d5cb292c88ae10f4a0ffa86c498168fbe16a Mon Sep 17 00:00:00 2001 From: Julian Büning Date: Sun, 4 Nov 2018 11:34:10 +0100 Subject: workaround for LLVM PR39177 provides a workaround for LLVM bug PR39177, which affects LLVM versions 3.9 - 7.0.0: https://bugs.llvm.org/show_bug.cgi?id=39177 This commit is intended to be reverted once support for LLVM versions <= 7 is dropped from KLEE. --- include/klee/Config/config.h.cmin | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/klee/Config/config.h.cmin b/include/klee/Config/config.h.cmin index 0a5811b7..a7890fe7 100644 --- a/include/klee/Config/config.h.cmin +++ b/include/klee/Config/config.h.cmin @@ -80,6 +80,9 @@ /* Define to the version of this package. */ #cmakedefine PACKAGE_VERSION @PACKAGE_VERSION@ +/* Use Workaround for LLVM PR39177 (affecting LLVM 3.9 - 7.0.0) */ +#cmakedefine USE_WORKAROUND_LLVM_PR39177 @USE_WORKAROUND_LLVM_PR39177@ + /* klee-uclibc is supported */ #cmakedefine SUPPORT_KLEE_UCLIBC @SUPPORT_KLEE_UCLIBC@ -- cgit 1.4.1