From 5223644676934bd8d1aa2987d27a50d8987b3139 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sat, 21 Oct 2017 17:33:37 +0330 Subject: minor fixes here and there. also fixed #17 --- bruiser/ORCmutation.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bruiser') diff --git a/bruiser/ORCmutation.h b/bruiser/ORCmutation.h index 0a67c80..288ea21 100644 --- a/bruiser/ORCmutation.h +++ b/bruiser/ORCmutation.h @@ -23,7 +23,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.* /*inclusion guard*/ #ifndef ORC_MUTATION_H #define ORC_MUTATION_H -#if __clang_major__ >= 5 +//#if __clang_major__ >= 5 +#if 0 /**********************************************************************************************************************/ /*included modules*/ /*project headers*/ @@ -151,7 +152,7 @@ class MutatorJIT class runMainOnJit { -#if 0 +#if 1 std::unique_ptr M = buildModule(); MutatorJIT jit; Handle H = jit.addModule(*M); -- cgit v1.2.3