[llvm] r273541 - [modules] Good ol' JIT is gone.

Vassil Vassilev via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 23 00:33:03 PDT 2016


Author: vvassilev
Date: Thu Jun 23 02:33:03 2016
New Revision: 273541

URL: http://llvm.org/viewvc/llvm-project?rev=273541&view=rev
Log:
[modules] Good ol' JIT is gone.

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=273541&r1=273540&r2=273541&view=diff
==============================================================================
--- llvm/trunk/include/llvm/module.modulemap (original)
+++ llvm/trunk/include/llvm/module.modulemap Thu Jun 23 02:33:03 2016
@@ -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"




More information about the llvm-commits mailing list