summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2018-03-24 22:14:02 +0000
committerEric Fiselier <eric@efcs.ca>2018-03-24 22:14:02 +0000
commitc413e4d9b80498143841edb585111880dc6b4913 (patch)
tree429f0f6132f65bcde78b5382e198ca3443708f9a
parent9f3293a9d4fe633f8f65d1fda963cd2f58f5465e (diff)
downloadbcm5719-llvm-c413e4d9b80498143841edb585111880dc6b4913.tar.gz
bcm5719-llvm-c413e4d9b80498143841edb585111880dc6b4913.zip
Fix module.modulemap after r328395
This patch removes the MachineValueType module since the header was removed in r328395. llvm-svn: 328439
-rw-r--r--llvm/include/llvm/module.modulemap6
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/include/llvm/module.modulemap b/llvm/include/llvm/module.modulemap
index 0836dba1d87..512ec2eeb03 100644
--- a/llvm/include/llvm/module.modulemap
+++ b/llvm/include/llvm/module.modulemap
@@ -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
OpenPOWER on IntegriCloud