diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2014-06-12 22:09:11 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2014-06-12 22:09:11 +0000 |
commit | 1dafb9bb8092f8974ceda30afded290dc1bb4396 (patch) | |
tree | 65f17ee7f635efd0bdedeffb1deb02904ef0df19 /clang/include/clang-c | |
parent | c7f0d23f56f645390a2f7b67b2a6a2e1f3b6b64c (diff) | |
download | bcm5719-llvm-1dafb9bb8092f8974ceda30afded290dc1bb4396.tar.gz bcm5719-llvm-1dafb9bb8092f8974ceda30afded290dc1bb4396.zip |
The Clang C API does not require C++. Thanks to Jordan Rose for pointing out this error!
llvm-svn: 210841
Diffstat (limited to 'clang/include/clang-c')
-rw-r--r-- | clang/include/clang-c/module.modulemap | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/include/clang-c/module.modulemap b/clang/include/clang-c/module.modulemap index ebf17b38668..95a59d62344 100644 --- a/clang/include/clang-c/module.modulemap +++ b/clang/include/clang-c/module.modulemap @@ -1,5 +1,4 @@ module Clang_C { - requires cplusplus umbrella "." module * { export * } } |