diff options
author | bloodstalker <thabogre@gmail.com> | 2017-10-21 14:03:37 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-10-21 14:03:37 +0000 |
commit | 5223644676934bd8d1aa2987d27a50d8987b3139 (patch) | |
tree | b2bce61a099d68b16641b4a9e349c013908fce84 /bruiser/ORCmutation.h | |
parent | some api-changes handling, along with more text for contribs (diff) | |
download | mutator-5223644676934bd8d1aa2987d27a50d8987b3139.tar.gz mutator-5223644676934bd8d1aa2987d27a50d8987b3139.zip |
minor fixes here and there. also fixed #17
Diffstat (limited to '')
-rw-r--r-- | bruiser/ORCmutation.h | 5 |
1 files changed, 3 insertions, 2 deletions
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<llvm::Module> M = buildModule(); MutatorJIT jit; Handle H = jit.addModule(*M); |