Bring the modules buildbot back to life after r226940.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 24 Jan 2015 01:55:52 +0000 (01:55 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 24 Jan 2015 01:55:52 +0000 (01:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226980 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/module.modulemap

index 61f65510c4eaf572cfe6394ff02bee1ffaac5b6c..3ab54b105969b1e81173a685fc8d83ab87a03f27 100644 (file)
@@ -55,6 +55,7 @@ module LLVM_ExecutionEngine {
   exclude header "ExecutionEngine/JIT.h"
   exclude header "ExecutionEngine/MCJIT.h"
   exclude header "ExecutionEngine/Interpreter.h"
+  exclude header "ExecutionEngine/OrcMCJITReplacement.h"
 }
 
 module LLVM_IR {