Fix module.modulemap after r328395
authorEric Fiselier <eric@efcs.ca>
Sat, 24 Mar 2018 22:14:02 +0000 (22:14 +0000)
committerEric Fiselier <eric@efcs.ca>
Sat, 24 Mar 2018 22:14:02 +0000 (22:14 +0000)
This patch removes the MachineValueType module since the
header was removed in r328395.

llvm-svn: 328439

llvm/include/llvm/module.modulemap

index 0836dba..512ec2e 100644 (file)
@@ -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