Skip to content

Commit

Permalink
Merge pull request #8260 from crayxt/patch-4
Browse files Browse the repository at this point in the history
Unbreak the LLVM36 build.
  • Loading branch information
Keno committed Sep 7, 2014
2 parents beca3e4 + fe03e6c commit c37c2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codegen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4656,7 +4656,7 @@ extern "C" void jl_init_codegen(void)
.setJITMemoryManager(new JITMemoryManagerWin())
#endif
.setTargetOptions(options)
#ifdef USE_MCJIT
#if defined(USE_MCJIT) && !defined(LLVM36)
.setUseMCJIT(true)
#endif
;
Expand Down

0 comments on commit c37c2f3

Please sign in to comment.