From: Vassil Vassilev Date: Thu, 23 Jun 2016 07:33:03 +0000 (+0000) Subject: [modules] Good ol' JIT is gone. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6b0bf92307cf0f414e117ce9939ae13dfaa44157;p=llvm [modules] Good ol' JIT is gone. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@273541 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/module.modulemap b/include/llvm/module.modulemap index b9d2372e445..ba20334d544 100644 --- a/include/llvm/module.modulemap +++ b/include/llvm/module.modulemap @@ -95,7 +95,6 @@ module LLVM_ExecutionEngine { // Exclude these; they're intended to be included into only a single // translation unit (or none) and aren't part of this module. - exclude header "ExecutionEngine/JIT.h" exclude header "ExecutionEngine/MCJIT.h" exclude header "ExecutionEngine/Interpreter.h" exclude header "ExecutionEngine/OrcMCJITReplacement.h"