[llvm] r328439 - Fix module.modulemap after r328395

Eric Fiselier via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 24 15:14:03 PDT 2018


Author: ericwf
Date: Sat Mar 24 15:14:02 2018
New Revision: 328439

URL: http://llvm.org/viewvc/llvm-project?rev=328439&view=rev
Log:
Fix module.modulemap after r328395

This patch removes the MachineValueType module since the
header was removed in r328395.

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=328439&r1=328438&r2=328439&view=diff
==============================================================================
--- llvm/trunk/include/llvm/module.modulemap (original)
+++ llvm/trunk/include/llvm/module.modulemap Sat Mar 24 15:14:02 2018
@@ -311,12 +311,6 @@ module LLVM_Utils {
     header "Support/ConvertUTF.h"
     export *
   }
-
-  module LLVM_CodeGen_MachineValueType {
-    requires cplusplus
-    header "CodeGen/MachineValueType.h"
-    export *
-  }
 }
 
 // This is used for a $src == $build compilation. Otherwise we use




More information about the llvm-commits mailing list