From 6b0bf92307cf0f414e117ce9939ae13dfaa44157 Mon Sep 17 00:00:00 2001 From: Vassil Vassilev Date: Thu, 23 Jun 2016 07:33:03 +0000 Subject: [PATCH] [modules] Good ol' JIT is gone. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@273541 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/module.modulemap | 1 - 1 file changed, 1 deletion(-) 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" -- 2.50.1