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)
llvm-svn: 226980

llvm/include/llvm/module.modulemap

index 61f6551..3ab54b1 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 {