diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2016-05-13 17:28:51 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2016-05-13 17:28:51 +0000 |
commit | 4e67cf9a59d5d51b988b953cd86df7ef6b131461 (patch) | |
tree | 0a5a6c0d6ff079d78846ae14fe927f655532d1f1 | |
parent | 0c8f3f9332929b12c0f81dcf07169c1869098c3b (diff) | |
download | bcm5719-llvm-4e67cf9a59d5d51b988b953cd86df7ef6b131461.tar.gz bcm5719-llvm-4e67cf9a59d5d51b988b953cd86df7ef6b131461.zip |
Fix module map typo in r269347.
llvm-svn: 269440
-rw-r--r-- | clang/include/clang/module.modulemap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/module.modulemap b/clang/include/clang/module.modulemap index 3ac236e9f7d..7fa8b82515e 100644 --- a/clang/include/clang/module.modulemap +++ b/clang/include/clang/module.modulemap @@ -12,6 +12,7 @@ module Clang_AST { umbrella "AST" textual header "AST/BuiltinTypes.def" + textual header "AST/OperationKinds.def" textual header "AST/TypeLocNodes.def" textual header "AST/TypeNodes.def" @@ -43,7 +44,6 @@ module Clang_Basic { textual header "Basic/OpenCLExtensions.def" textual header "Basic/OpenCLImageTypes.def" textual header "Basic/OpenMPKinds.def" - textual header "Basic/OperationKinds.def" textual header "Basic/OperatorKinds.def" textual header "Basic/Sanitizers.def" textual header "Basic/TokenKinds.def" |