[llvm] r226980 - Bring the modules buildbot back to life after r226940.
Richard Smith
richard-llvm at metafoo.co.uk
Fri Jan 23 17:55:53 PST 2015
Author: rsmith
Date: Fri Jan 23 19:55:52 2015
New Revision: 226980
URL: http://llvm.org/viewvc/llvm-project?rev=226980&view=rev
Log:
Bring the modules buildbot back to life after r226940.
Modified:
llvm/trunk/include/llvm/module.modulemap
Modified: llvm/trunk/include/llvm/module.modulemap
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/module.modulemap?rev=226980&r1=226979&r2=226980&view=diff
==============================================================================
--- llvm/trunk/include/llvm/module.modulemap (original)
+++ llvm/trunk/include/llvm/module.modulemap Fri Jan 23 19:55:52 2015
@@ -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 {
More information about the llvm-commits
mailing list