]> granicus.if.org Git - llvm/commitdiff
[modules] Good ol' JIT is gone.
authorVassil Vassilev <v.g.vassilev@gmail.com>
Thu, 23 Jun 2016 07:33:03 +0000 (07:33 +0000)
committerVassil Vassilev <v.g.vassilev@gmail.com>
Thu, 23 Jun 2016 07:33:03 +0000 (07:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@273541 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/module.modulemap

index b9d2372e44514c7230867cc82a86e2f331dbf6ec..ba20334d544562112597b276f8314f4c7e0f203d 100644 (file)
@@ -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"