From: Richard Smith Date: Sat, 24 Jan 2015 01:55:52 +0000 (+0000) Subject: Bring the modules buildbot back to life after r226940. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=104a21d2503d0ed352a9d8d04133d8b11b3c3436;p=oota-llvm.git Bring the modules buildbot back to life after r226940. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226980 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/module.modulemap b/include/llvm/module.modulemap index 61f65510c4e..3ab54b10596 100644 --- a/include/llvm/module.modulemap +++ b/include/llvm/module.modulemap @@ -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 {